Searched refs:__builtin_clzl (Results 1 – 18 of 18) sorted by relevance
43 #define __builtin_clzl(x) __builtin_clzll(x) macro45 #define __builtin_clzl(x) __builtin_clz(x) macro
190 _LIBCPP_ALWAYS_INLINE int __builtin_clzl(unsigned long mask) in __builtin_clzl() function202 return __builtin_clzl(x); in __builtin_clz()
73 # define EC_CLZ(_x) (__builtin_clzl(_x))
33 return __builtin_clzl(a); in src_rep_t_clz()
71 return __builtin_clzl(a); in rep_clz()
69 printf("Size is %u\n", 64 - __builtin_clzl(fl->cached_bit)); in main()
208 return (((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x)); in lg_floor()
54 * Defined if __builtin_clz() and __builtin_clzl() are available.
119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
341 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) )
144 return __builtin_clzl(t); in __clzl()
513 *_Index = 31 - __builtin_clzl(_Mask); in _BitScanReverse()
485 return (1 + y) << ((__builtin_clzl(x - y) ^ 63)); in _mesa_next_pow_two_64()
346 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x); in MostSignificantSetBitIndex()
1370 dnl Check for __builtin_clz() and __builtin_clzl().1382 int y = __builtin_clzl(x);
383 BUILTIN(__builtin_clzl , "iULi" , "nc")
792 return static_cast<unsigned long>(__builtin_clzl (__x));