Searched refs:FE_TONEAREST (Results 1 – 7 of 7) sorted by relevance
122 #ifdef FE_TONEAREST in print_rounding()123 case FE_TONEAREST: in print_rounding()670 #if defined FE_TONEAREST && defined FE_TOWARDZERO in feholdexcept_tests()693 if (res != FE_TONEAREST) in feholdexcept_tests()706 #if defined FE_TONEAREST && defined FE_UPWARD in feholdexcept_tests()720 #if defined FE_TONEAREST && defined FE_UPWARD in feholdexcept_tests()721 res = fesetround (FE_TONEAREST); in feholdexcept_tests()741 #if defined FE_TONEAREST && defined FE_UPWARD in feholdexcept_tests()748 fesetround (FE_TONEAREST); in feholdexcept_tests()763 #ifdef FE_TONEAREST in initial_tests()[all …]
120 if (ret != FE_TONEAREST) in test_mmee()123 (unsigned int) FE_TONEAREST); in test_mmee()196 #ifdef FE_TONEAREST in test_m()197 result |= test_mm (mode1, FE_TONEAREST); in test_m()217 #ifdef FE_TONEAREST in do_test()218 result |= test_m (FE_TONEAREST); in do_test()
53 #ifndef FE_TONEAREST54 # define FE_TONEAREST __FE_UNDEFINED macro430 if (ROUNDING_TESTS (FLOAT, FE_TONEAREST) \431 && fesetround (FE_TONEAREST) == 0)
24 #ifdef FE_TONEAREST in __fegetround()25 return FE_TONEAREST; in __fegetround()
24 #ifdef FE_TONEAREST in __fesetround()25 return (round == FE_TONEAREST) ? 0 : 1; in __fesetround()
49 #ifdef FE_TONEAREST in test_round()50 TEST_ONE_RM (FE_TONEAREST); in test_round()
1123 #ifdef FE_TONEAREST in do_test()1125 mode = FE_TONEAREST; in do_test()
Completed in 11 milliseconds