Home
last modified time | relevance | path

Searched refs:isInf (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp38 bool isInf(const Variable *Var) { in isInf() function
280 const bool DestIsInf = isInf(Dest); in handleSimpleVarAssign()
283 const bool SrcIsInf = isInf(SrcVar); in handleSimpleVarAssign()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
813 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; 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()
892 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
893 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues()
894 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; in getInputValues()
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()
918 const deUint32 ref = tcu::Float32(in0).isInf() ? 1u : 0u; in compare()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp890 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
891 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; 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()
972 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
973 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues()
974 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; in getInputValues()
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()
998 const bool ref = tcu::Float32(in0).isInf(); in compare()
[all …]
Des31fShaderImageLoadStoreTests.cpp1343 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1016 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
1017 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; in getInputValues()
1018 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()
1022 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1112 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
1113 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues()
1114 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0; in getInputValues()
1115 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()
1119 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1138 const bool ref = tcu::Float32(in0).isInf(); in compare()
[all …]
/external/deqp/framework/common/
DtcuFloat.hpp117 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
250 else if (other.isInf()) in convert()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp133 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN(); in isValidFloat()
138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp131 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN(); in isValidFloat()
136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
/external/valgrind/VEX/priv/
Dguest_generic_x87.c248 Bool isInf; in convert_f80le_to_f64le() local
274 isInf = toBool( in convert_f80le_to_f64le()
280 if (isInf) { in convert_f80le_to_f64le()
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h430 isInf() const in isInf() function
/external/eigen/test/
Darray.cpp243 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all()); in array_real()
351 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all()); in array_complex()
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox380 a.\link ArrayBase::isInf isInf\endlink(); \n
DQuickReference.dox413 array1.isInf() isinf(array1)
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp497 DE_ASSERT(!v.isNaN() && !v.isInf()); in floatToHalf()
DglsDrawTest.cpp537 DE_ASSERT(!v.isNaN() && !v.isInf()); in floatToHalf()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp144 DE_ASSERT(!f.isNaN() && !f.isInf()); in addUlp()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp148 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues()
154 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2082 if (originalFloat.isInf()) in compare16BitFloat()
2084 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat()
/external/llvm/lib/IR/
DAsmWriter.cpp1151 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local
1153 if (!isInf && !isNaN) { in WriteConstantInternal()