FreeCalypso > hg > gsmhr-codec-ref
diff mathdp31.h @ 0:9008dbc8ca74
import original C code from GSM 06.06
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Jun 2024 23:27:16 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mathdp31.h Fri Jun 14 23:27:16 2024 +0000 @@ -0,0 +1,17 @@ +#ifndef __MATHDP31 +#define __MATHDP31 + +#include "typedefs.h" + +/*_________________________________________________________________________ + | | + | Function Prototypes | + |_________________________________________________________________________| +*/ + +Longword L_mpy_ls(Longword L_var2, Shortword var1); +Longword L_mpy_ll(Longword L_var1, Longword L_var2); +short isSwLimit(Shortword swIn); +short isLwLimit(Longword L_In); + +#endif