Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/test/unit/math/rev/functor/
H A Dtest_fixture_ode_lorenz.hpp37 int max_num_step; member
47 max_num_step(100000) {
83 this->max_num_step, nullptr, this->theta); in apply_solver_tol()
H A Dtest_fixture_ode_sho_ctl.hpp69 this->atol, this->max_num_step, nullptr, this->theta, this->x_r, in apply_solver_tol()
77 this->atol_q, this->max_num_step, this->num_steps_check, in apply_solver_tol_ctl()
160 const int max_num_step_ = this->max_num_step; in test_bad()
161 this->max_num_step = -1; in test_bad()
164 this->max_num_step = max_num_step_; in test_bad()
301 this->max_num_step = 1e6; in test_value()
H A Dtest_fixture_ode_fho.hpp46 int max_num_step; member
55 max_num_step(100000) {
93 this->max_num_step, nullptr, this->theta); in apply_solver_tol()
H A Dtest_fixture_ode_sho.hpp54 int max_num_step; member
63 max_num_step(100000) {
103 this->atol, this->max_num_step, nullptr, this->theta, this->x_r, in apply_solver_tol()
256 this->max_num_step = 1e6; in test_value()
326 this->rtol, this->atol, this->max_num_step); in apply_solver_tol()
364 this->atol, this->max_num_step, 0, this->theta, this->x_r, in apply_solver_tol()
384 this->max_num_step = -1; in test_bad_param_and_data()
396 this->max_num_step = 1e6; in test_value()
H A Dode_test_functors.hpp47 double atol = 1e-10, size_t max_num_step = 1e8) { \
49 max_num_step); \
H A Dtest_fixture_ode_cos_scalar.hpp25 int max_num_step; member
34 max_num_step(100000) {
66 return sol(stan::test::CosArg1(), y0, t0, ts, rtol, atol, max_num_step, in apply_solver_tol()
79 return sol(stan::test::CosArg1(), y0, t0, ts, rtol, atol, max_num_step, in apply_solver_arg_tol()
92 return sol(stan::test::CosArg1(), y0, t0, ts, rtol, atol, max_num_step, in apply_solver_arg_tol()
435 max_num_step, nullptr, a), in test_rhs_wrong_size_error_with_tol()
502 max_num_step = 500; in test_max_num_step_error()
508 max_num_step = max_num_steps_negative; in test_max_num_step_error()
511 max_num_step = max_num_steps_zero; in test_max_num_step_error()
517 max_num_step = 10; in test_too_much_work()
/dports/cad/openroad/OpenROAD-2.0/src/mpl2/src/
H A Drtl_mp.cpp135 int max_num_step = 300; in rtl_macro_placer() local
165 get_param(params, "max_num_step", max_num_step, logger); in rtl_macro_placer()
208 max_num_step, in rtl_macro_placer()
H A Dblock_placement.h264 int max_num_step,
353 int max_num_step,
H A Dpin_alignment.cpp89 int max_num_step, in SimulatedAnnealingCore() argument
107 max_num_step_ = max_num_step; in SimulatedAnnealingCore()
593 int max_num_step = 5000; in PinAlignmentSingleCluster() local
656 max_num_step, in PinAlignmentSingleCluster()
H A Dshape_engine.cpp109 int max_num_step, in SimulatedAnnealingCore() argument
124 max_num_step_ = max_num_step; in SimulatedAnnealingCore()
449 int max_num_step = 3000; in TileMacro() local
500 max_num_step, in TileMacro()
H A Dpin_alignment.h129 int max_num_step = 1000,
H A Dblock_placement.cpp272 int max_num_step, in SimulatedAnnealingCore() argument
309 max_num_step_ = max_num_step; in SimulatedAnnealingCore()
1199 int max_num_step, in Floorplan() argument
1282 max_num_step, in Floorplan()
1345 max_num_step, in Floorplan()
H A Dshape_engine.h228 int max_num_step = 1000,
/dports/cad/openroad/OpenROAD-2.0/src/mpl2/test/
H A Dmp_test1.ok68 [INFO MPL-0009] RTL_MP Param: max_num_step: 500
H A Daes_macro_place.ok64 [INFO MPL-0009] RTL_MP Param: max_num_step: 3000