Home
last modified time | relevance | path

Searched refs:b2d (Results 1 - 8 of 8) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dsmisc.c83 dval(&da) = b2d(a, &ka);
84 dval(&db) = b2d(b, &kb);
H A Dgdtoaimp.h369 #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 Dmisc.c616 b2d in b2d() function
637 if (!y) Bug("zero y in b2d");
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dcached-powers.cc51 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-cached-powers.cpp65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-cached-powers.cpp65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-cached-powers.cpp65 {DOUBLE_CONVERSION_UINT64_2PART_C(0x9a6bb0aa, 55653b2d), -1113, -316},
/third_party/python/Python/
H A Ddtoa.c948 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