/external/ceres-solver/ |
Android.mk | 126 internal/ceres/polynomial.cc \
|
/external/ceres-solver/internal/ceres/ |
line_search.cc | 37 #include "ceres/polynomial.h" 145 // polynomial of degree defined by interpolation_type which interpolates all 180 // and minimizing the corresponding polynomial. 650 // Polynomial interpolation requires inputs ordered according to step size,
|
/external/chromium_org/base/metrics/ |
bucket_ranges.cc | 61 // the reversed polynomial 0xedb88320L. This is nice and simple, and allows us
|
/external/chromium_org/rlz/lib/ |
crc8.cc | 9 // The CRC lookup table used for ATM HES (Polynomial = 0x07).
|
/external/chromium_org/webkit/child/ |
touch_fling_gesture_curve.cc | 65 // The curve is modelled as a 4th order polynomial, starting at t = 0,
|
/external/fdlibm/ |
k_cos.c | 23 * 3. ieee_cos(x) is approximated by a polynomial of degree 14 on
|
k_tan.c | 23 * 3. ieee_tan(x) is approximated by a odd polynomial of degree 27 on
|
e_lgamma_r.c | 28 * 2. Polynomial approximation of lgamma around its 34 * poly(z) is a 14 degree polynomial.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
trip-count10.ll | 78 ; Trip counts for non-polynomial iterations. It's theoretically possible
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
crc.c | 15 #define POLYNOMIAL 0x04c11db7L
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Tables.c | 164 /* Cosone polynomial coefficients */
|
LVPSA_Control.c | 514 * Calculate the cosine by a polynomial expansion using the equation: [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 442 * a polynomial of degree n are given as a[i] (i=0,i,..., n) where a[0] is 452 * Polynomial Equations," by K. W. Ellenberger, Commun. ACM 3 (Dec. 1960), 456 * ACM algorithm #30 - Numerical Solution of the Polynomial Equation 483 // Copy polynomial coefficients to working storage 558 d[2 + j] = h[2 + j] + r * d[2 + j - 1]; // Calculate polynomial at r 596 for (j = n; j >= 0; j--) { // Polynomial deflation by lin-nomial 631 for (j = n; j >= 0; j--) { // Polynomial deflation by quadratic [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 31 * 2. Polynomial approximation of lgamma around its 37 * poly(z) is a 14 degree polynomial.
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 344 /* The polynomial is */ 422 /* the zeros, independently of the range of the original polynomial */
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-armv4.S | 318 vmov.i32 d5,#0xe1 @ our irreducible polynomial 341 vmov.i32 d5,#0xe1 @ our irreducible polynomial
|
/external/freetype/src/base/ |
ftbbox.c | 344 /* The polynomial is */ 422 /* the zeros, independently of the range of the original polynomial */
|
/external/libvorbis/lib/ |
lsp.c | 25 /* Note that the lpc-lsp conversion finds the roots of polynomial with 323 /* eval the polynomial and its first two derivatives */
|
/external/openssh/ |
acss.c | 138 * lfsr17: polynomial of degree 17, primitive modulo 2 (listed in Schneier) 140 * lfsr25: polynomial of degree 25, not know if primitive modulo 2
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.S | 318 vmov.i32 d5,#0xe1 @ our irreducible polynomial 341 vmov.i32 d5,#0xe1 @ our irreducible polynomial
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 30 * \defgroup LMPolynomial (LM) Polynomial utilities (solvers, arithmetic, evaluation, etc.) 259 degree polynomial goes first and the smaller ones
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 30 * \defgroup LMPolynomial (LM) Polynomial utilities (solvers, arithmetic, evaluation, etc.) 259 degree polynomial goes first and the smaller ones
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 30 * \defgroup LMPolynomial (LM) Polynomial utilities (solvers, arithmetic, evaluation, etc.) 259 degree polynomial goes first and the smaller ones
|
/external/ceres-solver/jni/ |
Android.mk | 157 $(CERES_SRC_PATH)/polynomial.cc \
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_cvt.c | 67 * The elliptic curve binary polynomial software is originally written by
|