Home
last modified time | relevance | path

Searched defs:CountLeadingZeros (Results 1 – 25 of 99) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/src/bigint/
H A Dutil.h31 constexpr int CountLeadingZeros(T value) { in CountLeadingZeros() function
42 constexpr int CountLeadingZeros(uint32_t value) { in CountLeadingZeros() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/
H A Dcommon.h90 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
95 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
107 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
116 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
152 inline int CountLeadingZeros(T n) { in CountLeadingZeros() function
163 inline int CountLeadingZeros(uint32_t n) { return CountLeadingZeros<31>(n); } in CountLeadingZeros() function
165 inline int CountLeadingZeros(uint64_t n) { return CountLeadingZeros<63>(n); } in CountLeadingZeros() function
/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dcommon.h123 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
128 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
140 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
149 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
185 inline int CountLeadingZeros(T n) { in CountLeadingZeros() function
196 inline int CountLeadingZeros(uint32_t n) { return CountLeadingZeros<31>(n); } in CountLeadingZeros() function
198 inline int CountLeadingZeros(uint64_t n) { return CountLeadingZeros<63>(n); } in CountLeadingZeros() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/utils/
H A Dcommon.h102 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
107 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
119 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function
128 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function
164 inline int CountLeadingZeros(T n) { in CountLeadingZeros() function
175 inline int CountLeadingZeros(uint32_t n) { return CountLeadingZeros<31>(n); } in CountLeadingZeros() function
177 inline int CountLeadingZeros(uint64_t n) { return CountLeadingZeros<63>(n); } in CountLeadingZeros() function
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/src/
H A Dbit_utils.cc14 std::uint8_t CountLeadingZeros(std::uint8_t value) { in CountLeadingZeros() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/src/
H A Dbit_utils.cc14 std::uint8_t CountLeadingZeros(std::uint8_t value) { in CountLeadingZeros() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/src/
H A Dbit_utils.cc14 std::uint8_t CountLeadingZeros(std::uint8_t value) { in CountLeadingZeros() function
/dports/math/ntl/ntl-11.5.1/src/
H A DCheckBUILTIN_CLZL.cpp7 long CountLeadingZeros(unsigned long x) in CountLeadingZeros() function
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/tests/
H A Dbit_utils_test.cc18 TEST_F(BitUtilsTest, CountLeadingZeros) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/tests/
H A Dbit_utils_test.cc18 TEST_F(BitUtilsTest, CountLeadingZeros) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dhexfloat.h25 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/etc2/
H A DMath.hpp31 inline int CountLeadingZeros( uint32 val ) in CountLeadingZeros() function
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/etc2/
H A DMath.hpp31 inline int CountLeadingZeros( uint32 val ) in CountLeadingZeros() function
/dports/games/warmux/warmux-11.04/lib/fixedpoint/
H A Dfixed_func.h110 inline uint32_t CountLeadingZeros(uint32_t x) in CountLeadingZeros() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_util.h174 static inline int CountLeadingZeros(uint32_t value) { in CountLeadingZeros() function
195 static inline int CountLeadingZeros(uint64_t value) { in CountLeadingZeros() function

1234