Home | History | Annotate | only in /external/chromium_org/third_party/WebKit/Source/wtf/dtoa
Up to higher level directory
NameDateSize
bignum-dtoa.cc06-Dec-201332K
bignum-dtoa.h06-Dec-20134.3K
bignum.cc06-Dec-201326.5K
bignum.h06-Dec-20135.9K
cached-powers.cc06-Dec-201310.1K
cached-powers.h06-Dec-20133.3K
COPYING06-Dec-20131.5K
diy-fp.cc06-Dec-20132.6K
diy-fp.h06-Dec-20134.3K
double-conversion.cc06-Dec-201323.7K
double-conversion.h06-Dec-201320K
double.h06-Dec-20139.8K
fast-dtoa.cc06-Dec-201335.5K
fast-dtoa.h06-Dec-20134K
fixed-dtoa.cc06-Dec-201317.2K
fixed-dtoa.h06-Dec-20132.8K
LICENSE06-Dec-20131.5K
README06-Dec-2013480
strtod.cc06-Dec-201319.1K
strtod.h06-Dec-20132K
utils.h06-Dec-201311.4K

README

      1 http://code.google.com/p/double-conversion
      2 
      3 This project (double-conversion) provides binary-decimal and decimal-binary
      4 routines for IEEE doubles.
      5 
      6 The library consists of efficient conversion routines that have been extracted
      7 from the V8 JavaScript engine. The code has been refactored and improved so that
      8 it can be used more easily in other projects.
      9 
     10 There is extensive documentation in src/double-conversion.h. Other examples can
     11 be found in test/cctest/test-conversions.cc.
     12