Lines Matching defs:RoundToIntegerFunc
33 typedef IntType (*RoundToIntegerFunc)(FloatType);
56 void test_one_input(RoundToIntegerFunc func, FloatType input,
100 void do_infinity_and_na_n_test(RoundToIntegerFunc func) {
112 void testInfinityAndNaN(RoundToIntegerFunc func) {
123 void do_round_numbers_test(RoundToIntegerFunc func) {
159 void testRoundNumbers(RoundToIntegerFunc func) {
170 void do_fractions_test(RoundToIntegerFunc func, int mode) {
189 void testFractions(RoundToIntegerFunc func) {
202 void testIntegerOverflow(RoundToIntegerFunc func) {
240 void testSubnormalRange(RoundToIntegerFunc func) {
276 void testNormalRange(RoundToIntegerFunc func) {