#include <sftypes.h>#include <mul.h>#include <comparison.h>#include <common.h>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.c.
1.4.7