HomeSort by relevance Sort by last modified time
    Searched full:poly (Results 26 - 43 of 43) sorted by null

12

  /external/zlib/
crc32.c 110 unsigned long poly; /* polynomial exclusive-or pattern */ local
122 poly = 0UL;
124 poly |= 1UL << (31 - p[n]);
130 c = c & 1 ? poly ^ (c >> 1) : c >> 1;
  /bionic/libm/src/
e_lgamma_r.c 36 * lgamma(x) = -1.214862905358496078218 + z^2*poly(z)
38 * poly(z) is a 14 degree polynomial.
e_powf.c 33 /* poly coefs for (3/2)*(log(x)-2s-2/3*s**3 */
e_pow.c 74 /* poly coefs for (3/2)*(log(x)-2s-2/3*s**3 */
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 74 static const unsigned char poly[] = { 0x00, 0xE1 }; variable
98 V[0] ^= poly[z];
  /external/fdlibm/
e_lgamma_r.c 32 * lgamma(x) = -1.214862905358496078218 + z^2*poly(z)
34 * poly(z) is a 14 degree polynomial.
e_pow.c 77 /* poly coefs for (3/2)*(ieee_log(x)-2s-2/3*s**3 */
  /external/openssl/crypto/ec/
ec2_mult.c 247 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_pow.h 73 /* poly coefs for (3/2)*(log(x)-2s-2/3*s**3 */
  /external/quake/quake/src/QW/client/
r_misc.c 279 Con_Printf ("%5.1f ms %3i/%3i/%3i poly %3i surf\n",
  /external/quake/quake/src/WinQuake/
r_misc.cpp 203 Con_Printf ("%5.1f ms %3i/%3i/%3i poly %3i surf\n",
  /frameworks/base/core/res/res/values/
config.xml 275 <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView -->
  /dalvik/vm/interp/
Jit.c 470 LOGD("JIT: Invoke: %d mono, %d poly, %d native, %d return",
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10 64 REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don't work
    [all...]
ChangeLog-2008-08-10     [all...]

Completed in 61 milliseconds

12