HomeSort by relevance Sort by last modified time
    Searched defs:C15 (Results 1 - 4 of 4) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 163 C15 = 7.6471620181090468e-13, /* 0x1.ae7f3820adab1p-41 */
248 dx * (C14 + dx * (C15 + dx * (C16 +
  /external/libvpx/libvpx/test/
dct16x16_test.cc 81 const double C15 = 0.098017140329561;
128 temp1 = step[11] * C15;
133 temp2 = step[12] * C15;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 81 const double C15 = 0.098017140329561;
128 temp1 = step[11] * C15;
133 temp2 = step[12] * C15;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 103 private static final double C15 = 1.0 / 5.0;
417 integrator.computeDerivatives(pT + C15 * h, yTmp, yDotKLast[1]);

Completed in 123 milliseconds