Searched refs:__builtin_clzl (Results 26 - 45 of 45) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h347 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h343 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Darm_acle.h148 return __builtin_clzl(__t);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h396 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c627 l = __builtin_clzl(l) >> 3;
749 l = __builtin_clzl(l) >> 3;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algobase.h1373 { return (int)sizeof(long) * __CHAR_BIT__ - 1 - __builtin_clzl(__n); }
1377 { return (int)sizeof(long) * __CHAR_BIT__ - 1 - __builtin_clzl(__n); }
H A Dhashtable_policy.h515 : __builtin_clzl(__n - 1ul);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algobase.h1516 { return (int)sizeof(long) * __CHAR_BIT__ - 1 - __builtin_clzl(__n); }
1520 { return (int)sizeof(long) * __CHAR_BIT__ - 1 - __builtin_clzl(__n); }
H A Dhashtable_policy.h575 : __builtin_clzl(__n - 1ul);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c187 return __builtin_clzl (n);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c187 return __builtin_clzl (n);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc627 l = __builtin_clzl(l) >> 3;
749 l = __builtin_clzl(l) >> 3;
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dop-common.h2083 (r) = __builtin_clzl (x); \
/netbsd-current/external/lgpl3/gmp/dist/
H A Dlonglong.h137 3.4 __builtin_clzl or __builtin_clzll, according to our limb size.
164 (count) = __builtin_clzl (x); \
H A Dconfigure6665 __builtin_expect(un<=0x7f00,1)?__builtin_alloca(un):close(un);if(__builtin_clzl
8284 __builtin_expect(un<=0x7f00,1)?__builtin_alloca(un):close(un);if(__builtin_clzl
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c1235 bit_no += BITMAP_WORD_BITS - __builtin_clzl (word) - 1;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dop-common.h2083 (r) = __builtin_clzl (x); \
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h143 3.4 __builtin_clzl or __builtin_clzll, according to our limb size.
170 (count) = __builtin_clzl (x); \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc1318 bit_no += BITMAP_WORD_BITS - __builtin_clzl (word) - 1;
/netbsd-current/external/bsd/jemalloc/dist/
H A Dconfigure11550 int y = __builtin_clzl(x);

Completed in 371 milliseconds

12