#include <multiplication.h>
#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | SOFTINT_CHECK_OF 0 |
Set 1 to return INT64_MAX or INT64_MIN on overflow. | |
Functions | |
long long | __muldi3 (long long a, long long b) |
Emulate multiplication of two 64-bit long long integers. | |
static unsigned long long | mul (unsigned int a, unsigned int b) |
Multiply two integers and return long long as result. |
Definition in file multiplication.c.