/external/v8/src/ |
dtoa.cc | 10 #include "src/dtoa.h" 12 #include "src/bignum-dtoa.h" 14 #include "src/fast-dtoa.h" 15 #include "src/fixed-dtoa.h" 76 // If the fast dtoa didn't succeed use the slower bignum version.
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
ldtoa.c | 40 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(), 42 * When dtoa() is passed a NaN or infinity, it sets expt to 9999. 117 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
|
hdtoa.c | 36 /* Strings values used by dtoa() */ 101 * behavior is bug-for-bug compatible with dtoa() in mode 2, with the 109 * - This routine does not repeat dtoa's mistake of setting decpt 156 if (ndigits == 0) /* dtoa() compatibility */ 254 if (ndigits == 0) /* dtoa() compatibility */
|
dmisc.c | 86 /* freedtoa(s) must be used to free values s returned by dtoa 88 * but for consistency with earlier versions of dtoa, it is optional
|
gdtoaimp.h | 29 /* This is a variation on dtoa.c that converts arbitary binary 42 * before invoking strtod or dtoa. If the machine uses (the equivalent 92 * computation of dtoa and gdtoa. This will cause modes 4 and 5 to be 164 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined. 168 * dtoa.c). 492 #define dtoa __dtoa macro 589 extern char *dtoa ANSI((double d, int mode, int ndigits,
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
ldtoa.c | 49 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
51 * When dtoa() is passed a NaN or infinity, it sets expt to 9999.
111 return dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
|
gdtoa.inf | 58 dtoa.c
|
dmisc.c | 86 /* freedtoa(s) must be used to free values s returned by dtoa
88 * but for consistency with earlier versions of dtoa, it is optional
|
gdtoa.h | 109 #define dtoa __dtoa
macro 121 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
|
gdtoaimp.h | 2 This is a variation on dtoa.c that converts arbitary binary
53 * before invoking strtod or dtoa. If the machine uses (the equivalent
101 * computation of dtoa.
156 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
160 * dtoa.c).
562 extern char *dtoa (double d, int mode, int ndigits,
|
/external/python/cpython3/Lib/test/ |
test_strtod.py | 284 # previous versions of dtoa.c, for various reasons 305 # dtoa.c bug for numbers just smaller than a power of 2 (issue 309 # r77483 (dtoa.c cleanup), fixed in r77490 422 # under Gay's dtoa.c (as of Nov 04, 2010); since fixed. 423 # (Fixed some time ago in Python's dtoa.c.)
|
/external/python/cpython3/Include/ |
Python.h | 132 #include "dtoa.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_strtod.py | 254 # previous versions of dtoa.c, for various reasons
275 # dtoa.c bug for numbers just smaller than a power of 2 (issue
279 # r77483 (dtoa.c cleanup), fixed in r77490
|
/external/python/cpython2/Lib/test/ |
test_strtod.py | 286 # previous versions of dtoa.c, for various reasons 307 # dtoa.c bug for numbers just smaller than a power of 2 (issue 311 # r77483 (dtoa.c cleanup), fixed in r77490
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
writer.h | 21 #include "internal/dtoa.h"
238 char* end = internal::dtoa(d, buffer);
384 char* end = internal::dtoa(d, buffer);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_strtod.py | 254 # previous versions of dtoa.c, for various reasons 275 # dtoa.c bug for numbers just smaller than a power of 2 (issue 279 # r77483 (dtoa.c cleanup), fixed in r77490
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_strtod.py | 254 # previous versions of dtoa.c, for various reasons 275 # dtoa.c bug for numbers just smaller than a power of 2 (issue 279 # r77483 (dtoa.c cleanup), fixed in r77490
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 254 # previous versions of dtoa.c, for various reasons 275 # dtoa.c bug for numbers just smaller than a power of 2 (issue 279 # r77483 (dtoa.c cleanup), fixed in r77490
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 254 # previous versions of dtoa.c, for various reasons 275 # dtoa.c bug for numbers just smaller than a power of 2 (issue 279 # r77483 (dtoa.c cleanup), fixed in r77490
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
Python.h | 141 #include "dtoa.h"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
Python.h | 141 #include "dtoa.h"
|
/external/python/cpython2/Include/ |
Python.h | 141 #include "dtoa.h"
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python.h | 141 #include "dtoa.h"
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
Python.h | 141 #include "dtoa.h"
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python.h | 141 #include "dtoa.h"
|