Home | History | Annotate | Download | only in functional

Lines Matching refs:mask0

429 		const deUint32			mask0			= getLowBitMask(integerLength);
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
523 const deUint32 mask0 = getLowBitMask(integerLength);
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)