• Home
  • Raw
  • Download

Lines Matching refs:TEST_MSG

35 #define TEST_MSG "VCVT/VCVTQ"  macro
46 DUMP(TEST_MSG, T1, W, N, PRIx##W); in exec_vcvt()
53 DUMP_FP(TEST_MSG, T1, W, N, PRIx##W); in exec_vcvt()
61 DUMP_FP(TEST_MSG, T1, W1, N, PRIx##W1); in exec_vcvt()
68 DUMP_FP16(TEST_MSG, T1, W1, N, PRIx##W1); in exec_vcvt()
76 DUMP(TEST_MSG, T1, W, N, PRIx##W); in exec_vcvt()
83 DUMP_FP(TEST_MSG, T1, W, N, PRIx##W); in exec_vcvt()
133 fprintf(ref_file, "\n%s output:\n", TEST_MSG); in exec_vcvt()
134 fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG); in exec_vcvt()
165 #undef TEST_MSG in exec_vcvt()
166 #define TEST_MSG "VCVT_N/VCVTQ_N" in exec_vcvt() macro
167 fprintf(ref_file, "\n%s output:\n", TEST_MSG); in exec_vcvt()
168 fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG); in exec_vcvt()
187 #undef TEST_MSG in exec_vcvt()
188 #define TEST_MSG "VCVT/VCVTQ" in exec_vcvt() macro
189 fprintf(ref_file, "\n%s output:\n", TEST_MSG " (check rounding)"); in exec_vcvt()
199 #undef TEST_MSG in exec_vcvt()
200 #define TEST_MSG "VCVT_N/VCVTQ_N" in exec_vcvt() macro
201 fprintf(ref_file, "\n%s output:\n", TEST_MSG " (check rounding)"); in exec_vcvt()
209 #undef TEST_MSG in exec_vcvt()
210 #define TEST_MSG "VCVT_N/VCVTQ_N" in exec_vcvt() macro
211 fprintf(ref_file, "\n%s output:\n", TEST_MSG " (check saturation)"); in exec_vcvt()
218 #undef TEST_MSG in exec_vcvt()
219 #define TEST_MSG "VCVT FP16" in exec_vcvt() macro
220 fprintf(ref_file, "\n%s output:\n", TEST_MSG " (check fp16-fp32 inf/nan/denormal)"); in exec_vcvt()
229 fprintf(ref_file, "\n%s output:\n", TEST_MSG " (check fp32-fp16 inf/nan)"); in exec_vcvt()