HelenOS sources
log2 59 boot/arch/arm32/src/mm.c const unsigned way_shift = 32 - log2(ways);
log2 122 kernel/arch/arm32/src/cpu/cpu.c cpu->dcache[i].way_shift = 31 - log2(cpu->dcache[i].ways);
log2 296 kernel/arch/arm32/src/cpu/cpu.c const unsigned way_shift = 32 - log2(ways);
log2 309 kernel/arch/arm32/src/cpu/cpu.c const unsigned way_shift = 32 - log2(ways);
log2 206 uspace/lib/c/include/math.h double log2(double);
log2 49 uspace/lib/cpp/include/__bits/builtins.hpp constexpr double log2(T val)
log2 136 uspace/lib/cpp/include/__bits/random.hpp auto k = static_cast<size_t>(aux::ceil(aux::log2(modulus_) / 32));
log2 1155 uspace/lib/cpp/include/__bits/random.hpp size_t tmp = aux::ceil(b / aux::log2(r));
log2 206 uspace/lib/posix/include/libc/math.h double log2(double);
HelenOS homepage, sources at GitHub