Searched refs:weight_quad (Results 1 – 1 of 1) sorted by relevance
129 double weight_quad = static_cast<double>(p.second); in test_node_weight_precision_agreement() local131 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()