The Tooba
 All Data Structures Namespaces Files Functions Variables Macros Pages
Functions
common.cpp File Reference
#include "common.h"
Include dependency graph for common.cpp:

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)
 

Function Documentation

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().

Here is the caller graph for this function: