/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2PolygonBuilderTest.java | 262 private boolean loopsEqual(S2Loop a, S2Loop b, double maxError) { in loopsEqual() 287 private boolean findLoop(S2Loop loop, List<S2Loop> candidates, double maxError) { in findLoop() 297 List<S2Loop> actual, List<S2Loop> expected, double maxError, String label) { in findMissingLoops() 409 double maxError = 0.5 * minMerge + maxPerturbation; in testBuilder() local
|
D | S2CellTest.java | 331 double maxError = maxMetric.getValue(level) - maxValue; in testMinMaxAvg() local
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_double.cpp | 124 float maxError; // max error value. Init to 0. member 398 float maxError = 0.0f; in TestFunc_Double_Double() local
|
D | unary_float.cpp | 121 float maxError; // max error value. Init to 0. member 548 float maxError = 0.0f; in TestFunc_Float_Float() local
|
D | binary_i_double.cpp | 131 float maxError; // max error value. Init to 0. member 578 float maxError = 0.0f; in TestFunc_Double_Double_Int() local
|
D | binary_i_float.cpp | 129 float maxError; // max error value. Init to 0. member 570 float maxError = 0.0f; in TestFunc_Float_Float_Int() local
|
D | binary_operator_double.cpp | 131 float maxError; // max error value. Init to 0. member 627 float maxError = 0.0f; in TestFunc_Double_Double_Double_Operator() local
|
D | mad_double.cpp | 61 float maxError = 0.0f; in TestFunc_mad_Double() local
|
D | mad_float.cpp | 64 float maxError = 0.0f; in TestFunc_mad_Float() local
|
D | binary_operator_float.cpp | 129 float maxError; // max error value. Init to 0. member 752 float maxError = 0.0f; in TestFunc_Float_Float_Float_Operator() local
|
D | binary_double.cpp | 132 float maxError; // max error value. Init to 0. member 655 float maxError = 0.0f; in TestFunc_Double_Double_Double() local
|
D | binary_float.cpp | 130 float maxError; // max error value. Init to 0. member 812 float maxError = 0.0f; in TestFunc_Float_Float_Float() local
|
D | unary_u_float.cpp | 129 float maxError = 0.0f; in TestFunc_Float_UInt() local
|
D | unary_u_double.cpp | 137 float maxError = 0.0f; in TestFunc_Double_ULong() local
|
D | unary_two_results_i_float.cpp | 142 float maxError = 0.0f; in TestFunc_FloatI_Float() local
|
D | unary_two_results_i_double.cpp | 144 float maxError = 0.0f; in TestFunc_DoubleI_Double() local
|
D | ternary_double.cpp | 138 float maxError = 0.0f; in TestFunc_Double_Double_Double_Double() local
|
D | ternary_float.cpp | 150 float maxError = 0.0f; in TestFunc_Float_Float_Float_Float() local
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | R1Interval.java | 222 public boolean approxEquals(R1Interval y, double maxError) { in approxEquals()
|
D | S2.java | 775 public static boolean approxEquals(S2Point a, S2Point b, double maxError) { in approxEquals() 783 public static boolean approxEquals(double a, double b, double maxError) { in approxEquals()
|
D | S2LatLng.java | 269 public boolean approxEquals(S2LatLng o, double maxError) { in approxEquals()
|
D | S1Interval.java | 453 public boolean approxEquals(final S1Interval y, double maxError) { in approxEquals()
|
D | S2Cap.java | 428 boolean approxEquals(S2Cap other, double maxError) { in approxEquals()
|
/external/walt/ios/WALT/ |
D | WALTClient.m | 282 - (int64_t)maxError { method
|
/external/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 152 double maxError = 0; in test_parse_fixed_r() local
|