comparison libgsmhr1/mathdp31.h @ 503:3654df24451f

libgsmhr1/mathdp31.[ch]: import original
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 19 Jun 2024 01:16:47 +0000
parents
children
comparison
equal deleted inserted replaced
502:b0333fa167c3 503:3654df24451f
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