Searched refs:to_mpfr_rounding_mode (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/ |
D | RIntTest.h | 51 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 81 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testRoundNumbers() 94 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testFractions() 134 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testSubnormalRange()
|
D | RoundToIntegerTest.h | 73 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 179 erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(mode), in do_fractions_test() 228 mpfr::round_to_long(x, to_mpfr_rounding_mode(m), mpfr_long_result); in testIntegerOverflow() 300 bool erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(m), in testNormalRange()
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/ |
D | RIntTest.h | 51 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 81 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testRoundNumbers() 94 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testFractions() 134 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testSubnormalRange()
|
D | RoundToIntegerTest.h | 73 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 179 erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(mode), in do_fractions_test() 228 mpfr::round_to_long(x, to_mpfr_rounding_mode(m), mpfr_long_result); in testIntegerOverflow() 300 bool erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(m), in testNormalRange()
|
/external/llvm-libc/test/src/math/ |
D | RIntTest.h | 51 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 81 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testRoundNumbers() 94 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testFractions() 134 mpfr::RoundingMode mpfr_mode = to_mpfr_rounding_mode(mode); in testSubnormalRange()
|
D | RoundToIntegerTest.h | 73 static inline mpfr::RoundingMode to_mpfr_rounding_mode(int mode) { in to_mpfr_rounding_mode() function 179 erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(mode), in do_fractions_test() 228 mpfr::round_to_long(x, to_mpfr_rounding_mode(m), mpfr_long_result); in testIntegerOverflow() 300 bool erangeflag = mpfr::round_to_long(x, to_mpfr_rounding_mode(m), in testNormalRange()
|