Searched refs:__log2 (Results 1 – 10 of 10) sorted by relevance
40 __log2(std::size_t __size) in __log2() function52 * static_cast<float>(__log2(__size))); } in __map_insert_cost()57 * static_cast<float>(__log2(__size))); } in __map_erase_cost()62 * static_cast<float>(__log2(__size))); } in __map_find_cost()
50 __log2(uint32_t num) in __log2() function
301 hashp->BSHIFT = __log2((uint32_t)hashp->BSIZE); in init_hash()307 hashp->BSHIFT = __log2(info->bsize); in init_hash()356 l2 = __log2(MAX((uint32_t)nelem, 2)); in init_htab()375 nsegs = 1 << __log2(nsegs); in init_htab()863 spare_ndx = __log2((uint32_t)(hashp->MAX_BUCKET + 1)); in __expand_table()
53 uint32_t __log2(uint32_t);
180 ((B) ? hashp->SPARES[__log2((uint32_t)((B)+1))-1] : 0)
432 ;; double __log2 (double)434 _DEFUN __log2441 _ENDF __log2
1152 * include/parallel/base.h: Rename log2 to __log2.1153 (__log2) Avoid infinite loop for n <= 0, return 0.1154 * include/parallel/losertree.h: Rename log2 to __log2.
3135 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;3763 const size_t __logR = __log2<uint64_t, _URNG::_Max - _URNG::_Min + uint64_t(1)>::value;3765 const size_t __logR = __log2<uint64_t, _URNG::max() - _URNG::min() + uint64_t(1)>::value;
2879 struct __log22918 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;