Added precision mode to fast-dtoa.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Sep 2010 09:18:00 +0000 (09:18 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Sep 2010 09:18:00 +0000 (09:18 +0000)
commitfc9915b770670ef9338a527d51e4294d9132d67c
treec8d0409da4c38120c55511d382b1c69509af8d2f
parenta98baf9666cb573df03de08bc0aa1dd76ce59da5
Added precision mode to fast-dtoa.
Review URL: http://codereview.chromium.org/2000004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5491 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/conversions.cc
src/dtoa.cc
src/fast-dtoa.cc
src/fast-dtoa.h
test/cctest/SConscript
test/cctest/gay-precision.cc [new file with mode: 0644]
test/cctest/gay-precision.h [new file with mode: 0644]
test/cctest/test-fast-dtoa.cc