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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
510 mhi = mlo = 0;
648 /* Compute mlo -- check for special case
652 mlo = mhi;
657 Bcopy(mhi, mlo);
668 j = cmp(b, mlo);
705 if (mlo == mhi)
706 mlo = mhi1;
755 if (mlo == mhi) {
756 mlo = mhi = multadd(mhi, 10, 0)
    [all...]
dtoa.c 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
500 mhi = mlo = 0;
648 /* Compute mlo -- check for special case
652 mlo = mhi;
657 Bcopy(mhi, mlo);
668 j = cmp(b, mlo);
749 if (mlo == mhi) {
750 mlo = mhi = multadd(mhi, 10, 0);
751 if (mlo == NULL)
755 mlo = multadd(mlo, 10, 0)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2408 Bigint *mlo = NULL; \/* pacify gcc *\/ local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 755 BigInt b, delta, mlo, mhi, S; local
1009 mlo.clear();
1093 /* Compute mlo -- check for special case
1097 mlo = mhi;
1106 j = cmp(b, mlo);
1162 multadd(mlo, 10, 0);
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 3572 Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S; variable
4186 Bfree(mlo); variable
    [all...]

Completed in 399 milliseconds