Home | History | Annotate | only in /external/chromium_org/third_party/WebKit/Source/wtf/dtoa
Up to higher level directory
NameDateSize
bignum-dtoa.cc05-Aug-201532K
bignum-dtoa.h05-Aug-20154.3K
bignum.cc05-Aug-201526.5K
bignum.h05-Aug-20155.9K
cached-powers.cc05-Aug-201510K
cached-powers.h05-Aug-20153.1K
COPYING05-Aug-20151.5K
diy-fp.cc05-Aug-20152.6K
diy-fp.h05-Aug-20154.3K
double-conversion.cc05-Aug-201523.7K
double-conversion.h05-Aug-201520K
double.h05-Aug-20159.8K
fast-dtoa.cc05-Aug-201535.5K
fast-dtoa.h05-Aug-20154K
fixed-dtoa.cc05-Aug-201517.1K
fixed-dtoa.h05-Aug-20152.8K
LICENSE05-Aug-20151.5K
README05-Aug-2015480
strtod.cc05-Aug-201519.1K
strtod.h05-Aug-20152K
utils.h05-Aug-201511.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