Home
last modified time | relevance | path

Searched refs:__builtin_ctzl (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h33 #define __builtin_ctzl(x) __builtin_ctzll(x) macro
35 #define __builtin_ctzl(x) __builtin_ctz(x) macro
/netbsd/external/gpl3/gcc/dist/libhsail-rt/rt/
H A Dbitstring.c189 return __builtin_ctzl (src0); in __hsail_lastbit_u64()
/netbsd/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dbitstring.c189 return __builtin_ctzl (src0); in __hsail_lastbit_u64()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhwint.h204 return __builtin_ctzl (x); in ctz_hwi()
H A Dbitmap.h713 unsigned int n = __builtin_ctzl (bi->bits); in bmp_iter_next_bit()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h204 return __builtin_ctzl (x); in ctz_hwi()
H A Dbitmap.h706 unsigned int n = __builtin_ctzl (bi->bits); in bmp_iter_next_bit()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A D__bits31 int __libcpp_ctz(unsigned long __x) _NOEXCEPT { return __builtin_ctzl(__x); }
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbitset328 + __builtin_ctzl(__thisword));
355 + __builtin_ctzl(__thisword));
364 + __builtin_ctzl(__thisword));
495 return __builtin_ctzl(_M_w);
511 return __builtin_ctzl(__x) + __prev;
H A Dbit168 return __builtin_ctzl(__x);
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbitset328 + __builtin_ctzl(__thisword));
355 + __builtin_ctzl(__thisword));
364 + __builtin_ctzl(__thisword));
495 return __builtin_ctzl(_M_w);
511 return __builtin_ctzl(__x) + __prev;
H A Dbit263 return __builtin_ctzl(__x);
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h995 mpfr_mul_2si((_f), (_g), __builtin_ctzl (_u), (_r)) : \
1001 mpfr_mul_2si((_f), (_g), - __builtin_ctzl (_u), (_r)) : \
/netbsd/external/gpl3/gdb/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/binutils/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/gcc/dist/include/
H A Dlonglong.h164 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
302 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h360 up = __builtin_ctzl(x); in LeastSignificantSetBitIndex()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h364 up = __builtin_ctzl(x); in LeastSignificantSetBitIndex()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h360 up = __builtin_ctzl(x); in LeastSignificantSetBitIndex()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h509 { return static_cast<std::size_t>(__builtin_ctzl(__num)); } in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h508 { return static_cast<std::size_t>(__builtin_ctzl(__num)); } in _GLIBCXX_VISIBILITY()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h510 __gmp_binary_lshift::eval(z, w, __builtin_ctzl(l)); in eval()
552 __gmp_binary_lshift::eval(q, r, __builtin_ctzl(l)); in eval()
633 mpz_tdiv_q_2exp(z, w, __builtin_ctzl(l)); in eval()
694 __gmp_binary_rshift::eval(q, r, __builtin_ctzl(l)); in eval()

12