Lines Matching refs:res
1053 round_real (mpfr_t res[rm_num_modes], in round_real()
1061 mpfr_init2 (res[m], fp_formats[format].mant_dig); in round_real()
1063 bool inexact = mpfr_set (res[m], r, rounding_modes[m].mpfr_mode); in round_real()
1064 if (mpfr_cmpabs (res[m], fp_formats[format].max) > 0) in round_real()
1079 overflow_inf = mpfr_signbit (res[m]); in round_real()
1082 overflow_inf = !mpfr_signbit (res[m]); in round_real()
1088 mpfr_set_inf (res[m], mpfr_signbit (res[m]) ? -1 : 1); in round_real()
1090 assert_exact (mpfr_copysign (res[m], fp_formats[format].max, in round_real()
1091 res[m], MPFR_RNDN)); in round_real()
1099 = mpfr_cmpabs (res[m], fp_formats[format].min) < 0; in round_real()
1117 assert_exact (mpfr_mul_2si (res[m], tmp, in round_real()
1820 mpfr_t res[rm_num_modes]; in output_for_one_input_case() local
1881 round_real (res, exc_before, exc_after, in output_for_one_input_case()
1883 if (!mpfr_equal_p (res[rm_tonearest], inputs[i].value.f)) in output_for_one_input_case()
1888 mpfr_clear (res[m]); in output_for_one_input_case()