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

Unified Diff: runtime/vm/bigint_operations.h

Issue 9540015: Implement correct bigint to double conversion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 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 | « no previous file | runtime/vm/bigint_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bigint_operations.h
diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
index 2ca6ee14cc47cc3e9984469748b8e9d239d0b6b3..e9c31a22c46a1bb02bb91e6b971214caa3e851bf 100644
--- a/runtime/vm/bigint_operations.h
+++ b/runtime/vm/bigint_operations.h
@@ -66,6 +66,7 @@ class BigintOperations : public AllStatic {
static int64_t ToMint(const Bigint& bigint);
static bool FitsIntoUint64(const Bigint& bigint);
+ static bool AbsFitsIntoUint64(const Bigint& bigint);
static uint64_t ToUint64(const Bigint& bigint);
static uint64_t AbsToUint64(const Bigint& bigint);
« no previous file with comments | « no previous file | runtime/vm/bigint_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698