Home
last modified time | relevance | path

Searched defs:FLOAT_ADD (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dpseudofloat.h97 static inline spx_float_t FLOAT_ADD(spx_float_t a, spx_float_t b) in FLOAT_ADD() function
366 #define FLOAT_ADD(a,b) ((a)+(b)) macro