Lines Matching refs:expected1
66 T expected1 = boost::math::cyl_neumann(v + 6, x); in test_spots() local
68 BOOST_CHECK_CLOSE_FRACTION(sixth, expected1, tol); in test_spots()
74 expected1 = boost::math::cyl_neumann(v + i, x); in test_spots()
76 BOOST_CHECK_CLOSE_FRACTION(found, expected1, tol); in test_spots()
98 expected1 = boost::math::cyl_neumann(v + i, x); in test_spots()
100 BOOST_CHECK_CLOSE_FRACTION(found, expected1, tol); in test_spots()
120 T expected1 = boost::math::cyl_bessel_j(v - 6, x); in test_spots() local
122 BOOST_CHECK_CLOSE_FRACTION(sixth, expected1, tol); in test_spots()
128 expected1 = boost::math::cyl_bessel_j(v - i, x); in test_spots()
130 BOOST_CHECK_CLOSE_FRACTION(found, expected1, tol); in test_spots()
144 expected1 = boost::math::cyl_bessel_j(v - i, x); in test_spots()
146 BOOST_CHECK_CLOSE_FRACTION(found, expected1, tol); in test_spots()