Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/example/
Dgauss_laguerre_quadrature.cpp395 …const boost::uintmax_t number_of_iterations_allowed = (std::max)(20, local_math_tools_digits10 / 2… in calculate() local
397 boost::uintmax_t number_of_iterations_used = number_of_iterations_allowed; in calculate()