Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds 11 anni fa
..
AUTHORS Check in the double-conversion dependency 12 anni fa
COPYING Check in the double-conversion dependency 12 anni fa
DOWNLOADED Check in the double-conversion dependency 12 anni fa
LICENSE Check in the double-conversion dependency 12 anni fa
README Check in the double-conversion dependency 12 anni fa
bignum-dtoa.cc Check in the double-conversion dependency 12 anni fa
bignum-dtoa.h Check in the double-conversion dependency 12 anni fa
bignum.cc Check in the double-conversion dependency 12 anni fa
bignum.h Check in the double-conversion dependency 12 anni fa
cached-powers.cc Check in the double-conversion dependency 12 anni fa
cached-powers.h Check in the double-conversion dependency 12 anni fa
diy-fp.cc Check in the double-conversion dependency 12 anni fa
diy-fp.h Check in the double-conversion dependency 12 anni fa
double-conversion.cc Check in the double-conversion dependency 12 anni fa
double-conversion.h Check in the double-conversion dependency 12 anni fa
fast-dtoa.cc Add check for below array bounds 11 anni fa
fast-dtoa.h Check in the double-conversion dependency 12 anni fa
fixed-dtoa.cc Check in the double-conversion dependency 12 anni fa
fixed-dtoa.h Check in the double-conversion dependency 12 anni fa
ieee.h Check in the double-conversion dependency 12 anni fa
strtod.cc Check in the double-conversion dependency 12 anni fa
strtod.h Check in the double-conversion dependency 12 anni fa
utils.h __GNUC__ is a better choice than __GCC__ 11 anni fa

README

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.