Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dpseudofloat.h132 static inline spx_float_t FLOAT_SUB(spx_float_t a, spx_float_t b) in FLOAT_SUB() function
367 #define FLOAT_SUB(a,b) ((a)-(b)) macro