Home
last modified time | relevance | path

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

/external/libopus/celt/
Darch.h130 #define celt_isnan(x) 0 macro
193 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function
203 #define celt_isnan(x) ((x)!=(x)) macro
/external/rnnoise/src/
Darch.h163 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function
173 #define celt_isnan(x) ((x)!=(x)) macro