Home
last modified time | relevance | path

Searched defs:coeff5 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DLutherStepInterpolator.java138 …final double coeff5 = theta * ((833 + 343 * Q) / 300.0 + theta * ((-637 - 357 * Q) / 90.0 … in computeInterpolatedStateAndDerivatives() local
161 …final double coeff5 = -49 / 180.0 + theta * ( -49 / 180.0 + theta * ((2254 + 1029 * … in computeInterpolatedStateAndDerivatives() local
H A DLutherFieldStepInterpolator.java201 …final T coeff5 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(c5a.div… in computeInterpolatedStateAndDerivatives() local
213 …final T coeff5 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(d5a.div… in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54FieldStepInterpolator.java160 final T coeff5 = f1.multiply(a75). in computeInterpolatedStateAndDerivatives() local
213 final T coeff5 = f1.multiply(a75). in computeInterpolatedStateAndDerivatives() local
/aosp_15_r20/external/libopenapv/src/neon/
H A Doapv_tq_neon.c60 int32x4_t coeff0, coeff1, coeff2, coeff3, coeff4, coeff5, coeff6, coeff7; in oapv_tx_pb8b_neon() local