Home
last modified time | relevance | path

Searched defs:maxError (Results 1 – 25 of 34) sorted by relevance

12

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2PolygonBuilderTest.java262 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
DS2CellTest.java331 double maxError = maxMetric.getValue(level) - maxValue; in testMinMaxAvg() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_double.cpp124 float maxError; // max error value. Init to 0. member
398 float maxError = 0.0f; in TestFunc_Double_Double() local
Dunary_float.cpp121 float maxError; // max error value. Init to 0. member
548 float maxError = 0.0f; in TestFunc_Float_Float() local
Dbinary_i_double.cpp131 float maxError; // max error value. Init to 0. member
578 float maxError = 0.0f; in TestFunc_Double_Double_Int() local
Dbinary_i_float.cpp129 float maxError; // max error value. Init to 0. member
570 float maxError = 0.0f; in TestFunc_Float_Float_Int() local
Dbinary_operator_double.cpp131 float maxError; // max error value. Init to 0. member
627 float maxError = 0.0f; in TestFunc_Double_Double_Double_Operator() local
Dmad_double.cpp61 float maxError = 0.0f; in TestFunc_mad_Double() local
Dmad_float.cpp64 float maxError = 0.0f; in TestFunc_mad_Float() local
Dbinary_operator_float.cpp129 float maxError; // max error value. Init to 0. member
752 float maxError = 0.0f; in TestFunc_Float_Float_Float_Operator() local
Dbinary_double.cpp132 float maxError; // max error value. Init to 0. member
655 float maxError = 0.0f; in TestFunc_Double_Double_Double() local
Dbinary_float.cpp130 float maxError; // max error value. Init to 0. member
812 float maxError = 0.0f; in TestFunc_Float_Float_Float() local
Dunary_u_float.cpp129 float maxError = 0.0f; in TestFunc_Float_UInt() local
Dunary_u_double.cpp137 float maxError = 0.0f; in TestFunc_Double_ULong() local
Dunary_two_results_i_float.cpp142 float maxError = 0.0f; in TestFunc_FloatI_Float() local
Dunary_two_results_i_double.cpp144 float maxError = 0.0f; in TestFunc_DoubleI_Double() local
Dternary_double.cpp138 float maxError = 0.0f; in TestFunc_Double_Double_Double_Double() local
Dternary_float.cpp150 float maxError = 0.0f; in TestFunc_Float_Float_Float_Float() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DR1Interval.java222 public boolean approxEquals(R1Interval y, double maxError) { in approxEquals()
DS2.java775 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()
DS2LatLng.java269 public boolean approxEquals(S2LatLng o, double maxError) { in approxEquals()
DS1Interval.java453 public boolean approxEquals(final S1Interval y, double maxError) { in approxEquals()
DS2Cap.java428 boolean approxEquals(S2Cap other, double maxError) { in approxEquals()
/external/walt/ios/WALT/
DWALTClient.m282 - (int64_t)maxError { method
/external/skia/tests/
DFontMgrAndroidParserTest.cpp152 double maxError = 0; in test_parse_fixed_r() local

12