Searched refs:getHalf (Results 1 - 2 of 2) 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));
/external/llvm/include/llvm/Support/
H A DScaledNumber.h432 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); }

Completed in 239 milliseconds