Searched defs:isNan (Results 1 – 8 of 8) sorted by relevance
111 inline bool isNan(float x) in isNan() function121 inline bool isNan(double x) in isNan() function131 template<typename _Tp, int cn> inline bool isNan(const Vec<_Tp, cn>& v) in isNan() function138 template<typename _Tp> inline bool isNan(const Point3_<_Tp>& p) in isNan() function
59 isNan (float f) in isNan() function
197 template<typename _Tp> inline bool isNan(const _Tp* data) in isNan() function
693 half::isNan () const in isNan() function
811 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local893 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local
889 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local973 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local
1030 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local1129 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local
1339 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function