Home | History | Annotate | Download | only in generic

Lines Matching defs:cl

41   mp_limb_t ul, cl, hpl, lpl;
46 cl = 0;
52 lpl += cl;
53 cl = (lpl < cl) + hpl;
59 return cl;
69 mp_limb_t shifted_vl, ul, lpl, hpl, prev_hpl, xw, cl, xl;
77 cl = 0;
85 xw = prev_hpl + lpl + cl;
86 cl = xw >> GMP_NUMB_BITS;
93 return prev_hpl + cl;