Lines Matching refs:ibetac
87 funcp = boost::math::ibetac<value_type, value_type, value_type>; in do_test_beta()
89 funcp = boost::math::ibetac; in do_test_beta()
217 ::boost::math::ibetac( in test_spots()
229 ::boost::math::ibetac( in test_spots()
288 …BOOST_CHECK_EQUAL(::boost::math::ibetac(static_cast<T>(0), static_cast<T>(2), static_cast<T>(0.5))… in test_spots()
289 …BOOST_CHECK_EQUAL(::boost::math::ibetac(static_cast<T>(4), static_cast<T>(0), static_cast<T>(0.5))… in test_spots()
296 …BOOST_MATH_CHECK_THROW(::boost::math::ibetac(static_cast<T>(0), static_cast<T>(0), static_cast<T>(… in test_spots()
297 …BOOST_MATH_CHECK_THROW(::boost::math::ibetac(static_cast<T>(-1), static_cast<T>(2), static_cast<T>… in test_spots()
298 …BOOST_MATH_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(-2), static_cast<T>… in test_spots()
299 …BOOST_MATH_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(2), static_cast<T>(… in test_spots()
300 …BOOST_MATH_CHECK_THROW(::boost::math::ibetac(static_cast<T>(2), static_cast<T>(2), static_cast<T>(… in test_spots()
312 ::boost::math::ibetac( in test_spots()
324 ::boost::math::ibetac( in test_spots()
336 ::boost::math::ibetac( in test_spots()
351 ::boost::math::ibetac( in test_spots()
363 ::boost::math::ibetac( in test_spots()