Changeset f59722 in git
- Timestamp:
- Jun 27, 2011, 6:28:24 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- de90c019d739dd11bb7004ab4f6d1147833c69bc
- Parents:
- 5e00354bd22b7ea7021ebe7dff01bbe2b897cdbc
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-06-27 18:28:24+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:10+01:00
- Location:
- libpolys/coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/longrat.cc
r5e0035 rf59722 2189 2189 number nlShort3_noinline(number x); 2190 2190 2191 LINLINEnumber nlInpAdd_(number a, number b, const coeffs r)2191 static inline number nlInpAdd_(number a, number b, const coeffs r) 2192 2192 { 2193 2193 if (SR_HDL(a) & SR_HDL(b) & SR_INT) … … 2442 2442 } 2443 2443 } 2444 2444 2445 void nlInpIntDiv(number &a, number b, const coeffs r) 2445 2446 { -
libpolys/coeffs/longrat.h
r5e0035 rf59722 106 106 void nlInpIntDiv(number &a, number b, const coeffs r); 107 107 108 LINLINE number nlInpAdd_(number a, number b, const coeffs r);109 108 LINLINE void nlInpAdd(number &a, number b, const coeffs r); 110 109 LINLINE void nlInpMult(number &a, number b, const coeffs r);
Note: See TracChangeset
for help on using the changeset viewer.