/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | udivmodti4.c | 104 sr = __builtin_clzll(d.s.high) - __builtin_clzll(n.s.high); in __udivmodti4() 144 sr = 1 + n_udword_bits + __builtin_clzll(d.s.low) in __udivmodti4() 145 - __builtin_clzll(n.s.high); in __udivmodti4() 179 sr = __builtin_clzll(d.s.high) - __builtin_clzll(n.s.high); in __udivmodti4()
|
H A D | int_lib.h | 113 uint32_t __inline __builtin_clzll(uint64_t value) { in __builtin_clzll() function 120 uint32_t __inline __builtin_clzll(uint64_t value) { in __builtin_clzll() function 131 #define __builtin_clzl __builtin_clzll
|
H A D | clzti2.c | 29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) + in __clzti2()
|
H A D | floatundixf.c | 34 int clz = __builtin_clzll(a); in __floatundixf()
|
H A D | floatunditf.c | 28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
|
H A D | floatdixf.c | 37 int clz = __builtin_clzll(a); in __floatdixf()
|
H A D | floatditf.c | 37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
|
H A D | floatundisf.c | 31 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatundisf()
|
H A D | floatdisf.c | 33 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatdisf()
|
H A D | floatundidf.c | 58 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatundidf()
|
H A D | floatdidf.c | 58 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatdidf()
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | logbq.c | 45 ma = __builtin_clzll (lx) + 64; in logbq() 47 ma = __builtin_clzll (hx); in logbq()
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | logbq.c | 45 ma = __builtin_clzll (lx) + 64; in logbq() 47 ma = __builtin_clzll (hx); in logbq()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/ |
H A D | softdivide.c | 133 const int divisor_clz = __builtin_clzll (divisor); in __udivdi3_inline() 142 int shift = __builtin_clzll (remainder); in __udivdi3_inline() 230 const uint64_t max_divisor = divisor << __builtin_clzll (divisor); in __umoddi3_inline() 235 const int shift = __builtin_clzll (remainder); in __umoddi3_inline()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
H A D | softdivide.c | 133 const int divisor_clz = __builtin_clzll (divisor); in __udivdi3_inline() 142 int shift = __builtin_clzll (remainder); in __udivdi3_inline() 230 const uint64_t max_divisor = divisor << __builtin_clzll (divisor); in __umoddi3_inline() 235 const int shift = __builtin_clzll (remainder); in __umoddi3_inline()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
H A D | support.h | 40 #define __builtin_clzll(x) __cntlz8(x) macro 42 #define __builtin_clzl(x) __builtin_clzll(x)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
H A D | lib2funcs.c | 162 ret = __builtin_clzll ((unsigned long long) x); in __clrsbdi2() 204 #define clz_di2 __builtin_clzll
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
H A D | lib2funcs.c | 162 ret = __builtin_clzll ((unsigned long long) x); in __clrsbdi2() 204 #define clz_di2 __builtin_clzll
|
/netbsd-src/lib/libc/quad/ |
H A D | floatundidf_ieee754.c | 56 u_int l = __builtin_clzll(x); in __floatundidf()
|
H A D | floatdidf_ieee754.c | 66 u_int l = __builtin_clzll(x); in __floatdidf()
|
H A D | floatundisf_ieee754.c | 60 u_int l = __builtin_clzll(x); in __floatundisf()
|
H A D | floatdisf_ieee754.c | 67 u_int l = __builtin_clzll(x); in __floatdisf()
|
/netbsd-src/lib/libc/gen/ |
H A D | floatunditf_ieee754.c | 56 zeros = __builtin_clzll(x); in __floatunditf()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | bit | 125 return __builtin_clzll(__x) - __diff; 136 return __builtin_clzll(__high) - __diff; 140 return (_Nd - _Nd_ull) + __builtin_clzll(__low);
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | sb.c | 153 : __builtin_clzll ((long long) want))); in sb_check()
|