Searched refs:__bits1 (Results 1 – 1 of 1) sorted by relevance
122 const uint64_t __bits1 = static_cast<uint64_t>(__m) * __factorHi; in __mulShift() local128 uint32_t __bits1Lo = static_cast<uint32_t>(__bits1); in __mulShift()129 uint32_t __bits1Hi = static_cast<uint32_t>(__bits1 >> 32); in __mulShift()135 const uint64_t __sum = (__bits0 >> 32) + __bits1; in __mulShift()