Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/celt/
H A 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
/aosp_15_r20/external/rnnoise/src/
H A Darch.h163 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function
173 #define celt_isnan(x) ((x)!=(x)) macro