gecko/mfbt/double-conversion
2014-02-26 13:43:16 -05: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 608915 - part 1 - extend ToPrecision to tell use whether exponential notation was used; r=Waldo 2013-11-07 12:46:05 -05:00
double-conversion.h Bug 608915 - part 1 - extend ToPrecision to tell use whether exponential notation was used; r=Waldo 2013-11-07 12:46:05 -05:00
fast-dtoa.cc
fast-dtoa.h
fix-aarch64-macro.patch Bug 962488 - Update double-conversion for proper AArch64 support. r=froydnj 2014-02-26 13:43:16 -05:00
fixed-dtoa.cc
fixed-dtoa.h
ieee.h
LICENSE
README
strtod.cc
strtod.h
ToPrecision-exponential.patch Bug 608915 - part 1 - extend ToPrecision to tell use whether exponential notation was used; r=Waldo 2013-11-07 12:46:05 -05:00
update.sh Bug 962488 - Update double-conversion for proper AArch64 support. r=froydnj 2014-02-26 13:43:16 -05:00
use-mozilla-assertions.patch
use-StandardInteger.patch
use-static_assert.patch
utils.h Bug 962488 - Update double-conversion for proper AArch64 support. r=froydnj 2014-02-26 13:43:16 -05: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.