Searched refs:rounded (Results 1 – 1 of 1) sorted by relevance
1183 mpfr_t rounded[rm_num_modes]; in handle_input_arg() local1186 round_real (rounded, exc_before, exc_after, tmp, f); in handle_input_arg()1188 if (mpfr_number_p (rounded[rm_upward]) in handle_input_arg()1189 && (!exact_args || mpfr_equal_p (rounded[rm_upward], in handle_input_arg()1190 rounded[rm_downward]))) in handle_input_arg()1195 rounded[rm_upward], MPFR_RNDN)); in handle_input_arg()1198 if (mpfr_number_p (rounded[rm_downward]) && !exact_args) in handle_input_arg()1203 rounded[rm_downward], MPFR_RNDN)); in handle_input_arg()1207 mpfr_clear (rounded[m]); in handle_input_arg()
Completed in 7 milliseconds