Home | History | Annotate | Download | only in functional

Lines Matching refs:hasSignedZero

660 		const bool				hasSignedZero	= supportsSignedZero(precision);
672 const deUint32 ulpDiff = hasSignedZero ? getUlpDiff(out0, ref) : getUlpDiffIgnoreZeroSign(out0, ref);