Searched refs:b2d (Results 1 - 8 of 8) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | smisc.c | 83 dval(&da) = b2d(a, &ka); 84 dval(&db) = b2d(b, &kb);
|
H A D | gdtoaimp.h | 369 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */ 550 #define b2d __b2d_D2A macro 603 extern double b2d ANSI((Bigint*, int*));
|
H A D | misc.c | 616 b2d in b2d() function 637 if (!y) Bug("zero y in b2d");
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | cached-powers.cc | 51 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-cached-powers.cpp | 65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-cached-powers.cpp | 65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-cached-powers.cpp | 65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
|
/third_party/python/Python/ |
H A D | dtoa.c | 948 b2d(Bigint *a, int *e) in b2d() function 958 if (!y) Bug("zero y in b2d"); in b2d() 1115 dval(&da) = b2d(a, &ka); in ratio() 1116 dval(&db) = b2d(b, &kb); in ratio()
|
Completed in 8 milliseconds