Lines Matching defs:test_one_input

56   void test_one_input(RoundToIntegerFunc func, FloatType input,
101 test_one_input(func, inf, INTEGER_MAX, true);
102 test_one_input(func, neg_inf, INTEGER_MIN, true);
108 test_one_input(func, nan, INTEGER_MAX, true);
124 test_one_input(func, zero, IntType(0), false);
125 test_one_input(func, neg_zero, IntType(0), false);
126 test_one_input(func, FloatType(1.0), IntType(1), false);
127 test_one_input(func, FloatType(-1.0), IntType(-1), false);
128 test_one_input(func, FloatType(10.0), IntType(10), false);
129 test_one_input(func, FloatType(-10.0), IntType(-10), false);
130 test_one_input(func, FloatType(1234.0), IntType(1234), false);
131 test_one_input(func, FloatType(-1234.0), IntType(-1234), false);
156 test_one_input(func, x, mpfr_result, false);
185 test_one_input(func, x, mpfr_result, false);
230 test_one_input(func, x, INTEGER_MIN, true);
236 test_one_input(func, x, INTEGER_MIN, true);
253 test_one_input(func, x, IntType(1), false);
255 test_one_input(func, x, IntType(0), false);
257 test_one_input(func, x, IntType(0), false);
259 test_one_input(func, x, IntType(0), false);
262 test_one_input(func, x, IntType(0), false);
264 test_one_input(func, x, IntType(-1), false);
266 test_one_input(func, x, IntType(0), false);
268 test_one_input(func, x, IntType(0), false);
271 test_one_input(func, x, 0L, false);
305 test_one_input(func, x, x > 0 ? INTEGER_MAX : INTEGER_MIN, true);
307 test_one_input(func, x, mpfr_result, false);
314 test_one_input(func, x, x > 0 ? INTEGER_MAX : INTEGER_MIN, true);
316 test_one_input(func, x, mpfr_result, false);