Searched refs:__bits1Hi (Results 1 – 1 of 1) sorted by relevance
129 uint32_t __bits1Hi = static_cast<uint32_t>(__bits1 >> 32); in __mulShift() local131 __bits1Hi += (__bits1Lo < __bits0Hi); in __mulShift()133 return (__bits1Hi << (32 - __s)) | (__bits1Lo >> __s); in __mulShift()