Searched refs:GSM_MULT_R (Results 1 - 7 of 7) sorted by path

/external/libgsm/inc/
H A Dprivate.h90 * #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \
93 #define GSM_MULT_R(a, b) /* word a, word b, !(a == b == MIN_WORD) */ \ macro
129 # define GSM_MULT_R(a, b) gsm_mult_r(a, b)
/external/libgsm/src/
H A Ddecode.c29 tmp = GSM_MULT_R( msr, 28180 );
H A Dlong_term.c855 dpp[k] = GSM_MULT_R( BP, dp[k - Nc]); \
939 drpp = GSM_MULT_R( brp, drp[ k - Nr ] );
H A Dlpc.c70 (s[k] = GSM_MULT_R(s[k], 16384 >> (n-1)));\
75 s[k] = GSM_MULT_R( s[k], 16384 >> (n-1) );\
231 temp = GSM_MULT_R( P[1], *r );
235 temp = GSM_MULT_R( K[ m ], *r );
238 temp = GSM_MULT_R( P[ m+1 ], *r );
H A Dpreprocess.c94 L_s2 += GSM_MULT_R( lsp, 32735 );
105 msp = GSM_MULT_R( mp, -28180 );
H A Drpe.c379 temp = GSM_MULT_R( temp1, temp );
H A Dshort_term.c48 * temp1 = GSM_MULT_R( *INVA, temp1 );
57 temp1 = GSM_MULT_R( INVA, temp1 ); \
215 zzz = GSM_MULT_R(rpi, di);
218 zzz = GSM_MULT_R(rpi, ui);

Completed in 200 milliseconds