Searched refs:fisnan (Results 1 – 1 of 1) sorted by relevance
58 static inline bool fisnan(float x) { in fisnan() function63 #define check_nan_f1(x) if (fisnan((x))) return (x)64 #define check_nan_f2(x,y) if (fisnan((x))) return (x); else if (fisnan((y))) return (y);