Searched refs:ul16 (Results 1 – 1 of 1) sorted by relevance
639 unsigned u_n, ul16, uh16, *u_shft; /* u_shft is because r_out is u initially */ in MultprecModulo() local673 ul16 = (unsigned int)(u64 & 0xFFFFU); /* lower 16 */ in MultprecModulo()721 if ((q_hat == 0x10000U) || ((q_hat * vl16) > ((r_hat << 16) | ul16))) in MultprecModulo()727 if ((r_hat < 0x10000U) && ((q_hat * vl16) > ((r_hat << 16) | ul16))) in MultprecModulo()734 u64 = (((uint64_t)u32 << 16) | ul16) - ((uint64_t)q_hat * v_Nm1); in MultprecModulo()