Home
last modified time | relevance | path

Searched refs:inttol (Results 1 – 3 of 3) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbpt/
H A Dcsgmat.cc367 int inttol = (int) (log(tol)/log(2.0)); in make_g_d_nor() local
472 if(cpmax+imax < inttol) { in make_g_d_nor()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DTOFSANSdet.comp55 * inttol: [] tolerance of intensity (if primary beam intensity smaller than inttol*ma…
78 centol = 0.1, inttol = 0.0001, qcal=1.0)
391 maxint *= inttol;
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c6569 SCIP_Real inttol = 1000.0*SCIPsetFeastol(set); in rowCalcActivityBounds() local
6578 || EPSISINT(row->minactivity - row->constant, inttol)); in rowCalcActivityBounds()
6580 || EPSISINT(row->maxactivity - row->constant, inttol)); in rowCalcActivityBounds()