/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 82 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 84 if (__min_bkts >= __n_bkt) in _M_need_rehash() 86 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 80 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 82 if (__min_bkts >= __n_bkt) in _M_need_rehash() 84 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 80 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 82 if (__min_bkts >= __n_bkt) in _M_need_rehash() 84 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 84 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 86 if (__min_bkts >= __n_bkt) in _M_need_rehash() 88 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 84 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 86 if (__min_bkts >= __n_bkt) in _M_need_rehash() 88 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 long double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floorl(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 long double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floorl(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 99 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 101 if (__min_bkts >= __n_bkt) in _M_need_rehash() 103 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 99 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 101 if (__min_bkts >= __n_bkt) in _M_need_rehash() 103 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 100 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 102 if (__min_bkts >= __n_bkt) in _M_need_rehash() 104 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 long double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floorl(__min_bkts) + 1, in _M_need_rehash()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 108 double __min_bkts in _M_need_rehash() local 111 if (__min_bkts >= __n_bkt) in _M_need_rehash() 113 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/src/c++11/ |
H A D | hashtable_c++0x.cc | 99 long double __min_bkts = (__n_elt + __n_ins) in _M_need_rehash() local 101 if (__min_bkts >= __n_bkt) in _M_need_rehash() 103 _M_next_bkt(std::max<std::size_t>(__builtin_floor(__min_bkts) + 1, in _M_need_rehash()
|
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/tr1/ |
H A D | hashtable_policy.h | 439 const float __min_bkts = __n / _M_max_load_factor; in _GLIBCXX_VISIBILITY() 440 return _M_next_bkt(__builtin_ceil(__min_bkts)); in _GLIBCXX_VISIBILITY() 459 float __min_bkts = ((float(__n_ins) + float(__n_elt)) in _GLIBCXX_VISIBILITY() 461 if (__min_bkts > __n_bkt) in _GLIBCXX_VISIBILITY() 463 __min_bkts = std::max(__min_bkts, _M_growth_factor * __n_bkt); in _GLIBCXX_VISIBILITY() 465 _M_next_bkt(__builtin_ceil(__min_bkts))); in _GLIBCXX_VISIBILITY()
|
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/tr1/ |
H A D | hashtable_policy.h | 439 const float __min_bkts = __n / _M_max_load_factor; in _GLIBCXX_VISIBILITY() 440 return _M_next_bkt(__builtin_ceil(__min_bkts)); in _GLIBCXX_VISIBILITY() 459 float __min_bkts = ((float(__n_ins) + float(__n_elt)) in _GLIBCXX_VISIBILITY() 461 if (__min_bkts > __n_bkt) in _GLIBCXX_VISIBILITY() 463 __min_bkts = std::max(__min_bkts, _M_growth_factor * __n_bkt); in _GLIBCXX_VISIBILITY() 465 _M_next_bkt(__builtin_ceil(__min_bkts))); in _GLIBCXX_VISIBILITY()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/ |
H A D | hashtable_policy.h | 439 const float __min_bkts = __n / _M_max_load_factor; in _GLIBCXX_VISIBILITY() 440 return _M_next_bkt(__builtin_ceil(__min_bkts)); in _GLIBCXX_VISIBILITY() 459 float __min_bkts = ((float(__n_ins) + float(__n_elt)) in _GLIBCXX_VISIBILITY() 461 if (__min_bkts > __n_bkt) in _GLIBCXX_VISIBILITY() 463 __min_bkts = std::max(__min_bkts, _M_growth_factor * __n_bkt); in _GLIBCXX_VISIBILITY() 465 _M_next_bkt(__builtin_ceil(__min_bkts))); in _GLIBCXX_VISIBILITY()
|
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/tr1/ |
H A D | hashtable_policy.h | 439 const float __min_bkts = __n / _M_max_load_factor; in _GLIBCXX_VISIBILITY() 440 return _M_next_bkt(__builtin_ceil(__min_bkts)); in _GLIBCXX_VISIBILITY() 459 float __min_bkts = ((float(__n_ins) + float(__n_elt)) in _GLIBCXX_VISIBILITY() 461 if (__min_bkts > __n_bkt) in _GLIBCXX_VISIBILITY() 463 __min_bkts = std::max(__min_bkts, _M_growth_factor * __n_bkt); in _GLIBCXX_VISIBILITY() 465 _M_next_bkt(__builtin_ceil(__min_bkts))); in _GLIBCXX_VISIBILITY()
|