HomeSort by relevance Sort by last modified time
    Searched defs:dtoa (Results 1 - 2 of 2) sorted by null

  /external/v8/src/third_party/dtoa/
dtoa.c 25 * before invoking strtod or dtoa. If the machine uses (the equivalent
73 * computation of dtoa.
75 * and strtod and dtoa should round accordingly.
107 * digits. The longest string dtoa can return is about 751 bytes
109 * all dtoa conversions in single-threaded executions with 8-byte
135 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
151 * is exact. In this case, dtoa.c must be compiled in
152 * an environment, perhaps provided by #include "dtoa.c" in a
474 extern "C" char *dtoa(double d, int mode, int ndigits,
1274 * version of dtoa.c
2635 dtoa function
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 32 * before invoking strtod or dtoa. If the machine uses (the equivalent
76 * computation of dtoa.
120 * is exact. In this case, dtoa.c must be compiled in
121 * an environment, perhaps provided by #include "dtoa.c" in a
136 #include "dtoa.h"
268 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware.
1874 void dtoa(DtoaBuffer result, double dd, int ndigits, int* decpt, int* sign, char** rve) function
    [all...]

Completed in 38 milliseconds