Changeset 1067 for to-imperative/trunk/samples/Arithm/sub.cc
- Timestamp:
- Jul 30, 2003, 12:29:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Arithm/sub.cc
r1051 r1067 23 23 static const Expr _c_5 = ShortInt::create_expr (-1); 24 24 25 static const Expr _c_6 = Int eger::create_expr ("-21474836476");25 static const Expr _c_6 = Int::create_expr (-21474836476); 26 26 27 27 static const Expr _c_7 = ShortInt::create_expr (32); 28 28 29 static const Expr _c_8 = Int eger::create_expr ("21474836476");29 static const Expr _c_8 = Int::create_expr (21474836476); 30 30 31 31 static const Expr _c_9 = ShortInt::create_expr (11); … … 33 33 static const Expr _c_10 = ShortInt::create_expr (-11); 34 34 35 static const Expr _c_11 = Int eger::create_expr ("21474836471");35 static const Expr _c_11 = Int::create_expr (21474836471); 36 36 37 static const Expr _c_12 = Int eger::create_expr ("-21474836471");37 static const Expr _c_12 = Int::create_expr (-21474836471); 38 38 39 static const Expr _c_13 = Int eger::create_expr ("2147483647789364567");39 static const Expr _c_13 = Int::create_expr (2147483647789364567); 40 40 41 static const Expr _c_14 = Int eger::create_expr ("-2147483647789364567");41 static const Expr _c_14 = Int::create_expr (-2147483647789364567); 42 42 43 43 RF_FUNC (Main, (), (RF_RES _v_res1))
Note: See TracChangeset
for help on using the changeset viewer.