• Home
  • Raw
  • Download

Lines Matching refs:TEST_MSG

35 #define TEST_MSG "VRECPE/VRECPEQ"  macro
75 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " (positive input)"); in exec_vrecpe()
76 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrecpe()
77 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrecpe()
78 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()
79 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrecpe()
93 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " (negative input)"); in exec_vrecpe()
94 DUMP(TEST_MSG, uint, 32, 2, PRIx32); in exec_vrecpe()
95 DUMP(TEST_MSG, uint, 32, 4, PRIx32); in exec_vrecpe()
96 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()
97 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrecpe()
107 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " FP special (NaN, infinity)"); in exec_vrecpe()
108 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()
109 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrecpe()
119 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " FP special (zero, large value)"); in exec_vrecpe()
120 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()
121 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrecpe()
131 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " FP special (-0, -infinity)"); in exec_vrecpe()
132 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()
133 DUMP_FP(TEST_MSG, float, 32, 4, PRIx32); in exec_vrecpe()
141 fprintf (ref_file, "\n%s %s output:\n", TEST_MSG, " FP special (large negative value)"); in exec_vrecpe()
142 DUMP_FP(TEST_MSG, float, 32, 2, PRIx32); in exec_vrecpe()