Searched defs:celt_isnan (Results 1 – 2 of 2) sorted by relevance
130 #define celt_isnan(x) 0 macro193 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function203 #define celt_isnan(x) ((x)!=(x)) macro
163 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function173 #define celt_isnan(x) ((x)!=(x)) macro