Go to the source code of this file.
Functions | |
| void | mul64integers (uint64_t a, uint64_t b, uint64_t *lo, uint64_t *hi) |
| Multiply two 64 bit numbers and return result in two parts. | |
| float32 | mulFloat32 (float32 a, float32 b) |
| Multiply two 32 bit float numbers. | |
| float64 | mulFloat64 (float64 a, float64 b) |
| Multiply two 64 bit float numbers. | |
Definition in file mul.h.
1.4.7