Searched defs:__libcpp_clz (Results 1 – 1 of 1) sorted by relevance
28 int __libcpp_clz(unsigned __x) _NOEXCEPT { return __builtin_clz(__x); } in __libcpp_clz() function31 int __libcpp_clz(unsigned long __x) _NOEXCEPT { return __builtin_clzl(__x); } in __libcpp_clz() function34 int __libcpp_clz(unsigned long long __x) _NOEXCEPT { return __builtin_clzll(__x); } in __libcpp_clz() function38 int __libcpp_clz(__uint128_t __x) _NOEXCEPT { in __libcpp_clz() function