HomeSort by relevance Sort by last modified time
    Searched full:polynomial (Results 276 - 300 of 408) sorted by null

<<11121314151617

  /bionic/libm/x86/
e_sinh.S 61 // For |x|<23/64, a Taylor polynomial expansion is used (degree 13)
66 // (error bound for polynomial expansion is below 0.51 ulp)
e_log.S 43 // p(r) is a degree 7 polynomial
e_log10.S 44 // p(r) is a degree 7 polynomial
s_expm1.S 56 // P(y) is a minimax polynomial approximation of exp(x)-1
s_log1p.S 43 // p(r) is a degree 7 polynomial
  /bionic/libm/x86_64/
e_cosh.S 60 // For |x|<1/8, a Taylor polynomial expansion is used (degree 10)
61 // (error bound for polynomial expansion is below 0.501 ulp)
s_cos.S 109 // 3. POLYNOMIAL
111 // The polynomial S_hi * (cos(r) - 1) + (C_hl + sigma) *
e_sinh.S 61 // For |x|<23/64, a Taylor polynomial expansion is used (degree 13)
66 // (error bound for polynomial expansion is below 0.51 ulp)
s_sin.S 109 // 3. POLYNOMIAL
111 // The polynomial S_hi * (cos(r) - 1) + (C_hl + sigma) *
e_exp.S 45 // P(y) is a minimax polynomial approximation of exp(x)-1
e_log.S 43 // p(r) is a degree 7 polynomial
e_log10.S 44 // p(r) is a degree 7 polynomial
s_expm1.S 56 // P(y) is a minimax polynomial approximation of exp(x)-1
s_log1p.S 43 // p(r) is a degree 7 polynomial
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 76 * Coefficients for a 3rd order polynomial, ordered from highest to lowest power. This
77 * polynomial approximates the default tonemapping curve used for ACR3.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 181 /* Primitive polynomial for GF(256) */
571 * @return Remainder polynomial generated using RS code
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 281 /// SCEVAddRecExpr - This node represents a polynomial recurrence on the trip
303 /// indicating how much this expression steps by. If this is a polynomial
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_mpy.txt 244 # Polynomial multiply words
396 # Vector polynomial multiply halfwords
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 193 @param poly_n size of the pixel neighborhood used to find polynomial expansion in each pixel;
197 basis for the polynomial expansion; for poly_n=5, you can set poly_sigma=1.1, for poly_n=7, a
  /external/ImageMagick/MagickCore/
statistic.c 912 Polynomial: polynomial constants, highest to lowest order (e.g. c0*x^3+
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 50 * where p(d) = d - 0.5*d*d + ... is a special minimax polynomial of
72 * naturally. The most accurate minimax polynomial of a given degree might
617 * above, but now we need to evaluate the polynomial on d =
s_exp2l.c 340 * a degree-10 minimax polynomial with maximum error under 2**-120.
  /external/ImageMagick/ImageMagick/script/
command-line-options.html     [all...]
  /external/ImageMagick/www/
command-line-options.html     [all...]
  /external/ceres-solver/include/ceres/
solver.h 223 // Degree of the polynomial used to approximate the objective
    [all...]

Completed in 819 milliseconds

<<11121314151617