Home
last modified time | relevance | path

Searched refs:dot6 (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince853StepInterpolator.java368 final double dot6 = theta2 * theta * (4 + theta * (-15 + theta * (18 - 7 * theta))); in computeInterpolatedStateAndDerivatives() local
381 dot5 * v[5][i] + dot6 * v[6][i]; in computeInterpolatedStateAndDerivatives()
/external/skia/src/core/
DSkScan_Antihair.cpp36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument
38 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale()
39 return (value * dot6) >> 6; in SmallDot6Scale()
/external/skqp/src/core/
DSkScan_Antihair.cpp36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument
38 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale()
39 return (value * dot6) >> 6; in SmallDot6Scale()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...