|
Defines |
| #define | BITOP(NAME, OP) |
Functions |
| void | _mlimul (int *pl, int *pr, int nb) |
| void | _mlidiv (int *pl, int *pr, int nb) |
| void | _mlimod (int *pl, int *pr, int nb) |
| void | _mliplus (unsigned int *pl, unsigned int *pr, int nb) |
| void | _mlimin (unsigned int *pl, unsigned int *pr, int nb) |
| void | _mlishleft (int *pl, int *pr, int nb) |
| void | _mlishright (int *pl, int *pr, int nb) |
| void | _mliumin (unsigned int *pl, int nb) |
| void | _mlinot (int *pl, int nb) |
| | BITOP (_mliand,&=) |
| | BITOP (_mlior,|=) |
| | BITOP (_mlixor,^=) |
| float | _mli2float (int *pl, int nb) |