Searched refs:tgamma_val (Results 1 – 1 of 1) sorted by relevance
2104 const T tgamma_val = tgamma(T((T(1) / T(3)) - T(n))); in test_c99_appendix_F_tgammaq_addon_for_float128() local2114 BOOST_CHECK_CLOSE_FRACTION(tgamma_val, tgamma_control, tgamma_tol); in test_c99_appendix_F_tgammaq_addon_for_float128()2120 const T tgamma_val = tgamma(T((T(1) / T(3)) + T(n))); in test_c99_appendix_F_tgammaq_addon_for_float128() local2130 BOOST_CHECK_CLOSE_FRACTION(tgamma_val, tgamma_control, tgamma_tol); in test_c99_appendix_F_tgammaq_addon_for_float128()