Home
last modified time | relevance | path

Searched refs:min_tol (Results 1 – 25 of 59) sorted by relevance

123

/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Dqmr_real.F39 double precision nrm_tol, min_tol, max_tol
62 min_tol = SQRT(SQRT(dlamch('S')))
63 max_tol = ONE / min_tol
121 if((scv >= max_tol) .or. (scv <= min_tol)) then
183 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_complex.F39 double precision nrm_tol, min_tol, max_tol
69 min_tol = SQRT(SQRT(dlamch('S')))
72 max_tol = ONE / min_tol
134 if((scv >= max_tol) .or. (scv <= min_tol)) then
199 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_seed_complex.F40 double precision nrm_tol, min_tol, max_tol
71 min_tol = SQRT(SQRT(dlamch('S')))
74 max_tol = ONE / min_tol
144 if((scv >= max_tol) .or. (scv <= min_tol)) then
247 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_seed_real.F40 double precision nrm_tol, min_tol, max_tol
65 min_tol = SQRT(SQRT(dlamch('S')))
66 max_tol = ONE / min_tol
136 if((scv >= max_tol) .or. (scv <= min_tol)) then
249 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_real.F42 double precision nrm_tol, min_tol, max_tol
68 min_tol = SQRT(SQRT(dlamch('S')))
69 max_tol = ONE / min_tol
200 if((scv >= max_tol) .or. (scv <= min_tol)) then
262 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_complex.F43 double precision nrm_tol, min_tol, max_tol
75 min_tol = SQRT(SQRT(dlamch('S')))
78 max_tol = ONE / min_tol
211 if((scv >= max_tol) .or. (scv <= min_tol)) then
276 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_real_augment.F40 double precision nrm_tol, min_tol, max_tol
67 min_tol = SQRT(SQRT(dlamch('S')))
68 max_tol = ONE / min_tol
195 if((scv >= max_tol) .or. (scv <= min_tol)) then
279 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Dqmr_real.F39 double precision nrm_tol, min_tol, max_tol
62 min_tol = SQRT(SQRT(dlamch('S')))
63 max_tol = ONE / min_tol
121 if((scv >= max_tol) .or. (scv <= min_tol)) then
183 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_complex.F39 double precision nrm_tol, min_tol, max_tol
69 min_tol = SQRT(SQRT(dlamch('S')))
72 max_tol = ONE / min_tol
134 if((scv >= max_tol) .or. (scv <= min_tol)) then
199 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_seed_real.F40 double precision nrm_tol, min_tol, max_tol
65 min_tol = SQRT(SQRT(dlamch('S')))
66 max_tol = ONE / min_tol
136 if((scv >= max_tol) .or. (scv <= min_tol)) then
249 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dqmr_seed_complex.F40 double precision nrm_tol, min_tol, max_tol
71 min_tol = SQRT(SQRT(dlamch('S')))
74 max_tol = ONE / min_tol
144 if((scv >= max_tol) .or. (scv <= min_tol)) then
247 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_real.F42 double precision nrm_tol, min_tol, max_tol
68 min_tol = SQRT(SQRT(dlamch('S')))
69 max_tol = ONE / min_tol
200 if((scv >= max_tol) .or. (scv <= min_tol)) then
262 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_complex.F43 double precision nrm_tol, min_tol, max_tol
75 min_tol = SQRT(SQRT(dlamch('S')))
78 max_tol = ONE / min_tol
211 if((scv >= max_tol) .or. (scv <= min_tol)) then
276 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
H A Dseeded_qmr_real_augment.F40 double precision nrm_tol, min_tol, max_tol
67 min_tol = SQRT(SQRT(dlamch('S')))
68 max_tol = ONE / min_tol
195 if((scv >= max_tol) .or. (scv <= min_tol)) then
279 if((ABS(scs) >= max_tol) .or. (ABS(scs) <= min_tol)) then
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dlinearly_independent_subset_finder.h107 scalar_type min_tol in set_minimum_tolerance() argument
111 DLIB_ASSERT(min_tol > 0, in set_minimum_tolerance()
114 << "\n\tmin_tol: " << min_tol in set_minimum_tolerance()
117 min_tolerance = min_tol; in set_minimum_tolerance()
464 const scalar_type min_tol = lisf.minimum_tolerance(); in fill_lisf() local
467 while (tol >= min_tol && lisf.size() < lisf.max_dictionary_size()) in fill_lisf()
470 lisf.set_minimum_tolerance(std::max(tol, min_tol)); in fill_lisf()
486 lisf.set_minimum_tolerance(min_tol); in fill_lisf()
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dlinearly_independent_subset_finder.h107 scalar_type min_tol in set_minimum_tolerance() argument
111 DLIB_ASSERT(min_tol > 0, in set_minimum_tolerance()
114 << "\n\tmin_tol: " << min_tol in set_minimum_tolerance()
117 min_tolerance = min_tol; in set_minimum_tolerance()
464 const scalar_type min_tol = lisf.minimum_tolerance(); in fill_lisf() local
467 while (tol >= min_tol && lisf.size() < lisf.max_dictionary_size()) in fill_lisf()
470 lisf.set_minimum_tolerance(std::max(tol, min_tol)); in fill_lisf()
486 lisf.set_minimum_tolerance(min_tol); in fill_lisf()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/heal/
H A Dbug3018511 checkmaxtol r -min_tol 2.49130e-03
12 checkmaxtol s -min_tol 2.49130e-03
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_5/
H A Dbug2384519 checkmaxtol aa -min_tol ${CMP_TOL}
23 checkmaxtol bb -min_tol ${CMP_TOL}
H A Dbug23375_117 checkmaxtol result -ref 6.7739238740616194e-005 -source {v_1 v_2} -min_tol 1.e-4
/dports/cad/opencascade/opencascade-7.6.0/src/DrawResources/
H A DCheckCommands.tcl386 -min_tol <value>: check it to be not greater than specified value.
389 -multi_tol <value>: additional multiplier for value specified by -min_tol
399 set min_tol 0
405 if {[_check_arg "-min_tol" min_tol 1] ||
431 if { [expr ${_src_max_tol} > ${min_tol} ] } {
432 set min_tol ${_src_max_tol}
437 set min_tol [expr ${tol_multiplier} * ${_src_max_tol}]
440 if { ${min_tol} && [expr ${max_tol} > ${min_tol}] } {
441 …uts "Error: tolerance of \"${shape}\" (${max_tol}) is greater than checking tolerance (${min_tol})"
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug23171_116 checkmaxtol r -min_tol 0.003
H A Dbug23171_218 checkmaxtol r -min_tol 0.2
H A Dbug3256914 checkmaxtol result -min_tol 4.5e-4
H A Dbug2366014 checkmaxtol result -min_tol 0.001
/dports/cad/opencascade/opencascade-7.6.0/tests/offset/bugs/
H A Dbug2890318 checkmaxtol result -min_tol 0.0015

123