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

/external/speex/libspeex/
H A Dpseudofloat.h286 static inline spx_float_t FLOAT_DIV32(spx_word32_t a, spx_word32_t b) function
363 #define FLOAT_DIV32(a,b) ((a)/(b)) macro

Completed in 72 milliseconds