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

  /prebuilts/go/darwin-x86/src/math/
hypot_amd64.s 40 JEQ isInf
42 JEQ isInf
46 isInf:
  /prebuilts/go/linux-x86/src/math/
hypot_amd64.s 40 JEQ isInf
42 JEQ isInf
46 isInf:
  /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/deqp/framework/common/
tcuFloat.hpp 117 inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBits() == 0; }
250 else if (other.isInf())
  /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...]
es31fShaderImageLoadStoreTests.cpp     [all...]
  /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/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 131 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN();
136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN();
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 133 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN();
138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN();
  /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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.c 248 Bool isInf;
274 isInf = toBool(
280 if (isInf) {
    [all...]
  /external/eigen/test/
array.cpp 243 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all());
275 VERIFY((Eigen::isinf)(m4/0.0).all());
351 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all());
382 VERIFY((Eigen::isinf)(m4/RealScalar(0)).all());
386 if((numext::isinf)(m4(0,0)/RealScalar(0))) {
388 VERIFY((Eigen::isinf)(m4/zero).all());
393 VERIFY((Eigen::isinf)(m4.real()/zero.real()).all());
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 64 bool isInf(double x)
588 newConstArray[i].setBConst(isInf(unionArray[i].getDConst()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 144 DE_ASSERT(!f.isNaN() && !f.isInf());
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 497 DE_ASSERT(!v.isNaN() && !v.isInf());
glsDrawTest.cpp 537 DE_ASSERT(!v.isNaN() && !v.isInf());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 148 if (f.isDenorm() || f.isInf() || f.isNaN())
154 if (f.isDenorm() || f.isInf() || f.isNaN())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 1148 milliseconds