• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
NameDateSize

..12-Mar-201512 KiB

bignum-dtoa.cc12-Mar-201532 KiB

bignum-dtoa.h12-Mar-20154.3 KiB

bignum.cc12-Mar-201526.5 KiB

bignum.h12-Mar-20155.9 KiB

cached-powers.cc12-Mar-201510 KiB

cached-powers.h12-Mar-20153.1 KiB

COPYING12-Mar-20151.5 KiB

diy-fp.cc12-Mar-20152.6 KiB

diy-fp.h12-Mar-20154.3 KiB

double-conversion.cc12-Mar-201523.7 KiB

double-conversion.h12-Mar-201520 KiB

double.h12-Mar-20159.8 KiB

fast-dtoa.cc12-Mar-201535.5 KiB

fast-dtoa.h12-Mar-20154 KiB

fixed-dtoa.cc12-Mar-201517.1 KiB

fixed-dtoa.h12-Mar-20152.8 KiB

LICENSE12-Mar-20151.5 KiB

README12-Mar-2015480

strtod.cc12-Mar-201519.1 KiB

strtod.h12-Mar-20152 KiB

utils.h12-Mar-201511.2 KiB

README

1http://code.google.com/p/double-conversion
2
3This project (double-conversion) provides binary-decimal and decimal-binary
4routines for IEEE doubles.
5
6The library consists of efficient conversion routines that have been extracted
7from the V8 JavaScript engine. The code has been refactored and improved so that
8it can be used more easily in other projects.
9
10There is extensive documentation in src/double-conversion.h. Other examples can
11be found in test/cctest/test-conversions.cc.
12