Searched refs:UpperQ (Results 1 – 2 of 2) 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()
97 uint64_t UpperQ = Rem / D; in scale() local100 if (UpperQ > UINT32_MAX) in scale()105 uint64_t Q = (UpperQ << 32) + LowerQ; in scale()