Lines Matching refs:RoundToIntegerFunc
29 typedef I (*RoundToIntegerFunc)(F); typedef
43 void test_one_input(RoundToIntegerFunc func, F input, I expected, in test_one_input()
84 void do_infinity_and_na_n_test(RoundToIntegerFunc func) { in do_infinity_and_na_n_test()
90 void testInfinityAndNaN(RoundToIntegerFunc func) { in testInfinityAndNaN()
101 void do_round_numbers_test(RoundToIntegerFunc func) { in do_round_numbers_test()
134 void testRoundNumbers(RoundToIntegerFunc func) { in testRoundNumbers()
145 void do_fractions_test(RoundToIntegerFunc func, int mode) { in do_fractions_test()
161 void testFractions(RoundToIntegerFunc func) { in testFractions()
174 void testIntegerOverflow(RoundToIntegerFunc func) { in testIntegerOverflow()
210 void testSubnormalRange(RoundToIntegerFunc func) { in testSubnormalRange()
246 void testNormalRange(RoundToIntegerFunc func) { in testNormalRange()