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

Unified Diff: test/mjsunit/runtime-gen/rempio2.js

Issue 411263004: Implement trigonometric functions using a fdlibm port. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebase Created 6 years, 4 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/mjsunit/mirror-script.js ('k') | test/mjsunit/sin-cos.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/rempio2.js
diff --git a/test/mjsunit/runtime-gen/mathacos.js b/test/mjsunit/runtime-gen/rempio2.js
similarity index 92%
copy from test/mjsunit/runtime-gen/mathacos.js
copy to test/mjsunit/runtime-gen/rempio2.js
index e09b216cbec716e5b65369b2b4e92fd0906dcf46..03a84b35ab20af22577a8b52886f8b83d1e32ed2 100644
--- a/test/mjsunit/runtime-gen/mathacos.js
+++ b/test/mjsunit/runtime-gen/rempio2.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _x = 1.5;
-%MathAcos(_x);
+%RemPiO2(_x);
« no previous file with comments | « test/mjsunit/mirror-script.js ('k') | test/mjsunit/sin-cos.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698