Home | History | Annotate | Download | only in spirv_assembly

Lines Matching refs:isInf

6086 struct fp16isInf			{ bool operator()(const tcu::Float16 in1, const tcu::Float16)		{ return in1.isInf(); } };
12887 if (lsxsq.isInf())
13159 if (x.isInf() || x.isNaN())
13183 if (x.isInf() || x.isNaN())
13204 if (x.isNaN() || x.isInf())
13228 if (x.isNaN() || x.isInf())
13531 if (y.isNaN() || y.isInf() || y.isDenorm() || yd < -14 || yd > 15)
13535 if (fp16type(result).isInf())
13675 if (edge0.isInf() || edge1.isInf() || x.isInf())
14464 if (result.isInf())
14519 if (full.isNaN() || full.isInf())
15575 if (reportError && !expected.isInf() && !outputted.isInf())
15582 if (reportError && expected.isInf())