/external/python/cpython3/PCbuild/ |
pythoncore.vcxproj | 152 <ClInclude Include="..\Include\dtoa.h" /> 390 <ClCompile Include="..\Python\dtoa.c" />
|
pythoncore.vcxproj.filters | 252 <ClInclude Include="..\Include\dtoa.h"> 947 <ClCompile Include="..\Python\dtoa.c"> [all...] |
/external/python/cpython3/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/v8/ |
BUILD.gn | 963 "src/bignum-dtoa.cc", 964 "src/bignum-dtoa.h", [all...] |
/external/v8/src/ |
v8.gyp | 470 'bignum-dtoa.cc', 471 'bignum-dtoa.h', 869 'dtoa.cc', 870 'dtoa.h', 898 'fast-dtoa.cc', 899 'fast-dtoa.h', 910 'fixed-dtoa.cc', 911 'fixed-dtoa.h', [all...] |
conversions.cc | 16 #include "src/dtoa.h"
|
bignum-dtoa.cc | 5 #include "src/bignum-dtoa.h"
|
/libcore/ojluni/src/main/java/sun/misc/ |
FloatingDecimal.java | 269 // the binary to decimal digits conversion done in dtoa() and roundup() 273 // True if the dtoa() binary to decimal conversion was exact. 424 private void dtoa( int binExp, long fractBits, int nSignificantBits, boolean isCompatibleFormat) method in class:FloatingDecimal.BinaryToASCIIBuffer 436 // reset flags to default values as dtoa() does not always set these 437 // flags and a prior call to dtoa() might have set them to incorrect [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14-sources.jar | |
htmlunit-core-js-2.14.jar | |
/external/python/cpython2/PCbuild/ |
pythoncore.vcxproj.filters | 99 <ClInclude Include="..\Include\dtoa.h"> 839 <ClCompile Include="..\Python\dtoa.c">
|
/external/python/cpython2/Doc/ |
license.rst | [all...] |
/external/python/cpython3/Doc/ |
license.rst | 630 strtod and dtoa 633 The file :file:`Python/dtoa.c`, which supplies C functions dtoa and [all...] |
/external/python/cpython2/PC/VS8.0/ |
pythoncore.vcproj | 718 RelativePath="..\..\Include\dtoa.h"
[all...] |
/external/python/cpython2/PC/VS9.0/ |
pythoncore.vcproj | 718 RelativePath="..\..\Include\dtoa.h"
[all...] |
/bionic/libc/stdio/ |
vfprintf.cpp | 78 int ndig; /* actual number of digits returned by dtoa */
|
vfwprintf.cpp | 78 int ndig; /* actual number of digits returned by dtoa */
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoa.c | 79 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoa.c | 95 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
|
/external/python/cpython2/ |
Android.bp | 208 "Python/dtoa.c",
|
/external/python/cpython2/PC/VC6/ |
pythoncore.dsp | 340 SOURCE=..\..\Python\dtoa.c
|
/external/python/cpython2/PC/VS7.1/ |
pythoncore.vcproj | 530 RelativePath="..\..\Python\dtoa.c">
|
/external/tensorflow/tensorflow/core/platform/default/ |
device_tracer.cc | 52 return "DtoA";
|
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
floatobject.c | 1070 conversions from Python/dtoa.c */
1073 a double. Since we're using the code in Python/dtoa.c, it should be safe
[all...] |