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

Unified Diff: runtime/platform/floating_point_win.h

Issue 11411188: Fix floating point issues on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ndx_x, ndx_y -> index_x, index_y. Created 8 years, 1 month 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 | « runtime/platform/floating_point.h ('k') | runtime/platform/floating_point_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/floating_point_win.h
diff --git a/runtime/bin/dbg_connection_win.h b/runtime/platform/floating_point_win.h
similarity index 52%
copy from runtime/bin/dbg_connection_win.h
copy to runtime/platform/floating_point_win.h
index 6b3da1b3430375b0c21fd98783925d1b3d73ceb6..a97051a1bff75935a234364104dde431da41df22 100644
--- a/runtime/bin/dbg_connection_win.h
+++ b/runtime/platform/floating_point_win.h
@@ -2,14 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef BIN_DBG_CONNECTION_WIN_H_
-#define BIN_DBG_CONNECTION_WIN_H_
+#ifndef PLATFORM_FLOATING_POINT_WIN_H_
+#define PLATFORM_FLOATING_POINT_WIN_H_
+double atan2_ieee(double x, double y);
+double fmod_ieee(double x, double y);
-
-class DebuggerConnectionImpl {
- public:
- static void StartHandler(int port_number);
-};
-
-#endif // BIN_DBG_CONNECTION_WIN_H_
+#endif // PLATFORM_FLOATING_POINT_WIN_H_
« no previous file with comments | « runtime/platform/floating_point.h ('k') | runtime/platform/floating_point_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698