Home
last modified time | relevance | path

Searched refs:Log2Cache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp73 Log2Cache[0] = 0.0; in BalancedPartitioning()
75 Log2Cache[I] = std::log2(I); in BalancedPartitioning()
331 return (i < LOG_CACHE_SIZE) ? Log2Cache[i] : std::log2(i); in log2Cached()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h174 float Log2Cache[LOG_CACHE_SIZE]; variable