Home | History | Annotate | Download | only in elliptic

Lines Matching full:xmask

321 	var carry, x, xMask uint32
375 xMask = nonZeroToAllOnes(x)
429 tmp2[i+7] += 0x10000000 & xMask
430 tmp2[i+8] += (x - 1) & xMask
434 tmp2[i+8] += 0x20000000 & xMask
437 tmp2[i+9] += ((x >> 1) - 1) & xMask
444 xMask = nonZeroToAllOnes(x)
457 tmp2[i+8] += 0x20000000 & xMask
458 tmp2[i+9] += (x - 1) & xMask
462 tmp2[i+9] += 0x10000000 & xMask
464 tmp2[i+10] += (x - 1) & xMask