Searched refs:__builtin_clzl (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dclztest.c9 long f = __builtin_clzl (x);
19 long f = __builtin_clzl (x);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dclztest.c9 long f = __builtin_clzl (x);
19 long f = __builtin_clzl (x);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h42 #define __builtin_clzl(x) __builtin_clzll(x) macro
44 #define __builtin_clzl(x) __builtin_clz(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dbmi2intrin.h95 __c = __builtin_clzl (__m);
123 __c = __builtin_clzl (__m);
141 __c = __builtin_clzl (__m);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dbmi2intrin.h95 __c = __builtin_clzl (__m);
124 __c = __builtin_clzl (__m);
142 __c = __builtin_clzl (__m);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend.h33 return __builtin_clzl(a);
H A Dint_lib.h131 #define __builtin_clzl __builtin_clzll macro
H A Dfp_lib.h71 return __builtin_clzl(a);
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbit_util.h136 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x);
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbit_util.h136 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib2funcs.c206 #define clz_si2 __builtin_clzl
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib2funcs.c206 #define clz_si2 __builtin_clzl
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dbitstring.c166 return __builtin_clzl (src0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsb.c141 ? __builtin_clzl ((long) want)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsb.c152 ? __builtin_clzl ((long) want)
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsb.c152 ? __builtin_clzl ((long) want)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h190 return __builtin_clzl (x);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h190 return __builtin_clzl (x);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dordered.c299 - __builtin_clzl (counts[i] - 1);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dordered.c299 - __builtin_clzl (counts[i] - 1);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlonglong.h163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlonglong.h163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))

Completed in 209 milliseconds

12