Home
last modified time | relevance | path

Searched defs:__libcpp_clz (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__bit/
H A Dcountl.h28 int __libcpp_clz(unsigned __x) _NOEXCEPT { return __builtin_clz(__x); } in __libcpp_clz() function
31 int __libcpp_clz(unsigned long __x) _NOEXCEPT { return __builtin_clzl(__x); } in __libcpp_clz() function
34 int __libcpp_clz(unsigned long long __x) _NOEXCEPT { return __builtin_clzll(__x); } in __libcpp_clz() function
38 int __libcpp_clz(__uint128_t __x) _NOEXCEPT { in __libcpp_clz() function