Searched refs:bits0 (Results 1 – 1 of 1) sorted by relevance
29 const uint64_t bits0 = (uint64_t)m * factorLo; in mulShift32() local39 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()53 const uint64_t sum = (bits0 >> 32) + bits1; in mulShift32()