Home | History | Annotate | only in /external/chromium_org/third_party/WebKit/Source/wtf/dtoa
Up to higher level directory
NameDateSize
bignum-dtoa.cc03-Dec-201432K
bignum-dtoa.h03-Dec-20144.3K
bignum.cc03-Dec-201426.5K
bignum.h03-Dec-20145.9K
cached-powers.cc03-Dec-201410K
cached-powers.h03-Dec-20143.1K
COPYING03-Dec-20141.5K
diy-fp.cc03-Dec-20142.6K
diy-fp.h03-Dec-20144.3K
double-conversion.cc03-Dec-201423.7K
double-conversion.h03-Dec-201420K
double.h03-Dec-20149.8K
fast-dtoa.cc03-Dec-201435.5K
fast-dtoa.h03-Dec-20144K
fixed-dtoa.cc03-Dec-201417.1K
fixed-dtoa.h03-Dec-20142.8K
LICENSE03-Dec-20141.5K
README03-Dec-2014480
strtod.cc03-Dec-201419.1K
strtod.h03-Dec-20142K
utils.h03-Dec-201411.2K

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