Searched refs:get_mpfr_rounding_mode (Results 1 – 2 of 2) sorted by relevance
65 static inline mpfr_rnd_t get_mpfr_rounding_mode(RoundingMode mode) { in get_mpfr_rounding_mode() function110 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()