Searched defs:isnan (Results 1 – 2 of 2) sorted by relevance
33 _LIBCPP_ALWAYS_INLINE bool isnan( double num ) in isnan() function
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() function