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

1 2 3 45 6 7 8 91011>>

  /external/libjpeg-turbo/
wizard.txt 144 Al Successive approximation low bit position for scan
169 (no successive approximation):
181 Here is an example of a successive-approximation script. This is equivalent
208 a script with fewer stages of successive approximation (otherwise the
210 want to use more stages of successive approximation (so that the initial
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 43 //Q15 alpha = 0.99439986968132 const Factor for magnitude approximation
45 //Q15 beta = 0.12967166976970 const Factor for magnitude approximation
47 //Q15 alpha = 0.94234827210087 const Factor for magnitude approximation
49 //Q15 beta = 0.33787806009150 const Factor for magnitude approximation
51 //Q15 alpha = 0.82247698684306 const Factor for magnitude approximation
53 //Q15 beta = 0.57762063060713 const Factor for magnitude approximation
215 // Approximation for magnitude of complex fft output
  /external/jemalloc/test/include/test/
math.h 237 /* Starting approximation for small Chi^2. */
245 * Starting approximation using Wilson and Hilferty
250 /* Starting approximation for p tending to 1. */
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 55 * approximation centered at the minimum (x0+1) to
58 * x >= 6.5: Use the asymptotic approximation (Stirling's formula)
89 * Rational approximation, A0 + x*x*P(x)/Q(x), on the interval
112 * Constants for large x approximation (x in [6, Inf])
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 36 /* Approximation thresholds. */
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 29 * 2. Polynomial approximation of lgamma around its
36 * 2. Rational approximation in the primary interval [2,3]
37 * We use the following approximation:
55 * Let z = 1/x, then we approximation
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java 86 * Lanczos Approximation</a>, equations (1) through (5).</li>
88 * the computation of the convergent Lanczos complex Gamma approximation
152 * series is less than epsilon the approximation ceases
229 * series is less than epsilon the approximation ceases
  /external/ceres-solver/internal/ceres/
corrector.h 46 // gauss newton approximation and then take its squareroot to get the
  /external/crcalc/src/com/hp/creals/
CR.java 113 * approximation function for the real number.
114 * The approximation function guarantees that the generated approximation
125 * In order to achieve this precision, the approximation function will often
127 * demanded. Thus the approximation of a constructive real number
147 * A few uses will require explicit construction of approximation functions.
166 // Abstractly this is a function for computing an approximation
167 // plus the current best approximation.
221 * Informally, approximate(n) gives a scaled approximation
233 // The scaled approximation corresponding to min_prec
    [all...]
  /external/fdlibm/
e_lgamma_r.c 28 * 2. Polynomial approximation of lgamma around its
35 * 2. Rational approximation in the primary interval [2,3]
36 * We use the following approximation:
54 * Let z = 1/x, then we approximation
w_jn.c 27 * for n>x, a continued fraction approximation to
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 246 * Using DoubleUtils.bigToDouble, getting a double approximation of x is extremely fast, and
247 * then we can get a double approximation of the square root. Then, we iteratively improve this
258 * We start out with a double-precision approximation, which may be higher or lower than the
269 * We have that x / 2^shift < 2^54. Our initial approximation to sqrtFloor(x) will be
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
UriPatternType.java 133 // the path. This is a rough approximation to try and get parity
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCapsuleShape.cpp 125 //as an approximation, take the inertia of the box that bounds the spheres
  /external/libopus/silk/
table_LSF_cos.c 34 /* Cosine approximation table for LSF conversion */
  /external/opencv3/doc/tutorials/imgproc/imgtrans/distance_transformation/
distance_transform.markdown 34 -# Afterwards we will sharp our image in order to acute the edges of the foreground objects. We will apply a laplacian filter with a quite strong filter (an approximation of second derivative):
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 98 // TODO: Use a better approximation for the individual path sizes.
  /external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 15 // This is used for an approximation of the mask gamma hack, used by raster and bitmap
  /external/v8/build/
landmine_utils.py 73 return 'ib' # use (win and !goma and headless) as approximation of ib
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 20 // An element in the field approximation list.
309 // Search for a field approximation for this object.
322 // Search for a field approximation for this object.
381 // Remove the last approximation for a field so that it can be reused.
hydrogen-store-elimination.cc 16 GVNFlagSet flags; // Use GVN flags as an approximation for some instructions.
  /external/v8/test/mjsunit/es6/
math-expm1.js 26 // Approximation for values close to 0:
  /external/v8/tools/gcmole/
README 53 approximation to find all functions that might potentially cause GC, list
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 24 @ approximation routines, or if I can freely use it for any purpose.
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.h 22 // left child contains the approximation coefficients extracted from the node,

Completed in 856 milliseconds

1 2 3 45 6 7 8 91011>>