OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gsm_mult
(Results
1 - 5
of
5
) sorted by null
/external/libgsm/inc/
private.h
63
extern word
gsm_mult
P((word a, word b));
96
# define
GSM_MULT
(a,b) /* word a, word b, !(a == b == MIN_WORD) */ \
130
# define
GSM_MULT
(a, b)
gsm_mult
(a, b)
/external/libgsm/src/
add.c
35
word
gsm_mult
P2((a,b), word a, word b)
function
long_term.c
150
for (bc = 0; bc <= 2; bc++) if (R <=
gsm_mult
(S, gsm_DLB[bc])) break;
285
for (bc = 0; bc <= 2; bc++) if (R <=
gsm_mult
(S, gsm_DLB[bc])) break;
465
for (bc = 0; bc <= 2; bc++) if (R <=
gsm_mult
(S, gsm_DLB[bc])) break;
630
for (bc = 0; bc <= 2; bc++) if (R <=
gsm_mult
(S, gsm_DLB[bc])) break;
lpc.c
306
temp =
GSM_MULT
( A, *LAR ); \
rpe.c
334
temp =
GSM_MULT
( temp, temp2 );
Completed in 184 milliseconds