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