Lines Matching refs:odd
75 odd. Returns 1 on success, and 0 on failure (i.e., if gcd (A, m) !=
99 and b odd at all times. Initially,
116 mp_limb_t odd, swap, cy;
118 /* Always maintain b odd. The logic of the iteration is as
121 odd = a & 1
122 a -= odd * b
135 u -= odd * v
153 odd = ap[0] & 1;
155 swap = mpn_cnd_sub_n (odd, ap, ap, bp, n);
160 cy = mpn_cnd_sub_n (odd, up, up, vp, n);