HomeSort by relevance Sort by last modified time
    Searched refs:getHalf (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
ScaledNumber.cpp 55 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); }
77 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor));
121 return getRounded(Quotient, Shift, Dividend >= getHalf(Divisor));
  /external/llvm/include/llvm/Support/
ScaledNumber.h 431 static uint64_t getHalf(uint64_t N) { return (N >> 1) + (N & 1); }

Completed in 28 milliseconds