FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/mathdp31.h @ 611:f8759c856006
libgsmhr1/enc_state.h: add static vars from dtx.c
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 05 Mar 2026 07:34:38 +0000 |
| parents | 3654df24451f |
| 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
