Searched refs:mpfi_float_25 (Results 1 – 1 of 1) sorted by relevance
207 typedef number<mpfi_float_backend<25> > mpfi_float_25; typedef213 std::cout << std::setprecision(std::numeric_limits<mpfi_float_25>::max_digits10); in test_log1p_expm1()218 mpfi_float_25 in(log1p_expm1_data[i][0]); in test_log1p_expm1()219 mpfi_float_25 out = boost::math::log1p(in); in test_log1p_expm1()220 mpfi_float_25 expected(log1p_expm1_data[i][1]); in test_log1p_expm1()230 expected = mpfi_float_25(log1p_expm1_data[i][2]); in test_log1p_expm1()247 std::cout << std::setprecision(std::numeric_limits<mpfi_float_25>::max_digits10); in test_bessel()253 mpfi_float_25 in(bessel_i_int_data[i][1]); in test_bessel()254 mpfi_float_25 out = boost::math::cyl_bessel_i(v, in); in test_bessel()255 mpfi_float_25 expected(bessel_i_int_data[i][2]); in test_bessel()