| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| clztest.c | 9 long f = __builtin_clzl (x); 19 long f = __builtin_clzl (x);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| clztest.c | 9 long f = __builtin_clzl (x); 19 long f = __builtin_clzl (x);
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| support.h | 42 #define __builtin_clzl(x) __builtin_clzll(x) macro 44 #define __builtin_clzl(x) __builtin_clz(x) macro
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 95 __c = __builtin_clzl (__m); 124 __c = __builtin_clzl (__m); 142 __c = __builtin_clzl (__m);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 95 __c = __builtin_clzl (__m); 124 __c = __builtin_clzl (__m); 142 __c = __builtin_clzl (__m);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_extend.h | 33 return __builtin_clzl(a);
|
| int_lib.h | 131 #define __builtin_clzl __builtin_clzll macro
|
| fp_lib.h | 71 return __builtin_clzl(a);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bit_util.h | 136 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bit_util.h | 136 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x);
|
| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib2funcs.c | 206 #define clz_si2 __builtin_clzl
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib2funcs.c | 206 #define clz_si2 __builtin_clzl
|
| /src/external/gpl3/binutils/dist/gas/ |
| sb.c | 152 ? __builtin_clzl ((long) want)
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| sb.c | 152 ? __builtin_clzl ((long) want)
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bit_util.h | 100 return (8 * sizeof(x) - 1) ^ __builtin_clzl(x);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bit_util.h | 100 return (8 * sizeof(x) - 1) ^ __builtin_clzl(x);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| hwint.h | 211 return __builtin_clzl (x);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| hwint.h | 190 return __builtin_clzl (x);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| ordered.c | 299 - __builtin_clzl (counts[i] - 1);
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| ordered.c | 299 - __builtin_clzl (counts[i] - 1);
|
| /src/external/gpl3/binutils/dist/include/ |
| longlong.h | 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) 301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
|
| /src/external/gpl3/binutils.old/dist/include/ |
| longlong.h | 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) 301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
|
| /src/external/gpl3/gcc/dist/include/ |
| longlong.h | 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) 301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
|
| /src/external/gpl3/gcc.old/dist/include/ |
| longlong.h | 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) 301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
|
| /src/external/gpl3/gdb/dist/include/ |
| longlong.h | 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) 301 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X))
|