Home
last modified time | relevance | path

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

/external/libopus/celt/
Darch.h158 static OPUS_INLINE int celt_isnan(float x) in celt_isnan() function
168 #define celt_isnan(x) ((x)!=(x)) macro