Searched refs:truncate_to_float (Results 1 – 14 of 14) sorted by relevance
28 float truncate_to_float(mp_t r) in truncate_to_float() function49 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 ()()
29 float truncate_to_float(mp_t r) in truncate_to_float() function45 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 ()()
29 float truncate_to_float(mp_t r) in truncate_to_float() function46 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 ()()
164 float truncate_to_float(mp_t r) in truncate_to_float() function180 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 ()()
18 float truncate_to_float(float const * pf) in truncate_to_float() function38 T theta = truncate_to_float(&_theta); in spherical_harmonic_data()39 T phi = truncate_to_float(&_phi); in spherical_harmonic_data()
18 float truncate_to_float(float const * pf) in truncate_to_float() function402 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 …]
19 float truncate_to_float(float const * pf) in truncate_to_float() function30 mp_t kr(truncate_to_float(&k)); in generate_data()
22 float truncate_to_float(mp_t r) in truncate_to_float() function
28 float truncate_to_float(mp_t r) in truncate_to_float() function
19 float truncate_to_float(float const * pf) in truncate_to_float() function
21 float truncate_to_float(mp_t r) in truncate_to_float() function
23 float truncate_to_float(mp_t r) in truncate_to_float() function
487 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_data496 inline float test_data<T>::truncate_to_float(float const * pf) in truncate_to_float() function in boost::math::tools::test_data535 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()