Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds 12 lat temu
..
AUTHORS Check in the double-conversion dependency 12 lat temu
COPYING Check in the double-conversion dependency 12 lat temu
DOWNLOADED Check in the double-conversion dependency 12 lat temu
LICENSE Check in the double-conversion dependency 12 lat temu
README Check in the double-conversion dependency 12 lat temu
bignum-dtoa.cc Check in the double-conversion dependency 12 lat temu
bignum-dtoa.h Check in the double-conversion dependency 12 lat temu
bignum.cc Check in the double-conversion dependency 12 lat temu
bignum.h Check in the double-conversion dependency 12 lat temu
cached-powers.cc Check in the double-conversion dependency 12 lat temu
cached-powers.h Check in the double-conversion dependency 12 lat temu
diy-fp.cc Check in the double-conversion dependency 12 lat temu
diy-fp.h Check in the double-conversion dependency 12 lat temu
double-conversion.cc Check in the double-conversion dependency 12 lat temu
double-conversion.h Check in the double-conversion dependency 12 lat temu
fast-dtoa.cc Add check for below array bounds 12 lat temu
fast-dtoa.h Check in the double-conversion dependency 12 lat temu
fixed-dtoa.cc Check in the double-conversion dependency 12 lat temu
fixed-dtoa.h Check in the double-conversion dependency 12 lat temu
ieee.h Check in the double-conversion dependency 12 lat temu
strtod.cc Check in the double-conversion dependency 12 lat temu
strtod.h Check in the double-conversion dependency 12 lat temu
utils.h __GNUC__ is a better choice than __GCC__ 12 lat temu

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.