Lines Matching defs:alow
62 mp_limb_t alow, blow;
71 alow = asrcp[0];
84 return JACOBI_LS0 (alow, asize);
90 if ( (((alow | blow) & 1) == 0))
103 JACOBI_STRIP_LOW_ZEROS (result_bit1, alow, bsrcp, bsize, blow);
123 JACOBI_STRIP_LOW_ZEROS (result_bit1, blow, asrcp, asize, alow);
131 MP_LIMB_T_SWAP (alow, blow);
133 /* NOTE: The value of alow (old blow) is a bit subtle. For this code
134 path, we get alow as the low, always odd, limb of shifted A. Which is
137 However, all other uses of alow assumes that it is *not*
138 shifted. Luckily, alow matters only when either
156 result_bit1 ^= JACOBI_RECIP_UU_BIT1 (alow, blow);
161 result_bit1 ^= JACOBI_TWOS_U_BIT1(btwos, alow);
167 JACOBI_MOD_OR_MODEXACT_1_ODD (result_bit1, alow, asrcp, asize, blow);
169 return mpn_jacobi_base (alow, blow, result_bit1);
186 account, we must use alow *before* the division. Doing the actual division
196 result_bit1 ^= JACOBI_TWOS_U_BIT1(btwos, alow);