gecko/mfbt/double-conversion
2013-06-27 16:25:42 -07:00
..
add-mfbt-api-markers.patch
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc Bug 878925 - Update double-conversion to latest git revision. r=jwalden 2013-06-27 16:25:32 -07:00
bignum.h
cached-powers.cc
cached-powers.h
diy-fp.cc
diy-fp.h
double-conversion.cc Bug 878925 - Update double-conversion to latest git revision. r=jwalden 2013-06-27 16:25:32 -07:00
double-conversion.h Bug 878925 - Update double-conversion to latest git revision. r=jwalden 2013-06-27 16:25:32 -07:00
fast-dtoa.cc
fast-dtoa.h
fixed-dtoa.cc
fixed-dtoa.h
ieee.h
LICENSE
README
strtod.cc
strtod.h
update.sh Bug 887465 - Rewrite double-conversion's assertions in terms of the MOZ_* assertions, and keep wtf (Yarr) from redefining them. r=jwalden 2013-06-27 16:25:42 -07:00
use-mozilla-assertions.patch Bug 887465 - Rewrite double-conversion's assertions in terms of the MOZ_* assertions, and keep wtf (Yarr) from redefining them. r=jwalden 2013-06-27 16:25:42 -07:00
use-StandardInteger.patch Bug 878925 - Update double-conversion to latest git revision. r=jwalden 2013-06-27 16:25:32 -07:00
utils.h Bug 887465 - Rewrite double-conversion's assertions in terms of the MOZ_* assertions, and keep wtf (Yarr) from redefining them. r=jwalden 2013-06-27 16:25:42 -07: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.