Searched refs:max_steps (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/numeric/odeint/integrate/ |
D | max_step_checker.hpp | 50 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/ |
D | test_suite_psa_crypto_init.function | 34 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;
|
D | test_suite_ssl.function | 1006 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/ |
D | accuracy_monitor.h | 31 …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_()
|
D | train_loop.h | 101 LoadDataFunc load_func = nullptr, int max_steps = INT_MAX) = 0;
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc_psy.c | 228 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()
|
D | elbg.c | 338 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()
|
D | opusenc_psy.h | 70 int max_steps; member
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | retrace_restricted_traces.py | 167 max_steps = min(args.limit, num_frames) if args.limit else num_frames 195 str(max_steps),
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | train_loop.cc | 109 …ataset *ds, std::vector<session::TrainLoopCallBack *> cbs, LoadDataFunc load_func, int max_steps) { in Eval() argument 141 if (s >= max_steps) break; in Eval()
|
D | train_loop.h | 60 int max_steps = 0) override;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
D | eapol_auth_sm.c | 897 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/ |
D | eapol_auth_sm.c | 914 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()
|