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