Searched refs:epsilon (Results 1 – 4 of 4) sorted by relevance
122 double epsilon = 216.0 / 24389.0; in argbFromLstar() local125 boolean cubeExceedEpsilon = fy * fy * fy > epsilon; in argbFromLstar()209 float epsilon = 216f / 24389f; in intFromLstar() local212 boolean cubeExceedEpsilon = (fy * fy * fy) > epsilon; in intFromLstar()
457 final long epsilon = 5000; in testKeystoreExpirationTimes() local472 > epsilon) { in testKeystoreExpirationTimes()483 if (Math.abs(delay - expectedValue) > epsilon) { in testKeystoreExpirationTimes()498 if (Math.abs(expirationTime - newExpirationTime) > epsilon) { in testKeystoreExpirationTimes()503 if (Math.abs(delay - newExpirationTime) > epsilon) { in testKeystoreExpirationTimes()628 final long epsilon = 5000; in testUntrackedUserKeysAddedToKeystore() local651 if (Math.abs(time - connectionTime) > epsilon) { in testUntrackedUserKeysAddedToKeystore()
256 Interpolator interpolator, float target, float epsilon) { in findInterpolationAdjustedTargetFraction() argument260 while (adj >= epsilon) { in findInterpolationAdjustedTargetFraction()
606 final float epsilon = 1.0f; in testGetCursorPath() local611 assertTrue(bounds.top >= layout.getLineTop(i) - epsilon); in testGetCursorPath()612 assertTrue(bounds.bottom <= layout.getLineBottom(i) + epsilon); in testGetCursorPath()