Searched refs:maxError (Results 1 – 9 of 9) sorted by relevance
104 int64_t maxError;248 _sync.maxError = CurrentTime(_clock) - _sync.base;259 _sync.maxError -= _sync.minError;267 _sync.maxError = 1e7;282 - (int64_t)maxError { method283 return _sync.maxError;310 uint64_t sleepTime = (_sync.maxError - _sync.minError) / kSleepTimeDivider;395 // Adjust maxError to be the smallest delta between local and remote398 if (digitTimes.local[i] != 0 && digitTimes.remote[i] != 0 && delta < _sync.maxError) {399 _sync.maxError = delta;
61 _client.minError, _client.maxError];145 _client.minError, _client.maxError];
107 @property (readonly, nonatomic) int64_t maxError;
66 _client.minError, _client.maxError];
134 double maxError = 0; in test_parse_fixed_r() local147 maxError = SkTMax(maxError, error); in test_parse_fixed_r()154 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()
1346 maxError = SIZE_MAX; in ComputeEndPoints() local1362 if (error > maxError) in ComputeEndPoints()1374 maxError = error; in ComputeEndPoints()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...