Home
last modified time | relevance | path

Searched refs:dot6 (Results 1 – 2 of 2) 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.cpp34 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument
36 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale()
37 return SkMulS16(value, dot6) >> 6; in SmallDot6Scale()