Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/lib/msun/src/
De_log2.c42 log2(double x) in log2() function
/freebsd-12-stable/sys/amd64/vmm/
Dx86.c82 log2(u_int x) in log2() function
/freebsd-12-stable/contrib/gcc/
Dtree-phinodes.c181 int log2, new_len; in ideal_phi_node_len() local
Dfold-const.c10720 unsigned HOST_WIDE_INT log2 = tree_log2 (arg01); in fold_binary() local
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h1457 inline _LIBCPP_INLINE_VISIBILITY float log2(float __lcpp_x) _NOEXCEPT {return ::log2f(_… in log2() function
1458 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __lcpp_x) _NOEXCEPT {return ::log2l(_… in log2() function
1463 log2(_A1 __lcpp_x) _NOEXCEPT {return ::log2((double)__lcpp_x);} in log2() function
/freebsd-12-stable/include/
Dtgmath.h188 #define log2(x) __tg_simple(x, log2) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp842 static double log2(double V) { in log2() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h176 __DEVICE__ double log2(double __a) { return __nv_log2(__a); } in log2() function
Dtgmath.h970 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
/freebsd-12-stable/sys/cddl/dev/dtrace/x86/
Ddis_tables.c5423 log2(int size) in log2() function
/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_hw.c3435 unsigned int log2 = fls(mtu); in t3_load_mtus() local
/freebsd-12-stable/sys/netinet/
Dsctp_uio.h891 uint32_t log2; member
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c6397 unsigned int log2 = fls(mtu); in t4_load_mtus() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11325 unsigned log2 = divisor->logBase2(); // floor(log_2(divisor)) in GetExprRange() local