Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds před 12 roky
..
AUTHORS Check in the double-conversion dependency před 12 roky
COPYING Check in the double-conversion dependency před 12 roky
DOWNLOADED Check in the double-conversion dependency před 12 roky
LICENSE Check in the double-conversion dependency před 12 roky
README Check in the double-conversion dependency před 12 roky
bignum-dtoa.cc Check in the double-conversion dependency před 12 roky
bignum-dtoa.h Check in the double-conversion dependency před 12 roky
bignum.cc Check in the double-conversion dependency před 12 roky
bignum.h Check in the double-conversion dependency před 12 roky
cached-powers.cc Check in the double-conversion dependency před 12 roky
cached-powers.h Check in the double-conversion dependency před 12 roky
diy-fp.cc Check in the double-conversion dependency před 12 roky
diy-fp.h Check in the double-conversion dependency před 12 roky
double-conversion.cc Check in the double-conversion dependency před 12 roky
double-conversion.h Check in the double-conversion dependency před 12 roky
fast-dtoa.cc Add check for below array bounds před 12 roky
fast-dtoa.h Check in the double-conversion dependency před 12 roky
fixed-dtoa.cc Check in the double-conversion dependency před 12 roky
fixed-dtoa.h Check in the double-conversion dependency před 12 roky
ieee.h Check in the double-conversion dependency před 12 roky
strtod.cc Check in the double-conversion dependency před 12 roky
strtod.h Check in the double-conversion dependency před 12 roky
utils.h __GNUC__ is a better choice than __GCC__ před 12 roky

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.