Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/
H A Dlog2.hpp26 typename std::enable_if_t<std::is_floating_point<T>::value, T> log2(T x) { in log2() function
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dlathist_kern.c40 static unsigned int log2(unsigned int v) in log2() function
H A Dtracex2_kern.c45 static unsigned int log2(unsigned int v) in log2() function
H A Dlwt_len_hist_kern.c44 static unsigned int log2(unsigned int v) in log2() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h343 #define log2(x) (log (x) / _M_LN2) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h343 #define log2(x) (log (x) / _M_LN2) macro
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_rtalloc.c1308 int log2; /* log of sequence number */ in xfs_rtpick_extent() local
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dskx_base.c235 u32 log0, log1, log2, log3, log4; in skx_show_retry_rd_err_log() local
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs_private.h483 log2 (unsigned long word) in log2() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h680 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h680 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2911 unsigned int log2 = fls(mtu); in t3_load_mtus() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5891 unsigned int log2 = fls(mtu); in t4_load_mtus() local