Home | History | Annotate | Download | only in functional

Lines Matching refs:mul64

620 			const deUint64	mul64	= deUint64(in0)*deUint64(in1);
621 const deUint32 ref0 = deUint32(mul64 >> 32);
622 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu);
711 const deInt64 mul64 = deInt64(in0)*deInt64(in1);
712 const deInt32 ref0 = deInt32(mul64 >> 32);
713 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu);