Searched refs:bh (Results 1 – 1 of 1) sorted by relevance
66 const uint16_t bh = b >> 16; in mul64() local70 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()71 const uint32_t hi = (uint32_t) ah * bh; in mul64()
Completed in 3 milliseconds