Changeset 1067 for to-imperative/trunk/samples/Arithm/div.cc
- Timestamp:
- Jul 30, 2003, 12:29:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Arithm/div.cc
r1051 r1067 19 19 static const Expr _c_3 = ShortInt::create_expr (2147483647); 20 20 21 static const Expr _c_4 = Int eger::create_expr ("2147483648");21 static const Expr _c_4 = Int::create_expr (2147483648); 22 22 23 23 static const Expr _c_5 = ShortInt::create_expr (2); … … 27 27 static const Expr _c_7 = ShortInt::create_expr (22345); 28 28 29 static const Expr _c_8 = Int eger::create_expr ("-2147483648");29 static const Expr _c_8 = Int::create_expr (-2147483648); 30 30 31 static const Expr _c_9 = Int eger::create_expr ("-2147483649");31 static const Expr _c_9 = Int::create_expr (-2147483649); 32 32 33 static const Expr _c_10 = Int eger::create_expr ("-2147483648123456789078654321");33 static const Expr _c_10 = Int::create_expr (-2147483648123456789078654321); 34 34 35 35 RF_FUNC (Main, (), (RF_RES _v_res1))
Note: See TracChangeset
for help on using the changeset viewer.