Searched refs:log_2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 52 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 D | algorithms.md | 22 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 D | lobject.c | 36 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 D | al_hal_udma_regs_s2m.h | 119 uint32_t log_2; member
|
| H A D | al_hal_udma_debug.c | 96 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 D | al_hal_udma_regs_m2s.h | 117 uint32_t log_2; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|