HomeSort by relevance Sort by last modified time
    Searched full:gsm_sub (Results 1 - 7 of 7) sorted by null

  /external/libgsm/inc/
private.h 72 extern word gsm_sub P((word a, word b));
121 # define GSM_SUB(a, b) \
135 # define GSM_SUB(a, b) gsm_sub(a, b)
  /external/libgsm/src/
short_term.c 44 * temp1 = GSM_SUB( temp1, temp2 );
56 temp1 = GSM_SUB( temp1, B << 1 ); \
276 register longword ltmp; /* for GSM_ADD & GSM_SUB */
282 /* sri = GSM_SUB( sri, gsm_mult_r( rrp[i], v[i] ) );
291 sri = GSM_SUB( sri, tmp2 );
preprocess.c 78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
rpe.c 367 temp2 = gsm_sub( 6, exp ); /* see 4.2-15 for exp */
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
374 /* temp = gsm_sub( *xMc++ << 1, 7 ); */
add.c 29 word gsm_sub P2((a,b), word a, word b) function
long_term.c 856 e[k] = GSM_SUB( d[k], dpp[k] ); \
  /external/libgsm/
ChangeLog 57 src/add.c: gsm_sub should cast its parameters to longword

Completed in 518 milliseconds