Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dooura_fourier_integral_test.cpp129 double weight_quad = static_cast<double>(p.second); in test_node_weight_precision_agreement() local
131 if ( (weight_quad < 0 && weight_dbl > 0) || (weight_dbl < 0 && weight_quad > 0) ){ in test_node_weight_precision_agreement()
134 auto weight_dist = abs(boost::math::float_distance(weight_quad, weight_dbl)); in test_node_weight_precision_agreement()
139 … std::cout << "computed weight = " << weight_dbl << ", actual weight = " << weight_quad << "\n"; in test_node_weight_precision_agreement()