HomeSort by relevance Sort by last modified time
    Searched full:approximation (Results 126 - 150 of 800) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libeffects/testlibs/
EffectsMath.c 25 // It is used for a better than piece wise approximation of lin to log2 conversion
  /frameworks/support/compat/gingerbread/android/support/v4/view/animation/
PathInterpolatorGingerbread.java 29 * Governs the accuracy of the approximation of the {@link Path}.
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 36 * Governs the accuracy of the approximation of the {@link Path}.
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 30 // http://www.exploringbinary.com/using-integers-to-check-a-floating-point-approximation/
  /prebuilts/go/darwin-x86/src/math/
lgamma.go 38 // 2. Polynomial approximation of lgamma around its
44 // 2. Rational approximation in the primary interval [2,3]
45 // We use the following approximation:
63 // Let z = 1/x, then we approximation
exp.go 43 // 2. Approximation of exp(r) by a special rational function on
49 // of this polynomial approximation is bounded by 2**-59. In
log1p.go 36 // 2. Approximation of log1p(f).
42 // of this polynomial approximation is bounded by 2**-58.45. In
  /prebuilts/go/linux-x86/src/math/
lgamma.go 38 // 2. Polynomial approximation of lgamma around its
44 // 2. Rational approximation in the primary interval [2,3]
45 // We use the following approximation:
63 // Let z = 1/x, then we approximation
exp.go 43 // 2. Approximation of exp(r) by a special rational function on
49 // of this polynomial approximation is bounded by 2**-59. In
log1p.go 36 // 2. Approximation of log1p(f).
42 // of this polynomial approximation is bounded by 2**-58.45. In
  /system/core/libsysutils/src/
ServiceManager.cpp 34 * in micro-seconds (really an approximation) */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.pl 77 # Approximation
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 29 * 2. Approximation of exp(r) by a special rational function on
35 * of this polynomial approximation is bounded by 2**-59. In
e_log.c 25 * 2. Approximation of log(1+f).
31 * of this polynomial approximation is bounded by 2**-58.45. In
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
RiddersSolver.java 177 // x is the new root approximation and an endpoint of the new interval
195 // calculate the new root approximation
  /external/compiler-rt/lib/builtins/
divdf3.c 81 // polynomial approximation: reciprocal = 3/4 + 1/sqrt(2) - b/2. This
90 // This doubles the number of correct binary digits in the approximation
  /external/fdlibm/
e_exp.c 26 * 2. Approximation of ieee_exp(r) by a special rational function on
32 * of this polynomial approximation is bounded by 2**-59. In
e_log.c 22 * 2. Approximation of ieee_log(1+f).
28 * of this polynomial approximation is bounded by 2**-58.45. In
s_log1p.c 28 * 2. Approximation of ieee_log1p(f).
34 * of this polynomial approximation is bounded by 2**-58.45. In
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCylinderShape.cpp 53 //Until Bullet 2.77 a box approximation was used, so uncomment this if you need backwards compatibility
109 //approximation of box shape
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_fp.txt 108 # Floating point reciprocal square root approximation
140 # Floating point reciprocal approximation
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 129 // Compute an approximation and see if it is within 1/2 ULP
263 // Use approximation from StrtodDiyFp and make adjustment with BigInteger comparison
  /external/libjpeg-turbo/
jdphuff.c 119 /* Successive approximation refinement scan: must have Al = Ah-1. */
282 * Successive approximation AC refinement has to be more careful, however.)
287 * or first pass of successive approximation).
358 * or first pass of successive approximation).
441 * MCU decoding for DC successive approximation refinement scan.
492 * MCU decoding for AC successive approximation refinement scan.
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdphuff.c 116 /* Successive approximation refinement scan: must have Al = Ah-1. */
277 * Successive approximation AC refinement has to be more careful, however.)
282 * or first pass of successive approximation).
353 * or first pass of successive approximation).
436 * MCU decoding for DC successive approximation refinement scan.
487 * MCU decoding for AC successive approximation refinement scan.
  /frameworks/base/core/jni/android/graphics/
Path.cpp 455 float* approximation = new float[approximationArraySize]; local
460 approximation[approximationIndex++] = lengths[i] / totalLength;
461 approximation[approximationIndex++] = point.x();
462 approximation[approximationIndex++] = point.y();
466 env->SetFloatArrayRegion(result, 0, approximationArraySize, approximation);
467 delete[] approximation;

Completed in 1892 milliseconds

1 2 3 4 56 7 8 91011>>