Searched refs:LOG_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
174 static constexpr unsigned LOG_CACHE_SIZE = 16384; variable175 float Log2Cache[LOG_CACHE_SIZE];
75 for (unsigned I = 1; I < LOG_CACHE_SIZE; I++) in BalancedPartitioning()334 return (i < LOG_CACHE_SIZE) ? Log2Cache[i] : std::log2(i); in log2Cached()