Home
last modified time | relevance | path

Searched refs:__log2 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_map_to_unordered_map.h40 __log2(std::size_t __size) in __log2() function
52 * 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()
/netbsd-src/lib/libc/db/hash/
H A Dhash_log2.c50 __log2(uint32_t num) in __log2() function
H A Dhash.c301 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()
H A Dextern.h53 uint32_t __log2(uint32_t);
H A Dhash.h180 ((B) ? hashp->SPARES[__log2((uint32_t)((B)+1))-1] : 0)
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h432 ;; double __log2 (double)
434 _DEFUN __log2
441 _ENDF __log2
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h432 ;; double __log2 (double)
434 _DEFUN __log2
441 _ENDF __log2
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20081152 * 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.
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Drandom3135 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;
H A Dalgorithm2879 struct __log2
2918 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;