/external/swiftshader/third_party/subzero/src/ |
D | IceVariableSplitting.cpp | 38 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/ |
D | es3fShaderCommonFunctionTests.cpp | 812 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/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | real.rst | 10 …ameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isInf, isPlusInf, isMinu…
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 890 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 …]
|
D | es31fShaderImageLoadStoreTests.cpp | 1343 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 1016 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/ |
D | tcuFloat.hpp | 117 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float 252 else if (other.isInf()) in convert()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 133 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN(); in isValidFloat() 138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 131 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN(); in isValidFloat() 136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2046 if (originalFloat.isInf()) in compare16BitFloat() 2048 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat() 2106 if (originalFloat.isInf()) in compare16BitFloat() 2108 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat() 2153 if (originalFloat.isInf()) in compare16BitFloat() 2155 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat() 2202 if (originalFloat.isInf()) in compare16BitFloat() 2204 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat() 2261 if (originalFloat.isInf()) in compare16BitFloat64() 2263 if (returnedFloat.isInf() && originalFloat.signBit() == returnedFloat.signBit()) in compare16BitFloat64()
|
D | vktSpvAsmInstructionTests.cpp | 6086 …16isInf { bool operator()(const tcu::Float16 in1, const tcu::Float16) { return in1.isInf(); } }; in operator ()() 12887 if (lsxsq.isInf()) in calc() 13159 if (x.isInf() || x.isNaN()) in calc() 13183 if (x.isInf() || x.isNaN()) in calc() 13204 if (x.isNaN() || x.isInf()) in calc() 13228 if (x.isNaN() || x.isInf()) in calc() 13531 if (y.isNaN() || y.isInf() || y.isDenorm() || yd < -14 || yd > 15) in calc() 13535 if (fp16type(result).isInf()) in calc() 13675 if (edge0.isInf() || edge1.isInf() || x.isInf()) in calc() 14464 if (result.isInf()) in calc() [all …]
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 430 isInf() const in isInf() function
|
/external/eigen/test/ |
D | array.cpp | 243 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all()); in array_real() 351 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all()); in array_complex()
|
/external/eigen/doc/ |
D | CoeffwiseMathFunctionsTable.dox | 380 a.\link ArrayBase::isInf isInf\endlink(); \n
|
D | QuickReference.dox | 413 array1.isInf() isinf(array1)
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 497 DE_ASSERT(!v.isNaN() && !v.isInf()); in floatToHalf()
|
D | glsDrawTest.cpp | 538 DE_ASSERT(!v.isNaN() && !v.isInf()); in floatToHalf()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 144 DE_ASSERT(!f.isNaN() && !f.isInf()); in addUlp()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 150 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues() 156 if (f.isDenorm() || f.isInf() || f.isNaN()) in replaceBadFloatReinterpretValues()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 67 bool isInf(double x) in isInf() function 670 newConstArray[i].setBConst(isInf(unionArray[i].getDConst())); in fold()
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 1364 def isInf(self): member in Real 1499 return self.isInf
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1151 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local 1153 if (!isInf && !isNaN) { in WriteConstantInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1300 bool isInf = APF.isInfinity(); in WriteConstantInternal() local 1302 if (!isInf && !isNaN) { in WriteConstantInternal()
|