Searched refs:maxError (Results 1 – 3 of 3) sorted by relevance
112 double maxError = 0; in test_parse_fixed_r() local125 maxError = SkTMax(maxError, error); in test_parse_fixed_r()132 return maxError; in test_parse_fixed_r()
627 double maxError = Double.MAX_VALUE; in integrate() local707 if ((error > 1.0e15) || ((k > 1) && (error > maxError))) { in integrate()714 maxError = FastMath.max(4 * error, 1.0); in integrate()
1336 maxError = SIZE_MAX; in ComputeEndPoints() local1352 if (error > maxError) in ComputeEndPoints()1364 maxError = error; in ComputeEndPoints()