Searched defs:__builtin_popcountl (Results 1 – 2 of 2) sorted by relevance
25 #define __builtin_popcountl(x) __builtin_popcountll(x) macro27 #define __builtin_popcountl(x) __builtin_popcount(x) macro
81 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) in __builtin_popcountl() function