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

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

Completed in 106 milliseconds