Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dgc_ms2.c64 size_t dynamic_threshold; /* Maximum percentage of memory wasted */ member
707 self->dynamic_threshold = args->dynamic_threshold in Parrot_gc_ms2_init()
708 ? args->dynamic_threshold in Parrot_gc_ms2_init()
1179 (0.01 * self->dynamic_threshold)); in gc_ms2_mark_and_sweep()
H A Dgc_ms.c585 size_t dynamic_threshold; in Parrot_gc_ms_needed()
597 dynamic_threshold = (size_t)(interp->gc_sys->stats.mem_used_last_collect * in Parrot_gc_ms_needed()
600 return new_mem > dynamic_threshold; in Parrot_gc_ms_needed()
/dports/graphics/ssocr/ssocr-2.22.0/
H A Dimgproc.h88 Imlib_Image dynamic_threshold(Imlib_Image *source_image, double t,
H A Dimgproc.c378 Imlib_Image dynamic_threshold(Imlib_Image *source_image,double t,luminance_t lt, in dynamic_threshold() function
H A Dssocr.c766 new_image = dynamic_threshold(&image, thresh, lt, ww, wh); in main()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Ddm_ls_scf_types.F111 …LOGICAL :: needs_s_inv, has_s_preconditioner, fixed_mu, dynamic_threshold, check_s_i… component
H A Ddm_ls_scf_methods.F616 dynamic_threshold, matrix_ks_deviation, & argument
624 LOGICAL, INTENT(IN), OPTIONAL :: dynamic_threshold local
663 IF (PRESENT(dynamic_threshold)) do_dyn_threshold = dynamic_threshold
H A Ddm_ls_scf_create.F217 … CALL section_vals_val_get(ls_scf_section, "DYNAMIC_THRESHOLD", l_val=ls_scf_env%dynamic_threshold)
H A Ddm_ls_scf.F653 dynamic_threshold=ls_scf_env%dynamic_threshold, &
H A Denergy_corrections.F1458 dynamic_threshold, fixed_mu, & local
1493 CALL section_vals_val_get(solver_section, "DYNAMIC_THRESHOLD", l_val=dynamic_threshold)
H A Dpao_methods.F666 dynamic_threshold=.FALSE., converged=converged, &
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Ddm_ls_scf_types.F109 …LOGICAL :: needs_s_inv, has_s_preconditioner, fixed_mu, dynamic_threshold, check_s_i… component
H A Ddm_ls_scf_methods.F556 dynamic_threshold, matrix_ks_deviation, & argument
564 LOGICAL, INTENT(IN), OPTIONAL :: dynamic_threshold local
603 IF (PRESENT(dynamic_threshold)) do_dyn_threshold = dynamic_threshold
H A Ddm_ls_scf_create.F214 … CALL section_vals_val_get(ls_scf_section, "DYNAMIC_THRESHOLD", l_val=ls_scf_env%dynamic_threshold)
H A Ddm_ls_scf.F652 dynamic_threshold=ls_scf_env%dynamic_threshold, &
H A Dpao_methods.F666 dynamic_threshold=.FALSE., converged=converged, &
/dports/lang/parrot/parrot-8.1.0/src/embed/
H A Dapi.c144 gc_args.dynamic_threshold = args->gc_dynamic_threshold; in Parrot_api_make_interpreter()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dgc_api.h41 Parrot_Int dynamic_threshold; member