FreeCalypso > hg > gsmhr-codec-ref
view mathdp31.h @ 2:aa7cc4333d95
Makefile: suppress some of the noise
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Jun 2024 23:57:53 +0000 |
parents | 9008dbc8ca74 |
children |
line wrap: on
line source
#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