Home
last modified time | relevance | path

Searched refs:CountLeadingZeroes (Results 1 – 16 of 16) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCABitOperations.h70 inline UInt32 CountLeadingZeroes(UInt32 arg) in CountLeadingZeroes() function
93 #define CountLeadingZeros CountLeadingZeroes
104 UInt32 x = CountLeadingZeroes((UInt32)(arg >> 32)); in CountLeadingZeroesLong()
108 return 32+CountLeadingZeroes((UInt32)arg); in CountLeadingZeroesLong()
118 return 32 - CountLeadingZeroes(~x & (x-1)); in CountTrailingZeroes()
124 return CountLeadingZeroes(~x); in CountLeadingOnes()
130 return 32 - CountLeadingZeroes(x & (~x-1)); in CountTrailingOnes()
136 return 32 - CountLeadingZeroes(x); in NumBits()
142 return 32 - CountLeadingZeroes(x - 1); in Log2Ceil()
148 return 32 - CountLeadingZeroes(x) - 1; in Log2Floor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/unittests/trusted/bits/
H A Dbits_test.cc82 template<typename T> INLINE int CountLeadingZeroes(T v) { in CountLeadingZeroes() function
161 TestAllInputsInRange(&nacl::CountLeadingZeroes<uint32_t>, in TEST_F()
162 &bits_test::CountLeadingZeroes<uint32_t>, in TEST_F()
165 TestAllInputsInRange(&nacl::CountLeadingZeroes<uint32_t>, in TEST_F()
166 &bits_test::CountLeadingZeroes<uint32_t>, in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/public/
H A DPowerOfTwo.h52 inline uint_fast8_t CountLeadingZeroes(uint32_t aValue) { in CountLeadingZeroes() function
56 inline uint_fast8_t CountLeadingZeroes(uint64_t aValue) { in CountLeadingZeroes() function
62 inline uint_fast8_t CountLeadingZeroes(T aValue) = delete;
80 return T(-1) >> detail::CountLeadingZeroes(aInput); in RoundUpPow2Mask()
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/public/
H A DPowerOfTwo.h52 inline uint_fast8_t CountLeadingZeroes(uint32_t aValue) { in CountLeadingZeroes() function
56 inline uint_fast8_t CountLeadingZeroes(uint64_t aValue) { in CountLeadingZeroes() function
62 inline uint_fast8_t CountLeadingZeroes(T aValue) = delete;
80 return T(-1) >> detail::CountLeadingZeroes(aInput); in RoundUpPow2Mask()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/public/
H A DPowerOfTwo.h52 inline uint_fast8_t CountLeadingZeroes(uint32_t aValue) { in CountLeadingZeroes() function
56 inline uint_fast8_t CountLeadingZeroes(uint64_t aValue) { in CountLeadingZeroes() function
62 inline uint_fast8_t CountLeadingZeroes(T aValue) = delete;
80 return T(-1) >> detail::CountLeadingZeroes(aInput); in RoundUpPow2Mask()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/public/
H A DPowerOfTwo.h52 inline uint_fast8_t CountLeadingZeroes(uint32_t aValue) { in CountLeadingZeroes() function
56 inline uint_fast8_t CountLeadingZeroes(uint64_t aValue) { in CountLeadingZeroes() function
62 inline uint_fast8_t CountLeadingZeroes(T aValue) = delete;
80 return T(-1) >> detail::CountLeadingZeroes(aInput); in RoundUpPow2Mask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/include/
H A Dportability_bits.h35 template<typename T> INLINE int CountLeadingZeroes(T /* v */);
84 template<> INLINE int CountLeadingZeroes<uint32_t>(uint32_t v) {
/dports/devel/abseil/abseil-cpp-20211102.0/absl/numeric/internal/
H A Dbits.h234 CountLeadingZeroes(T x) { in CountLeadingZeroes() function
348 static_cast<T>(std::numeric_limits<T>::digits - CountLeadingZeroes(x)), in BitCeilNonPowerOf2()
/dports/graphics/R-cran-s2/s2/src/absl/numeric/internal/
H A Dbits.h234 CountLeadingZeroes(T x) { in CountLeadingZeroes() function
348 static_cast<T>(std::numeric_limits<T>::digits - CountLeadingZeroes(x)), in BitCeilNonPowerOf2()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/numeric/internal/
H A Dbits.h234 CountLeadingZeroes(T x) { in CountLeadingZeroes() function
348 static_cast<T>(std::numeric_limits<T>::digits - CountLeadingZeroes(x)), in BitCeilNonPowerOf2()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/numeric/internal/
H A Dbits.h234 CountLeadingZeroes(T x) { in CountLeadingZeroes() function
348 static_cast<T>(std::numeric_limits<T>::digits - CountLeadingZeroes(x)), in BitCeilNonPowerOf2()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/numeric/
H A Dbits.h78 return numeric_internal::CountLeadingZeroes(x); in countl_zero()
/dports/graphics/R-cran-s2/s2/src/absl/numeric/
H A Dbits.h78 return numeric_internal::CountLeadingZeroes(x); in countl_zero()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/numeric/
H A Dbits.h78 return numeric_internal::CountLeadingZeroes(x); in countl_zero()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/numeric/
H A Dbits.h78 return numeric_internal::CountLeadingZeroes(x); in countl_zero()
/dports/devel/binaryen/binaryen-version_98/
H A DCHANGELOG.md42 - Fix CountLeadingZeroes on MSVC, which lead to bad optimizations (#3028)