Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A 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
H A DS2CellTest.java331 double maxError = maxMetric.getValue(level) - maxValue; in testMinMaxAvg() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dunary_double.cpp45 float maxError; // max error value. Init to 0. member
339 float maxError = 0.0f; in TestFunc_Double_Double() local
H A Dunary_float.cpp44 float maxError; // max error value. Init to 0. member
491 float maxError = 0.0f; in TestFunc_Float_Float() local
H A Dbinary_i_double.cpp47 float maxError; // max error value. Init to 0. member
512 float maxError = 0.0f; in TestFunc_Double_Double_Int() local
H A Dbinary_i_float.cpp47 float maxError; // max error value. Init to 0. member
506 float maxError = 0.0f; in TestFunc_Float_Float_Int() local
H A Dbinary_operator_double.cpp46 float maxError; // max error value. Init to 0. member
561 float maxError = 0.0f; in TestFunc_Double_Double_Double_Operator() local
H A Dbinary_double.cpp48 float maxError; // max error value. Init to 0. member
590 float maxError = 0.0f; in TestFunc_Double_Double_Double() local
H A Dbinary_operator_float.cpp46 float maxError; // max error value. Init to 0. member
687 float maxError = 0.0f; in TestFunc_Float_Float_Float_Operator() local
H A Dbinary_float.cpp48 float maxError; // max error value. Init to 0. member
749 float maxError = 0.0f; in TestFunc_Float_Float_Float() local
H A Dmad_float.cpp49 float maxError = 0.0f; in TestFunc_mad_Float() local
H A Dmad_double.cpp46 float maxError = 0.0f; in TestFunc_mad_Double() local
H A Dunary_u_float.cpp46 float maxError = 0.0f; in TestFunc_Float_UInt() local
H A Dunary_u_double.cpp51 float maxError = 0.0f; in TestFunc_Double_ULong() local
H A Dunary_two_results_i_float.cpp54 float maxError = 0.0f; in TestFunc_FloatI_Float() local
H A Dunary_two_results_i_double.cpp54 float maxError = 0.0f; in TestFunc_DoubleI_Double() local
H A Dternary_double.cpp123 float maxError = 0.0f; in TestFunc_Double_Double_Double_Double() local
H A Dternary_float.cpp135 float maxError = 0.0f; in TestFunc_Float_Float_Float_Float() local
H A Dbinary_two_results_i_float.cpp82 float maxError = 0.0f; in TestFunc_FloatI_Float_Float() local
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A 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()
H A DR1Interval.java222 public boolean approxEquals(R1Interval y, double maxError) { in approxEquals()
H A DS2LatLng.java269 public boolean approxEquals(S2LatLng o, double maxError) { in approxEquals()
H A DS1Interval.java453 public boolean approxEquals(final S1Interval y, double maxError) { in approxEquals()
H A DS2Cap.java428 boolean approxEquals(S2Cap other, double maxError) { in approxEquals()
/aosp_15_r20/external/walt/ios/WALT/
H A DWALTClient.m282 - (int64_t)maxError { method

123