Home
last modified time | relevance | path

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

/dports/biology/mothur/mothur-1.46.1/source/calculators/
H A Dtn.cpp14 double tnmax = tn / (double)(tp + tn + fp + fn); in getValue() local
16 if (isnan(tnmax) || isinf(tnmax)) { tnmax = 0; } in getValue()
18 return tnmax; in getValue()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/GridDataReader/
H A DGridDataReader.F90549 INTEGER :: TimeSize, IntTimeIndex,tnmax, NoVar, InterpStatus local
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c9459 double tnmin = 0, tnmax = 0; in PyFF_Glyph_BoundsAt() local
9487 } else if (!PyArg_ParseTuple(temp, "dd", &tnmin, &tnmax)) { in PyFF_Glyph_BoundsAt()
9495 if (tnmax > nmax || !set) nmax = tnmax; in PyFF_Glyph_BoundsAt()