Home
last modified time | relevance | path

Searched refs:test_one_input (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DRoundToIntegerTest.h85 test_one_input(func, inf, INTEGER_MAX, true); in do_infinity_and_na_n_test()
87 test_one_input(func, nan, INTEGER_MAX, true); in do_infinity_and_na_n_test()
102 test_one_input(func, zero, I(0), false); in do_round_numbers_test()
103 test_one_input(func, neg_zero, I(0), false); in do_round_numbers_test()
104 test_one_input(func, F(1.0), I(1), false); in do_round_numbers_test()
105 test_one_input(func, F(-1.0), I(-1), false); in do_round_numbers_test()
106 test_one_input(func, F(10.0), I(10), false); in do_round_numbers_test()
131 test_one_input(func, x, mpfr_result, false); in do_round_numbers_test()
223 test_one_input(func, x, I(1), false); in testSubnormalRange()
225 test_one_input(func, x, I(0), false); in testSubnormalRange()
[all …]