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

Unified Diff: src/cached-powers.h

Issue 1102002: Rename files containing underscores. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 9 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 | « src/SConscript ('k') | src/cached_powers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cached-powers.h
===================================================================
--- src/cached-powers.h (revision 4180)
+++ src/cached-powers.h (working copy)
@@ -28,7 +28,7 @@
#ifndef V8_CACHED_POWERS_H_
#define V8_CACHED_POWERS_H_
-#include "diy_fp.h"
+#include "diy-fp.h"
namespace v8 {
namespace internal {
@@ -55,7 +55,7 @@
#define GRISU_CACHE_OFFSET kCachedPowerOffset
#define GRISU_UINT64_C V8_2PART_UINT64_C
// The following include imports the precompiled cached powers.
-#include "powers_ten.h" // NOLINT
+#include "powers-ten.h" // NOLINT
static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10)
« no previous file with comments | « src/SConscript ('k') | src/cached_powers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698