Home
last modified time | relevance | path

Searched defs:coeff7 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DLutherStepInterpolator.java140 …final double coeff7 = theta * ( 3 / 10.0 + theta * ( -1 … in computeInterpolatedStateAndDerivatives() local
163 …final double coeff7 = -1 / 20.0 + theta * ( -1 / 20.0 + theta * ( 1 … in computeInterpolatedStateAndDerivatives() local
H A DLutherFieldStepInterpolator.java203 …final T coeff7 = s.multiply(theta.multiply(theta.multiply(theta.multiply( … in computeInterpolatedStateAndDerivatives() local
215 …final T coeff7 = s.multiply( theta.multiply(theta.multiply(theta.multiply( … 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