Home | History | Annotate | Download | only in functional

Lines Matching refs:deUint64

438 			const deUint32	ref1	= (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u;
620 const deUint64 mul64 = deUint64(in0)*deUint64(in1);