/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
misc.c | 646 b2d function 667 if (!y) Bug("zero y in b2d");
|
gdtoaimp.h | 355 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */ 531 #define b2d __b2d_D2A macro 583 extern double b2d ANSI((Bigint*, int*));
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
misc.c | 648 b2d
function 669 if (!y) Bug("zero y in b2d");
|
gdtoaimp.h | 357 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
503 #define b2d __b2d_D2A
macro 556 extern double b2d (Bigint*, int*);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 1017 b2d(Bigint *a, int *e)
function 1027 if (!y) Bug("zero y in b2d");
1184 dval(&da) = b2d(a, &ka);
1185 dval(&db) = b2d(b, &kb);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 1000 b2d(Bigint *a, int *e)
function 1010 if (!y) Bug("zero y in b2d");
1167 dval(&da) = b2d(a, &ka);
1168 dval(&db) = b2d(b, &kb);
[all...] |
/external/python/cpython2/Python/ |
dtoa.c | 1017 b2d(Bigint *a, int *e) function 1027 if (!y) Bug("zero y in b2d"); 1184 dval(&da) = b2d(a, &ka); 1185 dval(&db) = b2d(b, &kb); [all...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 279 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */ 1296 b2d function 1320 if (!y) Bug("zero y in b2d"); 1518 value(da) = b2d(a, &ka); 1519 value(db) = b2d(b, &kb); [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 279 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */ 1296 b2d function 1320 if (!y) Bug("zero y in b2d"); 1518 value(da) = b2d(a, &ka); 1519 value(db) = b2d(b, &kb); [all...] |