Searched refs:UpperQ (Results 1 – 1 of 1) sorted by relevance
93 uint64_t UpperQ = Rem / D; in scale() local96 if (UpperQ > UINT32_MAX) in scale()101 uint64_t Q = (UpperQ << 32) + LowerQ; in scale()