Home
last modified time | relevance | path

Searched defs:startR (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DGammaEvaluator.java32 float startR = ((startInt >> 16) & 0xff) / 255.0f; in evaluate() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdsaTest.java577 int startR = (signature[1] & 0x80) != 0 ? 3 : 2; in extractR() local
583 int startR = (signature[1] & 0x80) != 0 ? 3 : 2; in extractS() local