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