Home
last modified time | relevance | path

Searched refs:__builtin_clzl (Results 1 – 25 of 27) sorted by relevance

12

/external/libcxx/include/support/ibm/
Dsupport.h43 #define __builtin_clzl(x) __builtin_clzll(x) macro
45 #define __builtin_clzl(x) __builtin_clz(x) macro
/external/libxkbcommon/xkbcommon/m4/
Dax_gcc_builtin.m435 # __builtin_clzl
110 [__builtin_clzl], [$1(0)],
/external/mesa3d/m4/
Dax_gcc_builtin.m435 # __builtin_clzl
110 [__builtin_clzl], [$1(0)],
/external/libopus/celt/
Decintrin.h73 # define EC_CLZ(_x) (__builtin_clzl(_x))
/external/clang/test/CodeGenOpenCL/
Dbuiltins-generic-amdgcn.cl15 *out = __builtin_clzl(a);
/external/compiler-rt/lib/builtins/
Dfp_extend.h33 return __builtin_clzl(a); in src_rep_t_clz()
Dint_lib.h126 #define __builtin_clzl __builtin_clzll macro
Dfp_lib.h71 return __builtin_clzl(a); in rep_clz()
/external/jemalloc_new/include/jemalloc/internal/
Dbit_util.h137 return ((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x); in lg_floor()
Djemalloc_internal_defs.h.in72 * Defined if __builtin_clz() and __builtin_clzl() are available.
/external/clang/test/Sema/
Dconstant-builtins-2.c119 char clz5[__builtin_clzl(0xFL) == BITSIZE(long) - 4 ? 1 : -1];
/external/jemalloc/include/jemalloc/internal/
Dutil.h289 return (((8 << LG_SIZEOF_PTR) - 1) - __builtin_clzl(x)); in lg_floor()
Djemalloc_internal_defs.h.in54 * Defined if __builtin_clz() and __builtin_clzl() are available.
/external/fsverity-utils/
Dutil.h69 return (8 * sizeof(n) - 1) - __builtin_clzl(n); in ilog2()
/external/freetype/include/freetype/internal/
Dftcalc.h372 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) )
/external/libcxx/include/
Dbit55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
/external/clang/lib/Headers/
Darm_acle.h148 return __builtin_clzl(__t); in __clzl()
Dintrin.h513 *_Index = 31 - __builtin_clzl(_Mask); in _BitScanReverse()
/external/harfbuzz_ng/src/
Dhb-dsalgs.hh97 return sizeof (unsigned long) * 8 - __builtin_clzl (v); in hb_bit_storage()
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp279 size_t DiffLog = sizeof(long) * 8 - __builtin_clzl((long)Diff); in WantToHandleOneMoreMutation()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h413 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x); in MostSignificantSetBitIndex()
/external/jemalloc/
Dconfigure.ac1697 dnl Check for __builtin_clz() and __builtin_clzl().
1709 int y = __builtin_clzl(x);
/external/jemalloc_new/
Dconfigure.ac1927 dnl Check for __builtin_clz() and __builtin_clzl().
1939 int y = __builtin_clzl(x);
Dconfigure11562 int y = __builtin_clzl(x);
/external/clang/include/clang/Basic/
DBuiltins.def389 BUILTIN(__builtin_clzl , "iULi" , "nc")

12