Lines Matching refs:nextafter
56 using boost::math::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
57 using boost::multiprecision::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
75 nextafter(T(1), T(0))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
110 using boost::math::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
111 using std::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
121 auto x = nextafter(x_sampler.next(), ((std::numeric_limits<T>::max))()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
122 auto y = nextafter(y_sampler.next(), ((std::numeric_limits<T>::max))()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
123 auto z = nextafter(z_sampler.next(), ((std::numeric_limits<T>::max))()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
135 using boost::math::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
141 using std::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
153 nextafter(T(0), T(signbit(y) ? -1 : 1) * in BOOST_AUTO_TEST_CASE_TEMPLATE()
166 using boost::math::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
173 using std::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
192 nextafter(T(0), T(signbit(p) ? -1 : 1) * in BOOST_AUTO_TEST_CASE_TEMPLATE()
225 using boost::math::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
226 using std::nextafter; in BOOST_AUTO_TEST_CASE_TEMPLATE()
236 auto x = nextafter(x_sampler.next(), ((std::numeric_limits<T>::max))()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
237 auto y = nextafter(y_sampler.next(), ((std::numeric_limits<T>::max))()); in BOOST_AUTO_TEST_CASE_TEMPLATE()