Searched refs:__builtin_clzl (Results 1 – 25 of 27) sorted by relevance
12
43 #define __builtin_clzl(x) __builtin_clzll(x) macro45 #define __builtin_clzl(x) __builtin_clz(x) macro
35 # __builtin_clzl110 [__builtin_clzl], [$1(0)],
73 # define EC_CLZ(_x) (__builtin_clzl(_x))
15 *out = __builtin_clzl(a);
33 return __builtin_clzl(a); in src_rep_t_clz()
126 #define __builtin_clzl __builtin_clzll macro
71 return __builtin_clzl(a); in rep_clz()
137 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x); in lg_floor()
72 * Defined if __builtin_clz() and __builtin_clzl() are available.
119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
289 return (((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x)); in lg_floor()
54 * Defined if __builtin_clz() and __builtin_clzl() are available.
69 return (8 * sizeof(n) - 1) - __builtin_clzl(n); in ilog2()
372 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) )
55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
148 return __builtin_clzl(__t); in __clzl()
513 *_Index = 31 - __builtin_clzl(_Mask); in _BitScanReverse()
97 return sizeof (unsigned long) * 8 - __builtin_clzl (v); in hb_bit_storage()
279 size_t DiffLog = sizeof(long) * 8 - __builtin_clzl((long)Diff); in WantToHandleOneMoreMutation()
413 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x); in MostSignificantSetBitIndex()
1697 dnl Check for __builtin_clz() and __builtin_clzl().1709 int y = __builtin_clzl(x);
1927 dnl Check for __builtin_clz() and __builtin_clzl().1939 int y = __builtin_clzl(x);
11562 int y = __builtin_clzl(x);
389 BUILTIN(__builtin_clzl , "iULi" , "nc")