#include "common.h"
Go to the source code of this file.
Functions | |
int32_t | mult_signed (int32_t x, int32_t y) |
int32_t | mult_unsigned (uint32_t x, uint32_t y) |
int32_t | mult_unsigned_signed (uint32_t x, int32_t y) |
int32_t mult_signed | ( | int32_t | x, |
int32_t | y | ||
) |
Definition at line 3 of file common.cpp.
int32_t mult_unsigned | ( | uint32_t | x, |
uint32_t | y | ||
) |
Definition at line 8 of file common.cpp.
int32_t mult_unsigned_signed | ( | uint32_t | x, |
int32_t | y | ||
) |
Definition at line 13 of file common.cpp.
Referenced by Voice::output().