Searched refs:absolute_error_estimate (Results 1 – 1 of 1) sorted by relevance
247 Real absolute_error_estimate = abs(I0-I1); in integrate() local249 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()251 return {I0/omega, absolute_error_estimate/scale}; in integrate()275 Real absolute_error_estimate = abs(I0-I1); in integrate() local280 if (absolute_error_estimate <= rel_err_goal_*scale) { in integrate()282 return {I0/omega, absolute_error_estimate/scale}; in integrate()482 Real absolute_error_estimate = std::numeric_limits<Real>::quiet_NaN(); in integrate() local490 absolute_error_estimate = abs(I0-I1); in integrate()492 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()494 return {I0/omega, absolute_error_estimate/scale}; in integrate()[all …]