Home | History | Annotate | Download | only in functional

Lines Matching refs:hasSignedZero

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