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

Unified Diff: test/cctest/gay-shortest.h

Issue 1956005: Dtoa for fixed notation. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/gay-fixed.cc ('k') | test/cctest/gay-shortest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/gay-shortest.h
===================================================================
--- test/cctest/gay-shortest.h (revision 4592)
+++ test/cctest/gay-shortest.h (working copy)
@@ -31,13 +31,13 @@
namespace v8 {
namespace internal {
-struct GayShortest {
+struct PrecomputedShortest {
double v;
const char* representation;
int decimal_point;
};
-Vector<const GayShortest> PrecomputedShortestRepresentations();
+Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
} } // namespace v8::internal
« no previous file with comments | « test/cctest/gay-fixed.cc ('k') | test/cctest/gay-shortest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698