Searched refs:__builtin_clzl (Results 1 – 21 of 21) 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()
130 #define __builtin_clzl __builtin_clzll macro
71 return __builtin_clzl(a); in rep_clz()
69 printf("Size is %u\n", 64 - __builtin_clzl(fl->cached_bit)); in main()
353 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) )
119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
341 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) )
291 return (((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x)); in lg_floor()
54 * Defined if __builtin_clz() and __builtin_clzl() are available.
144 return __builtin_clzl(t); in __clzl()
514 *_Index = 31 - __builtin_clzl(_Mask); in _BitScanReverse()
485 return (1 + y) << ((__builtin_clzl(x - y) ^ 63)); in _mesa_next_pow_two_64()
390 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x); in MostSignificantSetBitIndex()
568 return 31 - __builtin_clzl(Value);
1468 dnl Check for __builtin_clz() and __builtin_clzl().1480 int y = __builtin_clzl(x);
3289 unsigned r; r = (unsigned) __builtin_clzl(v); return r; in lzo_bitops_ctlz64_func()3290 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
383 BUILTIN(__builtin_clzl , "iULi" , "nc")
792 return static_cast<unsigned long>(__builtin_clzl (__x));