Searched refs:MAX_ERROR (Results 1 – 8 of 8) sorted by relevance
292 private static final double MAX_ERROR = 1.0 / (1L << 51); field in S2Cell299 private static final double POLE_MIN_LAT = Math.asin(Math.sqrt(1.0 / 3.0)) - MAX_ERROR;324 lat = lat.expanded(MAX_ERROR).intersection(S2LatLngRect.fullLat()); in getRectBound()329 return new S2LatLngRect(lat, lng.expanded(MAX_ERROR)); in getRectBound()
27 #define MAX_ERROR 5 /* % */ macro67 assert_within_epsilon(timeout_100ms * loops, elapsed, MAX_ERROR); in spin()
194 final double MAX_ERROR = 1e-31;197 boolean r = a.boundaryApproxEquals(b, MAX_ERROR);207 assertTrue(a2.boundaryApproxEquals(b2, MAX_ERROR));
34 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest204 if (error > MAX_ERROR) { in _test()
37 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest207 if (error > MAX_ERROR) { in _test()
33 static double MAX_ERROR; variable
33 double NumberFormatRoundTripTest::MAX_ERROR = 1e-14; member in NumberFormatRoundTripTest287 if(error > MAX_ERROR) { in test()
74 #define MAX_ERROR 5 macro2326 if (k < MAX_ERROR) { in xmlRelaxNGDumpValidError()