Searched refs:__bc (Results 1 – 5 of 5) sorted by relevance
65 __is_hash_power2(size_t __bc)67 return __bc > 2 && !(__bc & (__bc - 1));72 __constrain_hash(size_t __h, size_t __bc)74 return !(__bc & (__bc - 1)) ? __h & (__bc - 1) : __h % __bc;1005 size_type __bc = bucket_count();1006 return __bc != 0 ? (float)size() / __bc : 0.f;1354 size_type __bc = bucket_count();1355 for (size_type __i = 0; __i < __bc; ++__i)1585 size_type __bc = bucket_count();1586 for (size_type __i = 0; __i < __bc; ++__i)[all …]
596 _Tp __bc = __b * __c;598 _Tp __y = __ad + __bc;623 isinf(__ad) || isinf(__bc)))
26 double __bc = __b * __c; in __muldc3() local29 __imag__ z = __ad + __bc; in __muldc3()54 crt_isinf(__ad) || crt_isinf(__bc))) in __muldc3()
28 long double __bc = __b * __c; in __mulxc3() local31 __imag__ z = __ad + __bc; in __mulxc3()56 crt_isinf(__ad) || crt_isinf(__bc))) in __mulxc3()
26 float __bc = __b * __c; in __mulsc3() local29 __imag__ z = __ad + __bc; in __mulsc3()54 crt_isinf(__ad) || crt_isinf(__bc))) in __mulsc3()