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

  /external/compiler-rt/lib/builtins/ppc/
gcc_qadd.c 30 const doublebits bbits = { .d = B }; local
32 (((uint32_t)(bbits.x >> 32) & infinityHi) == infinityHi)) {
gcc_qsub.c 30 const doublebits bbits = { .d = B }; local
32 (((uint32_t)(bbits.x >> 32) & infinityHi) == infinityHi)) {
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 36 bitstob(bits, nbits, bbits) ULong *bits; int nbits; int *bbits;
38 bitstob(ULong *bits, int nbits, int *bbits)
70 *bbits = 0;
74 *bbits = i*ULbits + 32 - hi0bits(b->x[i]);
158 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; local
190 b = bitstob(bits, nbits = fpi->nbits, &bbits);
197 bbits -= i;
207 i = be + bbits - 1;
253 j = be + bbits - 1
    [all...]
dtoa.c 118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
200 b = d2b(dval(&d), &be, &bbits);
249 i = bbits + be + (Bias + (P-1) - 1);
268 j = bbits - i - 1;
507 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);
509 1 + P - bbits;
  /frameworks/native/opengl/libagl/
dxt.cpp 253 int bbits = bits >> 1; local
254 bool has2 = ((bbits & ~bits) & 0x55555555) != 0;
255 bool has3 = ((bbits & bits) & 0x55555555) != 0;
360 int bbits = bits >> 1; local
361 bool has2 = ((bbits & ~bits) & 0x55555555) != 0;
362 bool has3 = ((bbits & bits) & 0x55555555) != 0;
517 int bbits = bits >> 1; local
518 bool has2 = ((bbits & ~bits) & 0x55555555) != 0;
519 bool has3 = ((bbits & bits) & 0x55555555) != 0;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 187 for bbits in bits:
188 if bbits < abits:
190 b = (1L << bbits) - 1
192 y = ((1L << (abits + bbits)) -
194 (1L << bbits) +
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 187 for bbits in bits:
188 if bbits < abits:
190 b = (1L << bbits) - 1
192 y = ((1L << (abits + bbits)) -
194 (1L << bbits) +
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 187 for bbits in bits:
188 if bbits < abits:
190 b = (1L << bbits) - 1
192 y = ((1L << (abits + bbits)) -
194 (1L << bbits) +
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 187 for bbits in bits:
188 if bbits < abits:
190 b = (1L << bbits) - 1
192 y = ((1L << (abits + bbits)) -
194 (1L << bbits) +
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 2250 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
3584 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2388 int bbits, b2, b5, be, dig, i, ieps, ilim0, local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 377 milliseconds