Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DRoundToIntegerTest.h93 __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()
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()
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()
237 __llvm_libc::fputil::set_round(FE_TONEAREST); in testSubnormalRange()
[all …]
H A DRIntTest.h60 __llvm_libc::fputil::set_round(mode); in testSpecialNumbers()
71 __llvm_libc::fputil::set_round(mode); in testRoundNumbers()
84 __llvm_libc::fputil::set_round(mode); in testFractions()
103 __llvm_libc::fputil::set_round(mode); in testSubnormalRange()
122 __llvm_libc::fputil::set_round(mode); in testNormalRange()
/llvm-project-15.0.7/libc/src/fenv/
H A Dfesetround.cpp15 LLVM_LIBC_FUNCTION(int, fesetround, (int m)) { return fputil::set_round(m); }
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h40 static inline int set_round(int) { return 0; } in set_round() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h205 static inline int set_round(int mode) { in set_round() function
H A Dfenv_darwin_impl.h232 static inline int set_round(int mode) { in set_round() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h308 static inline int set_round(int mode) { in set_round() function