gecko/mfbt/double-conversion
Rafael Ávila de Espíndola 300fbd1e99 Bug 806538 - Update double-conversion and document the version we are at. r=Waldo.
--HG--
extra : rebase_source : 7e7ec80943329342c2305370dd0fe6bde46433a4
2012-10-30 11:48:56 -04:00
..
add-mfbt-api-markers.patch
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 806538 - Update double-conversion and document the version we are at. r=Waldo. 2012-10-30 11:48:56 -04:00
double-conversion.h
fast-dtoa.cc Bug 806538 - Update double-conversion and document the version we are at. r=Waldo. 2012-10-30 11:48:56 -04:00
fast-dtoa.h
fixed-dtoa.cc
fixed-dtoa.h
ieee.h
LICENSE
README
strtod.cc Bug 806538 - Update double-conversion and document the version we are at. r=Waldo. 2012-10-30 11:48:56 -04:00
strtod.h
update.sh Bug 806538 - Update double-conversion and document the version we are at. r=Waldo. 2012-10-30 11:48:56 -04:00
use-StandardInteger.patch
utils.h Bug 758494 Make double conversion built with Solaris Studio compiler r=jwalden 2012-06-01 17:49:33 +08: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.