Searched refs:bits0Hi (Results 1 – 1 of 1) sorted by relevance
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32() local79 bits1Lo += bits0Hi; in mulShift32()80 bits1Hi += (bits1Lo < bits0Hi); in mulShift32()
Completed in 5 milliseconds