Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DMathTest.cpp263 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
264 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
273 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
274 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()
283 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() local
284 REPORTER_ASSERT(reporter, relativeError <= maxRelativeError); in test_rsqrt()

Completed in 3 milliseconds