HomeSort by relevance Sort by last modified time
    Searched refs:abits (Results 1 - 8 of 8) 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/python/cpython3/Lib/test/
test_long.py 218 for abits in bits:
219 a = (1 << abits) - 1
221 if bbits < abits:
223 with self.subTest(abits=abits, bbits=bbits):
226 y = ((1 << (abits + bbits)) -
227 (1 << abits) -
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 183 for abits in bits:
184 a = (1L << abits) - 1
186 if bbits < abits:
190 y = ((1L << (abits + bbits)) -
191 (1L << abits) -
    [all...]
  /external/python/cpython2/Lib/test/
test_long.py 191 for abits in bits:
192 a = (1L << abits) - 1
194 if bbits < abits:
198 y = ((1L << (abits + bbits)) -
199 (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);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 311 int abe = 0, abits = 0, asub; local
893 ab = d2b(dval(adj), &abe, &abits);

Completed in 239 milliseconds