FreeCalypso > hg > gsmhr-codec-ref
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9008dbc8ca74 |
|---|---|
| 1 #ifndef __MATHDP31 | |
| 2 #define __MATHDP31 | |
| 3 | |
| 4 #include "typedefs.h" | |
| 5 | |
| 6 /*_________________________________________________________________________ | |
| 7 | | | |
| 8 | Function Prototypes | | |
| 9 |_________________________________________________________________________| | |
| 10 */ | |
| 11 | |
| 12 Longword L_mpy_ls(Longword L_var2, Shortword var1); | |
| 13 Longword L_mpy_ll(Longword L_var1, Longword L_var2); | |
| 14 short isSwLimit(Shortword swIn); | |
| 15 short isLwLimit(Longword L_In); | |
| 16 | |
| 17 #endif |
