Searched refs:isNan (Results 1 – 11 of 11) 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() function132 { return isNan(v.val[0]) || isNan(v.val[1]) || isNan(v.val[2]); } in isNan()138 template<typename _Tp> inline bool isNan(const Point3_<_Tp>& p) in isNan() function139 { return isNan(p.x) || isNan(p.y) || isNan(p.z); } in isNan()
59 isNan (float f) in isNan() function90 if (h.isNegative() || h.isNan()) in halfToUint()103 if (isNegative (f) || isNan (f)) in floatToUint()
197 template<typename _Tp> inline bool isNan(const _Tp* data) in isNan() function199 return isNan(data[0]) || isNan(data[1]) || isNan(data[2]); in isNan()
305 if (!isNan(srow) && !isNan(nrow)) in WCloudNormals()324 if (!isNan(srow) && !isNan(nrow)) in WCloudNormals()381 if (!isNan(srow[0]) && !isNan(srow[1]) && !isNan(srow[2])) in WMesh()391 if (!isNan(srow[0]) && !isNan(srow[1]) && !isNan(srow[2])) in WMesh()
199 if (!isNan(srow)) in filterNanCopy()224 if (!isNan(mrow)) in filterNanColorsCopy()229 if (!isNan(mrow)) in filterNanColorsCopy()261 if (!isNan(mrow)) in filterNanNormalsCopy()283 if (!isNan(mrow)) in filterNanTCoordsCopy()
182 bool isNan () const;693 half::isNan () const in isNan() function
158 if (x.isNan()) in halfFunction()
811 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()893 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local895 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()899 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
889 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local890 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()973 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local975 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()979 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1030 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local1031 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()1033 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()1037 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()1129 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local1131 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()1135 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1339 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function5157 HReg isNanL = isNan(env, argL, IEndianess); in iselVecExpr_wrk()5158 HReg isNanR = isNan(env, argR, IEndianess); in iselVecExpr_wrk()