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

  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
dtoa.h 3 #include <JavaScriptCore/dtoa.h>
  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 17 // see dtoa.cc file.
18 char* dtoa(double d, int mode, int ndigits,
21 // Must be used to free values returned by dtoa.
Android.mk 11 base/third_party/dmg_fp/dtoa.cc \
g_fmt.cc 45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
dtoa.cc 25 * before invoking strtod or dtoa. If the machine uses (the equivalent
73 * computation of dtoa.
75 * and strtod and dtoa should round accordingly. Unless Trust_FLT_ROUNDS
110 * pathological cases, e.g., in a dtoa call after a dtoa return in
118 * digits. The longest string dtoa can return is about 751 bytes
120 * all dtoa conversions in single-threaded executions with 8-byte
148 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
159 * is exact. In this case, dtoa.c must be compiled in
160 * an environment, perhaps provided by #include "dtoa.c" in
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.h 37 void dtoa(DtoaBuffer result, double dd, bool& sign, int& exponent, unsigned& precision);
DecimalNumber.h 30 #include <wtf/dtoa.h>
44 dtoa(m_significand, d, m_sign, m_exponent, m_precision);
dtoa.cpp 26 * before invoking strtod or dtoa. If the machine uses (the equivalent
65 #include "dtoa.h"
161 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware.
1313 void dtoa(DtoaBuffer result, double dd, int ndigits, bool& signOut, int& exponentOut, unsigned& precisionOut) function in namespace:WTF
1787 void dtoa(DtoaBuffer result, double dd, bool& sign, int& exponent, unsigned& precision) function
    [all...]
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 54 wtf/dtoa.cpp \
  /external/v8/
Android.v8common.mk 10 src/bignum-dtoa.cc \
32 src/dtoa.cc \
38 src/fast-dtoa.cc \
39 src/fixed-dtoa.cc \
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.cpp 30 #include <wtf/dtoa.h>
131 // Not using String.toInt() in order to perform the same computation as dtoa() does.
  /external/webkit/Source/WebCore/storage/
IDBKeyPath.cpp 32 #include <wtf/dtoa.h>
  /external/webkit/Source/JavaScriptCore/runtime/
LiteralParser.cpp 34 #include <wtf/dtoa.h>
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 30 #include <wtf/dtoa.h>
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 77 #include <wtf/dtoa.h>
    [all...]

Completed in 1338 milliseconds