Home
last modified time | relevance | path

Searched defs:coeff6 (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.java139 …final double coeff6 = theta * ((833 - 343 * Q) / 300.0 + theta * ((-637 + 357 * Q) / 90.0 … in computeInterpolatedStateAndDerivatives() local
162 …final double coeff6 = -49 / 180.0 + theta * ( -49 / 180.0 + theta * ((2254 - 1029 * … in computeInterpolatedStateAndDerivatives() local
H A DLutherFieldStepInterpolator.java202 …final T coeff6 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(c6a.div… in computeInterpolatedStateAndDerivatives() local
214 …final T coeff6 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(d6a.div… in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54FieldStepInterpolator.java164 final T coeff6 = f4.multiply(d6).subtract(f3); in computeInterpolatedStateAndDerivatives() local
217 final T coeff6 = f4.multiply(d6).subtract(f3); 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