Home
last modified time | relevance | path

Searched refs:log_2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlobject.c52 static const lu_byte log_2[256] = { in luaO_ceillog2() local
65 return l + log_2[x]; in luaO_ceillog2()
/freebsd-13.1/contrib/bc/manuals/
H A Dalgorithms.md22 this `bc`, is superlinear but subpolynomial (bounded by `O(n^log_2(3))`).
53 complexity of `O(n^(2*log_2(3)))` (best case) and `O(n^3)` (worst case).
58 a complexity of `O((n*log(n))^log_2(3))` which is favorable to the
/freebsd-13.1/contrib/lua/src/
H A Dlobject.c36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local
49 return l + log_2[x]; in luaO_ceillog2()
/freebsd-13.1/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_s2m.h119 uint32_t log_2; member
H A Dal_hal_udma_debug.c96 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s, log_2); in al_udma_regs_m2s_general_print()
266 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, s2m, log_2); in al_udma_regs_s2m_general_print()
H A Dal_hal_udma_regs_m2s.h117 uint32_t log_2; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;