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

  /external/deqp/framework/common/
tcuFloat.hpp 117 inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBits() == 0; }
252 else if (other.isInf())
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 67 bool isInf(double x)
670 newConstArray[i].setBConst(isInf(unionArray[i].getDConst()));
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceVariableSplitting.cpp 38 bool isInf(const Variable *Var) {
280 const bool DestIsInf = isInf(Dest);
283 const bool SrcIsInf = isInf(SrcVar);
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 412 * \sa isfinite(), isinf()
421 /** \returns an expression of the coefficient-wise isinf of *this.
430 isInf() const
440 * \sa isnan(), isinf()
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 812 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
813 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
869 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isinf", shaderType)
878 m_spec.source = "out0 = isinf(in0);";
892 const bool isInf = rnd.getFloat() > 0.3f;
893 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
894 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 890 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
891 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
949 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "isinf", shaderType)
958 m_spec.source = "out0 = isinf(in0);";
    [all...]
  /external/python/pyasn1/pyasn1/type/
univ.py     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 338 milliseconds