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