Home
last modified time | relevance | path

Searched refs:zAbs (Results 1 – 4 of 4) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/inference/
H A DWilcoxonSignedRankTest.java127 final double[] zAbs = new double[z.length]; in calculateAbsoluteDifferences() local
130 zAbs[i] = FastMath.abs(z[i]); in calculateAbsoluteDifferences()
133 return zAbs; in calculateAbsoluteDifferences()
179 final double[] zAbs = calculateAbsoluteDifferences(z); in wilcoxonSignedRank() local
181 final double[] ranks = naturalRanking.rank(zAbs); in wilcoxonSignedRank()
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dray.cpp179 double zAbs = GfAbs(plane.GetNormal()[2]); in Intersect() local
181 if (xAbs > yAbs && xAbs > zAbs) { in Intersect()
185 else if (yAbs > zAbs) { in Intersect()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldVector3D.java374 final T zAbs = z.abs(); in getNormInf() local
376 if (yAbs.getReal() <= zAbs.getReal()) { in getNormInf()
377 return zAbs; in getNormInf()
382 if (xAbs.getReal() <= zAbs.getReal()) { in getNormInf()
383 return zAbs; in getNormInf()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dfile.c2577 char const * zAbs = 0; /* absolute path */ in touch_cmd() local
2584 zAbs = blob_str(&absBuffer); in touch_cmd()
2587 touch_cmd_stamp_one_file( zAbs, zName, newMtime, dryRunFlag, in touch_cmd()
2607 char const * zAbs; /* absolute filename */ in touch_cmd() local
2628 zAbs = blob_str(&absBuffer); in touch_cmd()
2637 touch_cmd_stamp_one_file( zAbs, zArg, newMtime, dryRunFlag, in touch_cmd()