Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DContinuedFraction.java135 double relativeError = Double.MAX_VALUE; in evaluate() local
136 while (n < maxIterations && relativeError > epsilon) { in evaluate()
190 relativeError = FastMath.abs(r / c - 1.0); in evaluate()
/external/skia/tests/
DMathTest.cpp265 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
266 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
275 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
276 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
285 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
286 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
/external/skqp/tests/
DMathTest.cpp265 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
266 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
275 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
276 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
285 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
286 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()