Strtod fast-case that uses DiyFps and cached powers of ten.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 15:13:34 +0000 (15:13 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 15:13:34 +0000 (15:13 +0000)
commit6232cd8000bd6a47557a6ef55dcf4c9a644f66cb
treed62eb5ca16d61134bd2346b1710009ae127164eb
parent963cc2e49c73032f15bd4e5a9ebe147d24c0022f
Strtod fast-case that uses DiyFps and cached powers of ten.

Review URL: http://codereview.chromium.org/3760013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5677 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/cached-powers.cc
src/cached-powers.h
src/double.h
src/fast-dtoa.cc
src/strtod.cc
test/cctest/test-strtod.cc