Changeset 3f8dd01 for src/tests/gmp.c
- Timestamp:
- Sep 4, 2017, 10:09:45 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 235b41f, f47ba55
- Parents:
- e612146c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/gmp.c
re612146c r3f8dd01 10 10 // Created On : Tue Apr 19 08:55:51 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 25 12:50:01201713 // Update Count : 5 4412 // Last Modified On : Mon Sep 4 09:51:18 2017 13 // Update Count : 550 14 14 // 15 15 … … 29 29 sout | "y:" | y | endl; 30 30 y = "12345678901234567890123456789"; 31 sout | "y:" | y | endl; 32 y = 100`mp + 100`mp; 33 sout | "y:" | y | endl; 34 y = -200u`mp + -200u`mp; 35 sout | "y:" | y | endl; 36 y = "12345678901234567890123456789"`mp + "12345678901234567890123456789"`mp; 31 37 sout | "y:" | y | endl; 32 38 y = si;
Note: See TracChangeset
for help on using the changeset viewer.