Home | History | Annotate | Download | only in builtins

Lines Matching defs:x2

22     du_int x2 = (du_int)a;
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL;
29 su_int x = (su_int)(x2 + (x2 >> 32));