Searched defs:GSM_MULT_R (Results 1 - 1 of 1) sorted by relevance

/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)

Completed in 341 milliseconds