|
NXC
Version 1.2.1 r5
|
| #define MulDiv32 | ( | _A, | |
| _B, | |||
| _C | |||
| ) | asm { muldiv __RETVAL__, _A, _B, _C } |
Multiply and divide.
Multiplies two 32-bit values and then divides the 64-bit result by a third 32-bit value. Only constants or variables allowed (no expressions).
| _A | 32-bit long value. |
| _B | 32-bit long value. |
| _C | 32-bit long value. |