Searched refs:set_round (Results 1 – 7 of 7) sorted by relevance
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()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 …]
60 __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()
15 LLVM_LIBC_FUNCTION(int, fesetround, (int m)) { return fputil::set_round(m); }
40 static inline int set_round(int) { return 0; } in set_round() function
205 static inline int set_round(int mode) { in set_round() function
232 static inline int set_round(int mode) { in set_round() function
308 static inline int set_round(int mode) { in set_round() function