source: trunk/Softwares/Basic_test.or32/src/c/include/func_math.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 354 bytes
Line 
1unsigned int mul_soft ( unsigned int op1,
2                        unsigned int op2);
3unsigned int mul_hard ( unsigned int op1,
4                        unsigned int op2);
5unsigned int div_soft ( unsigned int op1,
6                        unsigned int op2);
7unsigned int div_hard ( unsigned int op1,
8                        unsigned int op2);
9unsigned int modulo   ( unsigned int x,
10                        unsigned int base);
Note: See TracBrowser for help on using the repository browser.