Lines Matching refs:mpfr_long_result
148 long mpfr_long_result; in do_fractions_test() local
152 mpfr_long_result); in do_fractions_test()
154 erangeflag = mpfr::round_to_long(x, mpfr_long_result); in do_fractions_test()
156 I mpfr_result = mpfr_long_result; in do_fractions_test()
196 long mpfr_long_result; in testIntegerOverflow() local
198 mpfr::round_to_long(x, to_mpfr_rounding_mode(m), mpfr_long_result); in testIntegerOverflow()
203 long mpfr_long_result; in testIntegerOverflow() local
204 bool erangeflag = mpfr::round_to_long(x, mpfr_long_result); in testIntegerOverflow()
267 long mpfr_long_result; in testNormalRange() local
269 mpfr_long_result); in testNormalRange()
270 I mpfr_result = mpfr_long_result; in testNormalRange()
278 long mpfr_long_result; in testNormalRange() local
279 bool erangeflag = mpfr::round_to_long(x, mpfr_long_result); in testNormalRange()
280 I mpfr_result = mpfr_long_result; in testNormalRange()