Home
last modified time | relevance | path

Searched defs:maxUlps (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp554 float maxUlps = 8192.0f + // error in sqrt in test_geom_fast_distance() local
601 float maxUlps = 3.0f + // error in sqrt in test_geom_distance() local
766 float maxUlps = 3.0f + // error in sqrt in test_geom_length() local
821 float maxUlps = 8192.0f + // error in half_sqrt in test_geom_fast_length() local
1071 float maxUlps = 2.5f + // error in rsqrt + error in multiply in test_geom_normalize() local
1107 float maxUlps = 8192.5f + // error in rsqrt + error in multiply in test_geom_fast_normalize() local
Dtest_geometrics_double.cpp476 double maxUlps = 8192.0f + // error in sqrt in test_geom_fast_distance_double() local
514 double maxUlps = 3.0f + // error in sqrt in test_geom_distance_double() local
677 double maxUlps = 3.0f + // error in sqrt in test_geom_length_double() local
722 double maxUlps = 8192.0f + // error in half_sqrt in test_geom_fast_length_double() local
934 double maxUlps = 2.5f + // error in rsqrt + error in multiply in test_geom_normalize_double() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java489 public static boolean equals(float x, float y, int maxUlps) { in equals()