Home
last modified time | relevance | path

Searched defs:stop_condition (Results 1 – 22 of 22) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/global_optimization/
H A Dfind_max_global_abstract.h82 using stop_condition = std::function<bool(double)>; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/global_optimization/
H A Dfind_max_global_abstract.h82 using stop_condition = std::function<bool(double)>; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dsighandler.cpp59 static volatile sig_atomic_t stop_condition = gmx_stop_cond_none; variable
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Dstoprule.h129 STOP_CONDITION stop_condition; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/log/
H A Dlog0write.cc833 auto stop_condition = [&log, lsn](bool wait) { in log_wait_for_write() local
874 auto stop_condition = [&log, lsn](bool wait) { in log_wait_for_flush() local
1983 auto stop_condition = [&ready_lsn, &log, &released, in log_writer() local
2227 auto stop_condition = [&log, &released, step](bool wait) { in log_flusher() local
2359 auto stop_condition = [&log, lsn, &released](bool wait) { in log_write_notifier() local
2458 auto stop_condition = [&log, lsn, &released](bool wait) { in log_flush_notifier() local
2545 auto stop_condition = [&log, &released, step](bool wait) { in log_closer() local
H A Dlog0buf.cc1084 auto stop_condition = [&](lsn_t prev_lsn, lsn_t next_lsn) { in log_advance_ready_for_write_lsn() local
1138 auto stop_condition = [&](lsn_t prev_lsn, lsn_t next_lsn) { in log_advance_dirty_pages_added_up_to_lsn() local
H A Dlog0chkp.cc741 auto stop_condition = [&log, requested_lsn](bool) { in log_wait_for_checkpoint() local
1302 auto stop_condition = [&log, current_lsn, log_capacity](bool) { in log_free_check_wait() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Optimize/
H A DOptimizer.hpp89 template<class Fn> StopCriteria & stop_condition(Fn &&cond) in stop_condition() function in Slic3r::opt::StopCriteria
94 bool stop_condition() { return m_stop_condition(); } in stop_condition() function in Slic3r::opt::StopCriteria
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.train.R299 stop_condition <- FALSE functionVar
H A Dxgb.cv.R178 stop_condition <- FALSE functionVar
/dports/misc/xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.train.R299 stop_condition <- FALSE functionVar
H A Dxgb.cv.R178 stop_condition <- FALSE functionVar
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dut0link_buf.h285 bool Link_buf<Position>::advance_tail_until(Stop_condition stop_condition) { in advance_tail_until()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmin.h59 int stop_condition; variable
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/
H A Daranym_glue.cpp82 SDL_cond *stop_condition; variable
/dports/net/openslp/openslp-2.0.0/slpd/
H A Dslpd_predicate.c985 FilterResult stop_condition = FR_UNSET; in filterv1() local
1198 FilterResult stop_condition = FR_UNSET; in filter() local
1900 FilterResult stop_condition = FR_UNSET; in treeFilter() local
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmin.h27 int stop_condition; variable
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/high_availability/tests/
H A Dha_test.cc83 HATest::runIOService(long ms, std::function<bool()> stop_condition) { in runIOService()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/
H A Doptimizer.hpp112 std::function<bool()> stop_condition = [] { return false; }; in __anone0a8716e0102() member
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/
H A Doptimizer.hpp112 std::function<bool()> stop_condition = [] { return false; }; in __anon339361cd0102() member
/dports/science/pagmo2/pagmo2-2.18.0/src/utils/hv_algos/
H A Dhv_bf_approx.cpp374 bool stop_condition = false; in approx_extreme_contributor() local
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dmbalign.c880 Int4 stop_condition; in MegaBlastAffineGreedyAlign() local