Home | History | Annotate | Download | only in sec

Lines Matching defs:x16

49         int x16 = x[16];
50 int c = Nat.shiftDownBit(16, x, x16, z);
51 z[16] = (x16 >>> 1) | (c >>> 23);
136 int x16 = x[16];
137 int c = Nat.shiftUpBit(16, x, x16 << 23, z) | (x16 << 1);
145 int x16 = x[16], y16 = y[16];
146 zz[32] = Nat.mul31BothAdd(16, x16, y, y16, x, zz, 16) + (x16 * y16);
153 int x16 = x[16];
154 zz[32] = Nat.mulWordAddTo(16, x16 << 1, x, 0, zz, 16) + (x16 * x16);