Home
last modified time | relevance | path

Searched refs:weight_dist (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/test/
Dooura_fourier_integral_test.cpp134 auto weight_dist = abs(boost::math::float_distance(weight_quad, weight_dbl)); in test_node_weight_precision_agreement() local
135 if (weight_dist > 100) { in test_node_weight_precision_agreement()
137 …" << n*h_dbl << ", node distance = " << node_dist << ", weight distance = " << weight_dist << "\n"; in test_node_weight_precision_agreement()