Home
last modified time | relevance | path

Searched refs:_BitScanReverse64 (Results 1 – 20 of 20) sorted by relevance

/external/flac/libFLAC/include/private/
Dbitmath.h110 _BitScanReverse64(&idx, v); in FLAC__clz_uint64()
181 _BitScanReverse64(&idx, v); in FLAC__bitmath_ilog2_wide()
/external/libcxx/include/
Dbit127 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/
Dbits.h68 if (_BitScanReverse64(&result, n)) { in CountLeadingZeros64()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dbits.h64 if (_BitScanReverse64(&result, n)) { in CountLeadingZeros64()
/external/pdfium/third_party/base/
Dbits.h74 return LIKELY(_BitScanReverse64(&index, x)) ? (63 - index) : 64; in CountLeadingZeroBits64()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dbits.h159 _BitScanReverse64(&retval, a); in mpd_bsr()
/external/mesa3d/src/util/
Dbitscan.h189 if (_BitScanReverse64(&index, u)) in util_last_bit64()
/external/compiler-rt/lib/builtins/
Dint_lib.h110 if (_BitScanReverse64(&leading_zero, value)) in __builtin_clzll()
/external/jemalloc_new/include/jemalloc/internal/
Dbit_util.h120 _BitScanReverse64(&ret, x); in lg_floor()
/external/libchrome/base/
Dbits.h76 return LIKELY(_BitScanReverse64(&index, static_cast<uint64_t>(x))) in CountLeadingZeroBits()
/external/jemalloc/include/jemalloc/internal/
Dutil.h270 _BitScanReverse64(&ret, x); in lg_floor()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h58 _BitScanReverse64(&index, val); in count_leading_zeros()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMathExtras.h38 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask);
172 _BitScanReverse64(&Index, Val);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h401 unsigned char _BitScanReverse64(unsigned long *index, unsigned __int64 mask); // NOLINT
416 _BitScanReverse64(&up, x); in MostSignificantSetBitIndex()
/external/clang/lib/Headers/
Dintrin.h342 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/
Dbfc_allocator.h405 _BitScanReverse64(&index, n); in Log2FloorNonZero()
/external/harfbuzz_ng/src/
Dhb-dsalgs.hh114 _BitScanReverse64 (&where, v); in hb_bit_storage()
/external/llvm/include/llvm/Support/
DMathExtras.h163 _BitScanReverse64(&Index, Val);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h163 _BitScanReverse64(&Index, Val);
/external/lz4/lib/
Dlz4.c388 _BitScanReverse64( &r, val ); in LZ4_NbCommonBytes()