Searched refs:b02 (Results 1 – 1 of 1) sorted by relevance
370 const uint128_t b02 = ((uint128_t) a[0]) * b[2]; // 128 in mul_128_256_shift() local380 const uint128_t s2 = b02 + b11; // 128 x in mul_128_256_shift()381 const uint128_t c2 = s2 < b02; // 256 x in mul_128_256_shift()
Completed in 4 milliseconds