Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Issue 1956005: Dtoa for fixed notation. (Closed)

Created:
10 years, 7 months ago by Florian Loitsch
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Dtoa for fixed notation. Committed: http://code.google.com/p/v8/source/detail?r=4596

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -61 lines) Patch
M src/SConscript View 2 chunks +2 lines, -0 lines 0 comments Download
M src/conversions.cc View 6 chunks +25 lines, -11 lines 0 comments Download
A + src/dtoa.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/dtoa.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/fast-dtoa.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/fast-dtoa.cc View 2 chunks +2 lines, -9 lines 0 comments Download
A + src/fixed-dtoa.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/fixed-dtoa.cc View 1 7 chunks +16 lines, -15 lines 0 comments Download
M test/cctest/SConscript View 2 chunks +2 lines, -0 lines 0 comments Download
A + test/cctest/gay-fixed.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/cctest/gay-fixed.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/cctest/gay-shortest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/gay-shortest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M test/cctest/test-fast-dtoa.cc View 2 chunks +13 lines, -24 lines 0 comments Download
A + test/cctest/test-fixed-dtoa.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Loitsch
next try...
10 years, 7 months ago (2010-05-05 11:27:51 UTC) #1
William Hesse
10 years, 7 months ago (2010-05-05 11:47:49 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698