HomeSort by relevance Sort by last modified time
    Searched refs:sgn (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
unpack_idx.cpp 429 Int sgn; local
447 sgn = get1bits(pInputStream);
450 *pQuantSpec++ = (Int16)((sgn) ? -temp_spec : temp_spec);
474 sgn = get1bits(pInputStream);
476 *pQuantSpec++ = (Int16)((sgn) ? -temp_spec : temp_spec);
504 sgn = get1bits(pInputStream);
506 *pQuantSpec++ = (Int16)((sgn) ? -temp_spec : temp_spec);
528 sgn = get1bits(pInputStream);
530 *pQuantSpec = (Int16)((sgn) ? -codeword_indx : codeword_indx);
  /bionic/libm/src/
e_jnf.c 33 int32_t i,hx,ix, sgn; local
51 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
160 if(sgn==1) return -b; else return b;
e_jn.c 57 int32_t i,hx,ix,lx, sgn; local
75 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
207 if(sgn==1) return -b; else return b;
  /bionic/libm/bsdsrc/
b_tgamma.c 279 int sgn = 1; local
289 sgn = -1;
297 return ((double)sgn*tiny*tiny);
306 if (sgn < 0) y = -y;
314 if (sgn < 0) y = -y;
  /external/fdlibm/
e_jn.c 60 int i,hx,ix,lx, sgn; local
79 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
211 if(sgn==1) return -b; else return b;
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 783 int sgn = (o < 0) ? -1 : 1; local
786 offset = ((o / 100) * 60 + (o % 100)) * sgn;
792 offset = (o * 60 + o2) * sgn;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_plug.c 215 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed)
225 f = snd_pcm_build_linear_format(wid, pw, sgn, ed);
230 sgn = !sgn;
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 1052 mp_sign sgn; local
1056 sgn = (SIGN(a) == SIGN(b)) ? MP_ZPOS : MP_NEG;
1070 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1073 SIGN(c) = sgn;
2557 mp_sign sgn; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslcon.c 2277 SGNContext * sgn = NULL; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 11101 int sgn = 0; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 333 milliseconds