Searched defs:log2 (Results 1 – 14 of 14) sorted by relevance
42 log2(double x) in log2() function
82 log2(u_int x) in log2() function
181 int log2, new_len; in ideal_phi_node_len() local
10720 unsigned HOST_WIDE_INT log2 = tree_log2 (arg01); in fold_binary() local
1457 inline _LIBCPP_INLINE_VISIBILITY float log2(float __lcpp_x) _NOEXCEPT {return ::log2f(_… in log2() function1458 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __lcpp_x) _NOEXCEPT {return ::log2l(_… in log2() function1463 log2(_A1 __lcpp_x) _NOEXCEPT {return ::log2((double)__lcpp_x);} in log2() function
188 #define log2(x) __tg_simple(x, log2) macro
842 static double log2(double V) { in log2() function
176 __DEVICE__ double log2(double __a) { return __nv_log2(__a); } in log2() function
970 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
5423 log2(int size) in log2() function
3435 unsigned int log2 = fls(mtu); in t3_load_mtus() local
891 uint32_t log2; member
6397 unsigned int log2 = fls(mtu); in t4_load_mtus() local
11325 unsigned log2 = divisor->logBase2(); // floor(log_2(divisor)) in GetExprRange() local