gecko/mfbt/double-conversion
2012-05-22 08:38:44 +02:00
..
add-mfbt-api-markers.patch Bug 745762 - double-conversion.h fails to compile on mingw r=jwalden 2012-04-27 11:40:05 +02:00
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc
bignum.h
cached-powers.cc
cached-powers.h
diy-fp.cc
diy-fp.h
double-conversion.cc Bug 751412 - Add missing buffer null-termination in CreateDecimalRepresentation, r=njn 2012-05-04 10:40:54 -04:00
double-conversion.h Bug 745762 - double-conversion.h fails to compile on mingw r=jwalden 2012-04-27 11:40:05 +02:00
fast-dtoa.cc
fast-dtoa.h
fixed-dtoa.cc
fixed-dtoa.h
ieee.h
LICENSE
more-architectures.patch Bug 750620 - Declare double conversion correctness for more architectures. r=nfroyd 2012-05-22 08:38:44 +02:00
README
strtod.cc
strtod.h
update.sh Bug 750620 - Declare double conversion correctness for more architectures. r=nfroyd 2012-05-22 08:38:44 +02:00
use-StandardInteger.patch
utils.h Bug 750620 - Declare double conversion correctness for more architectures. r=nfroyd 2012-05-22 08:38:44 +02:00

http://code.google.com/p/double-conversion

This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.

There is extensive documentation in src/double-conversion.h. Other examples can
be found in test/cctest/test-conversions.cc.