Searched refs:disnan (Results 1 – 1 of 1) sorted by relevance
60 static inline bool disnan(double x) { in disnan() function66 #define check_nan_d1(x) if (disnan((x))) return (x)67 #define check_nan_d2(x,y) if (disnan((x))) return (x); else if (disnan((y))) return (y);