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