Searched refs:bitsPerWord (Results 1 – 1 of 1) sorted by relevance
25 bitsPerWord = bits.UintSize const26 wordsPerPoly = (N + bitsPerWord - 1) / bitsPerWord27 fullWordsPerPoly = N / bitsPerWord28 bitsInLastWord = N % bitsPerWord83 s[0] |= uint((v>>1)&1) << (bitsPerWord - 1)85 a[0] |= uint(v&1) << (bitsPerWord - 1)87 if shift == bitsPerWord {96 a[0] >>= bitsPerWord - shift97 s[0] >>= bitsPerWord - shift113 s[0] |= uint((vMod3>>1)&1) << (bitsPerWord - 1)[all …]