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

  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 48 cl::desc("The percentage threshold for the promotion"));
66 unsigned Percentage = (Count * 100) / TotalCount;
67 return (Percentage >= ICPPercentThreshold);
  /art/dex2oat/driver/
compiler_driver.cc 103 static double Percentage(size_t x, size_t y) {
111 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
    [all...]

Completed in 80 milliseconds