/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python.h | 141 #include "dtoa.h"
|
pyport.h | 528 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 601 in Python/dtoa.c, but fall back to standard code. This 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/external/autotest/server/site_tests/native_Benchmarks/ |
v8.tar.bz2 | |
/external/v8/src/ |
fixed-dtoa.cc | 13 #include "src/fixed-dtoa.h" 379 // Gay's dtoa and and set it to -fractional_count.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
Python2710.inf | 83 Python/dtoa.c
|
/external/v8/ |
Android.v8.mk | 40 src/bignum-dtoa.cc \ 244 src/dtoa.cc \ 258 src/fast-dtoa.cc \ 262 src/fixed-dtoa.cc \
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
dtoa.h | 189 inline char* dtoa(double value, char* buffer) { function in namespace:internal
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
dtoa.c | 34 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string. 76 dtoa function 840 DEF_STRONG(dtoa);
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
dtoa.c | 1 /* $NetBSD: dtoa.c,v 1.3.4.1.4.1 2008/04/08 21:10:55 jdc Exp $ */
37 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
85 dtoa
function
|
/external/python/cpython3/Include/ |
pyport.h | 370 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 462 in Python/dtoa.c, but fall back to standard code. This 481 changing the FPU rounding precision, then don't use Python/dtoa.c. */
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
internals.md | 238 ## Double-to-String conversion {#dtoa} 247 The header-only conversion function has been evaluated in [dtoa-benchmark](https://github.com/miloyip/dtoa-benchmark).
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
pyport.h | 525 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are
574 in Python/dtoa.c, but fall back to standard code. This
593 changing the FPU rounding precision, then don't use Python/dtoa.c. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
pyport.h | 524 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are
597 in Python/dtoa.c, but fall back to standard code. This
616 changing the FPU rounding precision, then don't use Python/dtoa.c. */
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
pyport.h | 540 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are
613 in Python/dtoa.c, but fall back to standard code. This
632 changing the FPU rounding precision, then don't use Python/dtoa.c. */
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
pyport.h | 525 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are
574 in Python/dtoa.c, but fall back to standard code. This
593 changing the FPU rounding precision, then don't use Python/dtoa.c. */
|
/external/python/cpython2/Include/ |
pyport.h | 524 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 597 in Python/dtoa.c, but fall back to standard code. This 616 changing the FPU rounding precision, then don't use Python/dtoa.c. */
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pyport.h | 528 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 601 in Python/dtoa.c, but fall back to standard code. This 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
pyport.h | 528 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 601 in Python/dtoa.c, but fall back to standard code. This 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 528 /* The functions _Py_dg_strtod and _Py_dg_dtoa in Python/dtoa.c (which are 601 in Python/dtoa.c, but fall back to standard code. This 620 changing the FPU rounding precision, then don't use Python/dtoa.c. */ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
PythonCore.inf | 89 Python-$(PYTHON_VERSION)/Python/dtoa.c
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
readertest.cpp | 18 #include "rapidjson/internal/dtoa.h"
320 *internal::dtoa(d.Value(), buffer) = '\0';
346 *internal::dtoa(d.Value(), buffer) = '\0';
395 *internal::dtoa(e.Value(), buffer) = '\0';
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 21 * This is dtoa.c by David M. Gay, downloaded from
22 * http://www.netlib.org/fp/dtoa.c on April 15, 2009 and modified for
38 * 2. The public functions strtod, dtoa and freedtoa all now have
69 /* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
76 * before invoking strtod or dtoa. If the machine uses (the equivalent
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 21 * This is dtoa.c by David M. Gay, downloaded from
22 * http://www.netlib.org/fp/dtoa.c on April 15, 2009 and modified for
38 * 2. The public functions strtod, dtoa and freedtoa all now have
69 /* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
76 * before invoking strtod or dtoa. If the machine uses (the equivalent
[all...] |
/external/python/cpython2/PCbuild/ |
pythoncore.vcxproj | 102 <ClInclude Include="..\Include\dtoa.h" /> 350 <ClCompile Include="..\Python\dtoa.c" />
|
/external/python/cpython2/Python/ |
dtoa.c | 21 * This is dtoa.c by David M. Gay, downloaded from 22 * http://www.netlib.org/fp/dtoa.c on April 15, 2009 and modified for 38 * 2. The public functions strtod, dtoa and freedtoa all now have 69 /* Please send bug reports for the original dtoa.c code to David M. Gay (dmg 76 * before invoking strtod or dtoa. If the machine uses (the equivalent [all...] |