Home
last modified time | relevance | path

Searched refs:__builtin_clzll (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dudivmodti4.c104 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 Dint_lib.h113 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 Dclzti2.c29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) + in __clzti2()
H A Dfloatundixf.c34 int clz = __builtin_clzll(a); in __floatundixf()
H A Dfloatunditf.c28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
H A Dfloatdixf.c37 int clz = __builtin_clzll(a); in __floatdixf()
H A Dfloatditf.c37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
H A Dfloatundisf.c31 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatundisf()
H A Dfloatdisf.c33 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatdisf()
H A Dfloatundidf.c58 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatundidf()
H A Dfloatdidf.c58 int sd = N - __builtin_clzll(a); /* number of significant digits */ in __floatdidf()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlogbq.c45 ma = __builtin_clzll (lx) + 64; in logbq()
47 ma = __builtin_clzll (hx); in logbq()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dlogbq.c45 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 Dsoftdivide.c133 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 Dsoftdivide.c133 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 Dsupport.h40 #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 Dlib2funcs.c162 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 Dlib2funcs.c162 ret = __builtin_clzll ((unsigned long long) x); in __clrsbdi2()
204 #define clz_di2 __builtin_clzll
/netbsd-src/lib/libc/quad/
H A Dfloatundidf_ieee754.c56 u_int l = __builtin_clzll(x); in __floatundidf()
H A Dfloatdidf_ieee754.c66 u_int l = __builtin_clzll(x); in __floatdidf()
H A Dfloatundisf_ieee754.c60 u_int l = __builtin_clzll(x); in __floatundisf()
H A Dfloatdisf_ieee754.c67 u_int l = __builtin_clzll(x); in __floatdisf()
/netbsd-src/lib/libc/gen/
H A Dfloatunditf_ieee754.c56 zeros = __builtin_clzll(x); in __floatunditf()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbit125 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 Dsb.c153 : __builtin_clzll ((long long) want))); in sb_check()

1234