HomeSort by relevance Sort by last modified time
    Searched defs:isNan (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/viz/include/opencv2/viz/
vizcore.hpp 111 inline bool isNan(float x)
121 inline bool isNan(double x)
131 template<typename _Tp, int cn> inline bool isNan(const Vec<_Tp, cn>& v)
132 { return isNan(v.val[0]) || isNan(v.val[1]) || isNan(v.val[2]); }
138 template<typename _Tp> inline bool isNan(const Point3_<_Tp>& p)
139 { return isNan(p.x) || isNan(p.y) || isNan(p.z);
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfConvert.cpp 59 isNan (float f)
90 if (h.isNegative() || h.isNan())
103 if (isNegative (f) || isNan (f))
  /external/opencv3/modules/viz/src/
precomp.hpp 197 template<typename _Tp> inline bool isNan(const _Tp* data)
199 return isNan(data[0]) || isNan(data[1]) || isNan(data[2]);
  /external/opencv3/3rdparty/openexr/Half/
half.h 169 // h.isNan() returns true if h is a NAN
182 bool isNan () const;
693 half::isNan () const
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 788 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isnan", shaderType)
797 m_spec.source = "out0 = isnan(in0);";
811 const bool isNan = rnd.getFloat() > 0.3f;
812 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
837 const deUint32 ref = tcu::Float32(in0).isNaN() ? 1u : 0u;
893 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
895 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 866 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isnan", shaderType)
875 m_spec.source = "out0 = isnan(in0);";
889 const bool isNan = rnd.getFloat() > 0.3f;
890 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
915 const bool ref = tcu::Float32(in0).isNaN();
931 const bool ref = tcu::Float32(in0).isNaN();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 153 milliseconds