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

  /external/compiler-rt/lib/builtins/ppc/
gcc_qadd.c 29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
gcc_qsub.c 29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
  /external/ppp/pppd/
ccp.c 264 int rbits, abits; local
268 abits = rbits = strtol(str, &endp, 0);
271 abits = strtol(str, &endp, 0);
278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
288 if (abits > 0) {
290 ccp_allowoptions[0].bsd_bits = abits;
294 rbits == abits? "%d": "%d,%d", rbits, abits);
303 int rbits, abits; local
    [all...]
  /external/valgrind/helgrind/
libhb.h 136 If abits /= NULL, abits must point to a block of memory of length len.
139 UWord libhb_srange_get_abits (Addr a, /*OUT*/UChar *abits, SizeT len);
libhb_core.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 185 for abits in bits:
186 a = (1L << abits) - 1
188 if bbits < abits:
192 y = ((1L << (abits + bbits)) -
193 (1L << abits) -
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 185 for abits in bits:
186 a = (1L << abits) - 1
188 if bbits < abits:
192 y = ((1L << (abits + bbits)) -
193 (1L << abits) -
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 185 for abits in bits:
186 a = (1L << abits) - 1
188 if bbits < abits:
192 y = ((1L << (abits + bbits)) -
193 (1L << abits) -
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 185 for abits in bits:
186 a = (1L << abits) - 1
188 if bbits < abits:
192 y = ((1L << (abits + bbits)) -
193 (1L << abits) -
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 345 int abe, abits, asub; local
992 ab = d2b(dval(&adj), &abe, &abits);

Completed in 340 milliseconds