Lines Matching refs:i
762 unsigned int i; in test_name_to_op() local
765 for (i = 1; i < NUM_FUNCTIONS; i++) { in test_name_to_op()
766 const char *name = functionInfos[i].namePtr; in test_name_to_op()
769 return i; in test_name_to_op()
777 int i; in round_name_to_mode() local
780 for (i = 1; i < NUM_ROUNDINGMODES; i++) { in round_name_to_mode()
781 if (!strcmp(round_mode_names[i], name)) { in round_name_to_mode()
782 return i; in round_name_to_mode()
839 unsigned int i; in parse_args() local
900 for (i = 0; i < n_round_modes; i++) { in parse_args()
901 round_modes[i] = i + 1; in parse_args()
914 for (i = 0; i < n_test_ops; i++) { in parse_args()
915 test_ops[i] = i + 1; in parse_args()
920 for (i = 0; i < n_test_ops; i++) { in parse_args()
921 const char *name = argv[i + optind]; in parse_args()
928 test_ops[i] = op; in parse_args()
936 unsigned int i; in run_test() local
944 for (i = 0; i < n_test_ops; i++) { in run_test()
945 unsigned int op = test_ops[i]; in run_test()