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

Unified Diff: runtime/vm/bigint_operations.h

Issue 88983004: Support Bigint parameters in Int32x4 constructor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: runtime/vm/bigint_operations.h
diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
index b56eb83ec0b6e8f07800ad7d031cc0ff8b82470a..70fe3a254984584759a4e93bf5fc30b7bdc841af 100644
--- a/runtime/vm/bigint_operations.h
+++ b/runtime/vm/bigint_operations.h
@@ -68,6 +68,7 @@ class BigintOperations : public AllStatic {
static bool FitsIntoUint64(const Bigint& bigint);
static bool AbsFitsIntoUint64(const Bigint& bigint);
static uint64_t ToUint64(const Bigint& bigint);
+ static uint32_t TruncateToUint32(const Bigint& bigint);
static uint64_t AbsToUint64(const Bigint& bigint);
static RawDouble* ToDouble(const Bigint& bigint);
« no previous file with comments | « runtime/lib/simd128.cc ('k') | runtime/vm/bigint_operations.cc » ('j') | runtime/vm/object.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698