Home
last modified time | relevance | path

Searched defs:ALLOWED_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DQuantilesAlgorithmTest.java37 private static final double ALLOWED_ERROR = 1.0e-10; field in QuantilesAlgorithmTest
DLinearTransformationTest.java34 private static final double ALLOWED_ERROR = 1e-10; field in LinearTransformationTest
DStatsTesting.java43 static final double ALLOWED_ERROR = 1e-10; field in StatsTesting
DQuantilesTest.java78 private static final double ALLOWED_ERROR = 1.0e-10; field in QuantilesTest
/external/guava/guava-tests/test/com/google/common/math/
DQuantilesAlgorithmTest.java37 private static final double ALLOWED_ERROR = 1.0e-10; field in QuantilesAlgorithmTest
DLinearTransformationTest.java34 private static final double ALLOWED_ERROR = 1e-10; field in LinearTransformationTest
DStatsTesting.java44 static final double ALLOWED_ERROR = 1e-10; field in StatsTesting
DQuantilesTest.java78 private static final double ALLOWED_ERROR = 1.0e-10; field in QuantilesTest
/external/OpenCL-CTS/test_conformance/device_timer/
Dtest_device_timer.cpp25 #define ALLOWED_ERROR 0.005f macro