Searched defs:getHalf (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DScaledNumber.cpp55 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); } function
77 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor));
121 return getRounded(Quotient, Shift, Dividend >= getHalf(Divisor));

Completed in 154 milliseconds