Lines Matching refs:fputil
32 using FPBits = __llvm_libc::fputil::FPBits<F>;
35 const F zero = F(__llvm_libc::fputil::FPBits<F>::zero());
36 const F neg_zero = F(__llvm_libc::fputil::FPBits<F>::neg_zero());
37 const F inf = F(__llvm_libc::fputil::FPBits<F>::inf());
38 const F neg_inf = F(__llvm_libc::fputil::FPBits<F>::neg_inf());
39 const F nan = F(__llvm_libc::fputil::FPBits<F>::build_nan(1));
46 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in test_one_input()
80 __llvm_libc::fputil::disable_except(FE_ALL_EXCEPT); in SetUp()
93 __llvm_libc::fputil::set_round(mode); in testInfinityAndNaN()
137 __llvm_libc::fputil::set_round(mode); in testRoundNumbers()
164 __llvm_libc::fputil::set_round(mode); in testFractions()
190 << (__llvm_libc::fputil::MantissaWidth<F>::VALUE - 1)); in testIntegerOverflow()
195 __llvm_libc::fputil::set_round(m); in testIntegerOverflow()
222 __llvm_libc::fputil::set_round(FE_UPWARD); in testSubnormalRange()
224 __llvm_libc::fputil::set_round(FE_DOWNWARD); in testSubnormalRange()
226 __llvm_libc::fputil::set_round(FE_TOWARDZERO); in testSubnormalRange()
228 __llvm_libc::fputil::set_round(FE_TONEAREST); in testSubnormalRange()
231 __llvm_libc::fputil::set_round(FE_UPWARD); in testSubnormalRange()
233 __llvm_libc::fputil::set_round(FE_DOWNWARD); in testSubnormalRange()
235 __llvm_libc::fputil::set_round(FE_TOWARDZERO); in testSubnormalRange()
237 __llvm_libc::fputil::set_round(FE_TONEAREST); in testSubnormalRange()
271 __llvm_libc::fputil::set_round(m); in testNormalRange()