Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/integrate/
Dmax_step_checker.hpp50 max_step_checker(const int max_steps = 500) in max_step_checker() argument
51 : m_max_steps(max_steps) in max_step_checker()
92 failed_step_checker(const int max_steps = 500) in failed_step_checker() argument
93 : max_step_checker(max_steps) in failed_step_checker()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.function34 size_t max_steps;
45 if( state->step >= state->max_steps )
236 fake_entropy_state.max_steps = 0;
238 lengths[fake_entropy_state.max_steps++] = amount1;
240 lengths[fake_entropy_state.max_steps++] = amount2;
242 lengths[fake_entropy_state.max_steps++] = amount3;
244 lengths[fake_entropy_state.max_steps++] = amount4;
Dtest_suite_ssl.function1006 int max_steps = 1000;
1015 while( ( ssl->state != state ) && ( --max_steps >= 0 ) )
1039 return ( max_steps >= 0 ) ? ret : -1;
/third_party/mindspore/mindspore/lite/include/train/
Daccuracy_monitor.h31 …explicit AccuracyMonitor(mindspore::dataset::Dataset *dataset, int check_every_n, int max_steps = …
32 : ds_(dataset), check_every_n_(check_every_n), max_steps_(max_steps) {} in ds_()
Dtrain_loop.h101 LoadDataFunc load_func = nullptr, int max_steps = INT_MAX) = 0;
/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c228 if (s->buffered_steps < s->max_steps && !s->eof) { in ff_opus_psy_process()
234 if ((++s->buffered_steps) < s->max_steps) in ff_opus_psy_process()
489 for (i = 0; i < s->max_steps; i++) in ff_opus_psy_postencode_update()
492 for (i = 0; i < s->max_steps; i++) { in ff_opus_psy_postencode_update()
494 s->steps[i_new < 0 ? s->max_steps + i_new : i_new] = tmp[i]; in ff_opus_psy_postencode_update()
526 s->max_steps = ceilf(s->options->max_delay_ms/2.5f); in ff_opus_psy_init()
531 s->inflection_points = av_mallocz(sizeof(*s->inflection_points)*s->max_steps); in ff_opus_psy_init()
550 for (i = 0; i < s->max_steps; i++) { in ff_opus_psy_init()
582 for (i = 0; i < s->max_steps; i++) in ff_opus_psy_init()
605 for (i = 0; i < s->max_steps; i++) in ff_opus_psy_end()
Delbg.c338 int numCB, int max_steps, int *closest_cb, in avpriv_init_elbg() argument
355 numCB, 2 * max_steps, closest_cb, rand_state); in avpriv_init_elbg()
361 numCB, 2 * max_steps, closest_cb, rand_state); in avpriv_init_elbg()
372 int numCB, int max_steps, int *closest_cb, in avpriv_do_elbg() argument
452 (steps < max_steps)); in avpriv_do_elbg()
Dopusenc_psy.h70 int max_steps; member
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dretrace_restricted_traces.py167 max_steps = min(args.limit, num_frames) if args.limit else num_frames
195 str(max_steps),
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_loop.cc109 …ataset *ds, std::vector<session::TrainLoopCallBack *> cbs, LoadDataFunc load_func, int max_steps) { in Eval() argument
141 if (s >= max_steps) break; in Eval()
Dtrain_loop.h60 int max_steps = 0) override;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
Deapol_auth_sm.c897 int max_steps = 100; in eapol_sm_step_run() local
935 if (--max_steps > 0) in eapol_sm_step_run()
944 if (--max_steps > 0) in eapol_sm_step_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.c914 int max_steps = 100; in eapol_sm_step_run() local
950 if (--max_steps > 0) in eapol_sm_step_run()
959 if (--max_steps > 0) in eapol_sm_step_run()