Searched refs:_BitScanReverse64 (Results 1 – 20 of 20) sorted by relevance
/external/flac/libFLAC/include/private/ |
D | bitmath.h | 110 _BitScanReverse64(&idx, v); in FLAC__clz_uint64() 181 _BitScanReverse64(&idx, v); in FLAC__bitmath_ilog2_wide()
|
/external/libcxx/include/ |
D | bit | 127 if (_BitScanReverse64(&__where, __x)) 130 // Win32 doesn't have _BitScanReverse64 so emulate it with two 32 bit calls.
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | bits.h | 68 if (_BitScanReverse64(&result, n)) { in CountLeadingZeros64()
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | bits.h | 64 if (_BitScanReverse64(&result, n)) { in CountLeadingZeros64()
|
/external/pdfium/third_party/base/ |
D | bits.h | 74 return LIKELY(_BitScanReverse64(&index, x)) ? (63 - index) : 64; in CountLeadingZeroBits64()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | bits.h | 159 _BitScanReverse64(&retval, a); in mpd_bsr()
|
/external/mesa3d/src/util/ |
D | bitscan.h | 189 if (_BitScanReverse64(&index, u)) in util_last_bit64()
|
/external/compiler-rt/lib/builtins/ |
D | int_lib.h | 110 if (_BitScanReverse64(&leading_zero, value)) in __builtin_clzll()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | bit_util.h | 120 _BitScanReverse64(&ret, x); in lg_floor()
|
/external/libchrome/base/ |
D | bits.h | 76 return LIKELY(_BitScanReverse64(&index, static_cast<uint64_t>(x))) in CountLeadingZeroBits()
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 270 _BitScanReverse64(&ret, x); in lg_floor()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorIntDiv.h | 58 _BitScanReverse64(&index, val); in count_leading_zeros()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 38 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 172 _BitScanReverse64(&Index, Val);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 401 unsigned char _BitScanReverse64(unsigned long *index, unsigned __int64 mask); // NOLINT 416 _BitScanReverse64(&up, x); in MostSignificantSetBitIndex()
|
/external/clang/lib/Headers/ |
D | intrin.h | 342 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 560 _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { in _BitScanReverse64() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.h | 405 _BitScanReverse64(&index, n); in Log2FloorNonZero()
|
/external/harfbuzz_ng/src/ |
D | hb-dsalgs.hh | 114 _BitScanReverse64 (&where, v); in hb_bit_storage()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 163 _BitScanReverse64(&Index, Val);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 163 _BitScanReverse64(&Index, Val);
|
/external/lz4/lib/ |
D | lz4.c | 388 _BitScanReverse64( &r, val ); in LZ4_NbCommonBytes()
|