Searched refs:__bits0Hi (Results 1 – 1 of 1) sorted by relevance
127 const uint32_t __bits0Hi = static_cast<uint32_t>(__bits0 >> 32); in __mulShift() local130 __bits1Lo += __bits0Hi; in __mulShift()131 __bits1Hi += (__bits1Lo < __bits0Hi); in __mulShift()