Home
last modified time | relevance | path

Searched refs:truncate_to_float (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/math/tools/
Digamma_data.cpp28 float truncate_to_float(mp_t r) in truncate_to_float() function
49 z = truncate_to_float((std::min)(mp_t(1), a/100)); in operator ()()
52 z = truncate_to_float(a / 2); in operator ()()
55 z = truncate_to_float((std::max)(0.9*a, a - 2)); in operator ()()
61 z = truncate_to_float((std::min)(1.1*a, a + 2)); in operator ()()
64 z = truncate_to_float(a * 2); in operator ()()
67 z = truncate_to_float((std::max)(mp_t(100), a*100)); in operator ()()
Dibeta_inv_data.cpp29 float truncate_to_float(mp_t r) in truncate_to_float() function
45 float a = truncate_to_float(real_cast<float>(gen() * pow(mp_t(10), ap))); in operator ()()
46 float b = truncate_to_float(real_cast<float>(gen() * pow(mp_t(10), bp))); in operator ()()
47 float x = truncate_to_float(real_cast<float>(x_)); in operator ()()
Dibeta_invab_data.cpp29 float truncate_to_float(mp_t r) in truncate_to_float() function
46 float b = truncate_to_float(real_cast<float>(gen() * pow(mp_t(10), bp))); in operator ()()
47 float x = truncate_to_float(real_cast<float>(x_)); in operator ()()
48 float p = truncate_to_float(real_cast<float>(p_)); in operator ()()
Dibeta_data.cpp164 float truncate_to_float(mp_t r) in truncate_to_float() function
180 float a = truncate_to_float(real_cast<float>(gen() * pow(mp_t(10), ap))); in operator ()()
181 float b = truncate_to_float(real_cast<float>(gen() * pow(mp_t(10), bp))); in operator ()()
182 float x = truncate_to_float(real_cast<float>(x_)); in operator ()()
218 float a = truncate_to_float(gen2()/10); in operator ()()
219 float b = truncate_to_float(gen2()/10); in operator ()()
220 float x = truncate_to_float(real_cast<float>(x_)); in operator ()()
232 float x = truncate_to_float(real_cast<float>(x_)); in operator ()()
Dspherical_harmonic_data.cpp18 float truncate_to_float(float const * pf) in truncate_to_float() function
38 T theta = truncate_to_float(&_theta); in spherical_harmonic_data()
39 T phi = truncate_to_float(&_phi); in spherical_harmonic_data()
Dcarlson_ellint_data.cpp18 float truncate_to_float(float const * pf) in truncate_to_float() function
402 mp_t xr(truncate_to_float(&x)); in generate_rf_data()
405 mp_t yr(truncate_to_float(&y)); in generate_rf_data()
408 mp_t zr(truncate_to_float(&z)); in generate_rf_data()
421 mp_t xr(truncate_to_float(&x)); in generate_rc_data()
424 mp_t yr(truncate_to_float(&y)); in generate_rc_data()
438 mp_t xr(truncate_to_float(&x)); in generate_rj_data()
441 mp_t yr(truncate_to_float(&y)); in generate_rj_data()
444 mp_t zr(truncate_to_float(&z)); in generate_rj_data()
447 mp_t pr(truncate_to_float(&p)); in generate_rj_data()
[all …]
Dellint_pi3_data.cpp19 float truncate_to_float(float const * pf) in truncate_to_float() function
30 mp_t kr(truncate_to_float(&k)); in generate_data()
Ddigamma_data.cpp22 float truncate_to_float(mp_t r) in truncate_to_float() function
Dsinc_data.cpp22 float truncate_to_float(mp_t r) in truncate_to_float() function
Dgamma_P_inva_data.cpp28 float truncate_to_float(mp_t r) in truncate_to_float() function
Dellint_f_data.cpp19 float truncate_to_float(float const * pf) in truncate_to_float() function
Dtrig_data.cpp21 float truncate_to_float(mp_t r) in truncate_to_float() function
Derf_data.cpp23 float truncate_to_float(mp_t r) in truncate_to_float() function
/third_party/boost/libs/math/include_private/boost/math/tools/
Dtest_data.hpp487 static float truncate_to_float(float const * pf);
488 static float truncate_to_float(float c){ return truncate_to_float(&c); } in truncate_to_float() function in boost::math::tools::test_data
496 inline float test_data<T>::truncate_to_float(float const * pf) in truncate_to_float() function in boost::math::tools::test_data
535 points.insert(truncate_to_float(r)); in create_test_points()
547 points.insert(truncate_to_float(real_cast<float>(val))); in create_test_points()
568 points.insert(truncate_to_float(real_cast<float>(arg1.z1 + p))); in create_test_points()
574 points.insert(truncate_to_float(real_cast<float>(arg1.z1))); in create_test_points()
579 points.insert(truncate_to_float(real_cast<float>(arg1.z1))); in create_test_points()
580 points.insert(truncate_to_float(-real_cast<float>(arg1.z1))); in create_test_points()