Home
last modified time | relevance | path

Searched refs:coeff4 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c47 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
77 coeff4 = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
95 ILVRL_H2_SH(coeff4, dq_coeff4, coeff0, coeff1); in vp8_mbblock_error_msa()
113 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
137 coeff4 = LD_SH(coeff_ptr); in vp8_mbuverror_msa()
156 ILVRL_H2_SH(coeff4, dq_coeff4, coeff0, coeff1); in vp8_mbuverror_msa()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DClassicalRungeKuttaStepInterpolator.java94 final double coeff4 = s * ((-fourTheta - 1) * theta - 1); in computeInterpolatedStateAndDerivatives() local
103 currentState[i] + coeff1 * yDot1 + coeff23 * yDot23 + coeff4 * yDot4; in computeInterpolatedStateAndDerivatives()
DThreeEighthesStepInterpolator.java96 final double coeff4 = s * (1 + theta + fourTheta2); in computeInterpolatedStateAndDerivatives() local
108 currentState[i] - coeff1 * yDot1 - coeff2 * yDot2 - coeff3 * yDot3 - coeff4 * yDot4; in computeInterpolatedStateAndDerivatives()
DGillStepInterpolator.java105 final double coeff4 = s * (1 + theta * (1 + fourTheta)); in computeInterpolatedStateAndDerivatives() local
118 currentState[i] - coeff1 * yDot1 - coeff2 * yDot2 - coeff3 * yDot3 - coeff4 * yDot4; in computeInterpolatedStateAndDerivatives()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...