Home | History | Annotate | Download | only in arm-neon-tests

Lines Matching refs:TEST_MSG

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