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

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
hexnan.c 65 int havedig, hd0, i, nbits; local
75 havedig = hd0 = i = 0;
80 if (hd0 < havedig) {
87 hd0 = havedig;
94 if (/*(*/ c == ')' && havedig) {
100 havedig++;
109 if (!havedig)
gethex.c 46 int esign, havedig, irv, k, n, nbits, up, zret; local
57 havedig = 0;
59 while(s0[havedig] == '0')
60 havedig++;
61 s0 += havedig;
77 havedig = 1;
115 return havedig ? STRTOG_Zero : STRTOG_NoNumber;
  /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)
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 3207 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 3207 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
    [all...]

Completed in 395 milliseconds