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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 100 Bigint *bb = NULL, *bb1, *bd = NULL, *bd0 = NULL, *bs = NULL, *delta = NULL; local
487 if (bd0) {
491 Bfree(bd0);
576 bd0 = s2b(s0, nd0, nd, y, dplen);
577 if (bd0 == NULL)
581 bd = Balloc(bd0->k);
584 Bcopy(bd, bd0);
1064 Bfree(bd0);
strtodg.c 355 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
577 bd0 = 0;
751 bd0 = s2b(s0, nd0, nd, y, dplen);
752 if (bd0 == NULL)
756 bd = Balloc(bd0->k);
759 Bcopy(bd, bd0);
1090 Bfree(bd0);
  /ndk/sources/android/support/src/stdio/
strtod.c 1599 Bigint *bb1, *bd0; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 2458 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; variable
3396 Bfree(bd0); variable
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s 1055 # CHECK: bd0: nop
    [all...]
autogen-inst-offset-padding.s 967 # CHECK: bd0: incl
    [all...]

Completed in 135 milliseconds