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

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
H A Dgmp.h467 demanding the various support routines (like mpn_popcount) for linking,
1535 #define mpn_popcount __MPN(popcount) macro
1536 __GMP_DECLSPEC unsigned long int mpn_popcount __GMP_PROTO ((mp_srcptr, mp_size_t)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
1741 __gmp_result = mpn_popcount (__gmp_u->_mp_d, __gmp_usize);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
H A Dgmp.h467 demanding the various support routines (like mpn_popcount) for linking,
1535 #define mpn_popcount __MPN(popcount) macro
1536 __GMP_DECLSPEC unsigned long int mpn_popcount __GMP_PROTO ((mp_srcptr, mp_size_t)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
1741 __gmp_result = mpn_popcount (__gmp_u->_mp_d, __gmp_usize);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
H A Dgmp.h467 demanding the various support routines (like mpn_popcount) for linking,
1535 #define mpn_popcount __MPN(popcount) macro
1536 __GMP_DECLSPEC unsigned long int mpn_popcount __GMP_PROTO ((mp_srcptr, mp_size_t)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
1741 __gmp_result = mpn_popcount (__gmp_u->_mp_d, __gmp_usize);

Completed in 22 milliseconds