Last change
on this file since 135 was
102,
checked in by rosiere, 16 years ago
|
Previous commit with new files :P
|
-
Property svn:keywords set to
Id
|
File size:
436 bytes
|
Line | |
---|
1 | unsigned int mul_soft ( unsigned int op1, |
---|
2 | unsigned int op2); |
---|
3 | unsigned int mul_hard ( unsigned int op1, |
---|
4 | unsigned int op2); |
---|
5 | unsigned int div_soft ( unsigned int op1, |
---|
6 | unsigned int op2); |
---|
7 | unsigned int div_hard ( unsigned int op1, |
---|
8 | unsigned int op2); |
---|
9 | unsigned int modulo ( unsigned int x, |
---|
10 | unsigned int base); |
---|
11 | |
---|
12 | void test_mul_soft (void); |
---|
13 | void test_div_soft (void); |
---|
14 | void test_modulo (void); |
---|
Note: See
TracBrowser
for help on using the repository browser.