Searched refs:__builtin_popcountl (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dsupport.h25 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
27 #define __builtin_popcountl(x) __builtin_popcount(x) macro
/external/clang/test/Sema/
H A Dconstant-builtins-2.c137 char popcount5[__builtin_popcountl(0L) == 0 ? 1 : -1];
138 char popcount6[__builtin_popcountl(0xF0F0L) == 8 ? 1 : -1];
139 char popcount7[__builtin_popcountl(~0L) == BITSIZE(long) ? 1 : -1];
/external/libcxx/include/support/win32/
H A Dsupport.h96 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) function

Completed in 104 milliseconds