Home
last modified time | relevance | path

Searched defs:max_iterations (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_pade.hpp37 const unsigned max_iterations = boost::math::policies::get_max_series_iterations<Policy>(); in hypergeometric_1F1_pade() local
93 const unsigned max_iterations = boost::math::policies::get_max_series_iterations<Policy>(); in hypergeometric_2F1_pade() local
Dhypergeometric_rational.hpp45 const unsigned max_iterations = boost::math::policies::get_max_series_iterations<Policy>(); in hypergeometric_1F1_rational() local
/third_party/ltp/testcases/open_posix_testsuite/include/
Dproc.h28 long iteration, max_iterations = (maxwait_s * 1000) / wait_step_ms; in tst_process_state_wait3() local
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dtraversal_ring_creator.hpp223 std::size_t const max_iterations = 2 + 2 * m_turns.size(); in traverse() local
/third_party/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp468 const int max_iterations = options->MaxUnrollIterations; in visit_leave() local
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_apply_gridshift.hpp128 static const int max_iterations = 10; in nad_cvt() local
/third_party/quickjs/tests/
Dmicrobench.js97 var max_iterations = 100; variable
/third_party/boost/boost/math/tools/
Droots.hpp781 Complex complex_newton(F g, Complex guess, int max_iterations = std::numeric_limits<typename Comple… in complex_newton()
/third_party/boost/boost/geometry/formulas/
Dkarney_inverse.hpp354 size_t max_iterations = 20 + std::numeric_limits<size_t>::digits + 10; in apply() local
/third_party/libevdev/libevdev/
Dlibevdev.c894 const int max_iterations = 8; /* EVDEV_BUF_PACKETS in in drain_events() local
/third_party/ffmpeg/libavformat/
Dmpegts.c612 int max_iterations = 16; in get_packet_size() local