Home
last modified time | relevance | path

Searched refs:get_mpfr_rounding_mode (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.cpp65 static inline mpfr_rnd_t get_mpfr_rounding_mode(RoundingMode mode) { in get_mpfr_rounding_mode() function
110 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
121 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
132 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
143 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
1407 return mpfr.round_to_long(get_mpfr_rounding_mode(mode), result); in round_to_long()
1419 MPFRNumber result = mpfr.rint(get_mpfr_rounding_mode(mode)); in round()
/external/cronet/stable/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.cpp65 static inline mpfr_rnd_t get_mpfr_rounding_mode(RoundingMode mode) { in get_mpfr_rounding_mode() function
110 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
121 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
132 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
143 mpfr_rounding(get_mpfr_rounding_mode(rounding)) { in MPFRNumber()
1407 return mpfr.round_to_long(get_mpfr_rounding_mode(mode), result); in round_to_long()
1419 MPFRNumber result = mpfr.rint(get_mpfr_rounding_mode(mode)); in round()