Home
last modified time | relevance | path

Searched refs:isNan (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/viz/include/opencv2/viz/
Dvizcore.hpp111 inline bool isNan(float x) in isNan() function
121 inline bool isNan(double x) in isNan() function
131 template<typename _Tp, int cn> inline bool isNan(const Vec<_Tp, cn>& v) in isNan() function
132 { 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() function
139 { return isNan(p.x) || isNan(p.y) || isNan(p.z); } in isNan()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfConvert.cpp59 isNan (float f) in isNan() function
90 if (h.isNegative() || h.isNan()) in halfToUint()
103 if (isNegative (f) || isNan (f)) in floatToUint()
/external/opencv3/modules/viz/src/
Dprecomp.hpp197 template<typename _Tp> inline bool isNan(const _Tp* data) in isNan() function
199 return isNan(data[0]) || isNan(data[1]) || isNan(data[2]); in isNan()
Dclouds.cpp305 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()
/external/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp199 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()
/external/opencv3/3rdparty/openexr/Half/
Dhalf.h182 bool isNan () const;
693 half::isNan () const in isNan() function
DhalfFunction.h158 if (x.isNan()) in halfFunction()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp811 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
812 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() local
895 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()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp889 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
890 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() local
975 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1030 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
1031 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() local
1131 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()
/external/valgrind/VEX/priv/
Dhost_ppc_isel.c1339 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function
5157 HReg isNanL = isNan(env, argL, IEndianess); in iselVecExpr_wrk()
5158 HReg isNanR = isNan(env, argR, IEndianess); in iselVecExpr_wrk()