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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hexnan.c 62 int havedig, hd0, i, nbits; local
72 havedig = hd0 = i = 0;
83 if (hd0 < havedig) {
90 hd0 = havedig;
102 if (/*(*/ c == ')' && havedig) {
116 havedig++;
125 if (!havedig)
gethex.c 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
72 havedig = 0;
74 while(s0[havedig] == '0')
75 havedig++;
76 s0 += havedig;
82 havedig++;
102 havedig = 1;
151 if (!havedig)
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1560 int c1, havedig, udx0, xshift; variable
1743 int big, denorm, esign, havedig, k, n, nbits, up, zret; variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 3217 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
    [all...]

Completed in 83 milliseconds