Home | History | Annotate | Download | only in functional

Lines Matching refs:resSum

768 			const float		resSum		= out0 + out1;
770 const deUint32 ulpDiff = hasZeroSign ? getUlpDiff(resSum, in0) : getUlpDiffIgnoreZeroSign(resSum, in0);