Searched defs:celt_isnan (Results 1 – 1 of 1) sorted by relevance
127 #define celt_isnan(x) 0 macro190 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function200 #define celt_isnan(x) ((x)!=(x)) macro