Changeset 9388d4 in git
- Timestamp:
- Apr 14, 1998, 5:16:24 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b7c8bdcf3068d073e49fa3669429999b074c12d0
- Parents:
- c1784d08dc358e8ad791bfe5c016955be639da93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ffops.h
rc1784d r9388d4 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ffops.h,v 1. 5 1997-12-08 18:24:38 schmidtExp $ */2 /* $Id: ffops.h,v 1.6 1998-04-14 15:16:24 pohl Exp $ */ 3 3 4 4 #ifndef INCL_FFOPS_H … … 44 44 } 45 45 46 #ifndef __MWERKS__ 46 47 inline int ff_bignorm ( const INT64 a ) 47 48 { … … 52 53 return n; 53 54 } 55 #endif 54 56 55 57 inline int ff_add ( const int a, const int b ) … … 68 70 } 69 71 72 #ifdef __MWERKS__ 73 int ff_mul ( const int a, const int b ); 74 #else 70 75 inline int ff_mul ( const int a, const int b ) 71 76 { … … 75 80 return ff_longnorm ( (long)a * (long)b ); 76 81 } 82 #endif 77 83 78 84 inline int ff_inv ( const int a )
Note: See TracChangeset
for help on using the changeset viewer.