/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gethex.c | 46 int esign, havedig, irv, k, n, nbits, up, zret;
local 170 irv = STRTOG_Normal;
172 irv = STRTOG_Denormal;
229 if (irv == STRTOG_Denormal) {
232 irv = STRTOG_Normal;
241 irv |= STRTOG_Inexhi;
244 irv |= STRTOG_Inexlo;
248 return irv;
|
strtodg.c | 182 double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv
258 *irv = STRTOG_Underflow | STRTOG_Inexlo;
270 *irv = STRTOG_Denormal;
281 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
289 *irv |= inex;
313 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv;
local 324 irv = STRTOG_Zero;
339 irv = STRTOG_NoNumber;
358 irv = gethex(&s, fpi, expt, &rvb, sign);
359 if (irv == STRTOG_NoNumber) { [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gethex.c | 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local 272 irv = STRTOG_Normal; 274 irv = STRTOG_Denormal; 340 if (irv == STRTOG_Denormal) { 343 irv = STRTOG_Normal; 352 irv |= STRTOG_Inexhi; 355 irv |= STRTOG_Inexlo; 359 return irv;
|
strtodg.c | 178 (d, fpi, exp, bits, exact, rd, irv) 179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; 181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv) 191 *irv = STRTOG_NoMemory; 247 *irv = STRTOG_NoMemory; 263 *irv = STRTOG_NoMemory; 272 *irv = STRTOG_Underflow | STRTOG_Inexlo; 283 *irv = STRTOG_Denormal; 287 *irv = STRTOG_NoMemory; 298 *irv = STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi 347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local [all...] |
/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...] |