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

Unified Diff: runtime/vm/method_recognizer.h

Issue 2852053002: Update documentation on trignometric functions. (Closed)
Patch Set: Update fingerprints. Created 3 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 | « runtime/lib/math_patch.dart ('k') | sdk/lib/_internal/js_runtime/lib/math_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index a0e8fce35f0c0933bd25115807b620e1b8765baf..e572e49f3182e4d57630fe8fd37b818ce1310a10 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -232,9 +232,9 @@ namespace dart {
V(_Random, _nextState, Random_nextState, Dynamic, 0x268dec36) \
#define GRAPH_MATH_LIB_INTRINSIC_LIST(V) \
- V(::, sin, MathSin, Double, 0x3f3a010c) \
- V(::, cos, MathCos, Double, 0x195a1d7e) \
- V(::, tan, MathTan, Double, 0x0f8b9eaa) \
+ V(::, sin, MathSin, Double, 0x6b7bd98c) \
+ V(::, cos, MathCos, Double, 0x459bf5fe) \
+ V(::, tan, MathTan, Double, 0x3bcd772a) \
V(::, asin, MathAsin, Double, 0x2ecc2fcd) \
V(::, acos, MathAcos, Double, 0x08cf2212) \
V(::, atan, MathAtan, Double, 0x1e2731d5) \
@@ -446,10 +446,10 @@ namespace dart {
V(::, acos, MathAcos, 0x08cf2212) \
V(::, atan, MathAtan, 0x1e2731d5) \
V(::, atan2, MathAtan2, 0x39f1fa41) \
- V(::, cos, MathCos, 0x195a1d7e) \
- V(::, sin, MathSin, 0x3f3a010c) \
+ V(::, cos, MathCos, 0x459bf5fe) \
+ V(::, sin, MathSin, 0x6b7bd98c) \
V(::, sqrt, MathSqrt, 0x70482cf3) \
- V(::, tan, MathTan, 0x0f8b9eaa) \
+ V(::, tan, MathTan, 0x3bcd772a) \
V(_Bigint, _lsh, Bigint_lsh, 0x40d9f1cc) \
V(_Bigint, _rsh, Bigint_rsh, 0x703f1a40) \
V(_Bigint, _absAdd, Bigint_absAdd, 0x50fb1e47) \
« no previous file with comments | « runtime/lib/math_patch.dart ('k') | sdk/lib/_internal/js_runtime/lib/math_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698