Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
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
/external/libcxx/test/support/
Dhexfloat.h26 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
/external/v8/src/codegen/arm64/
Dutils-arm64.cc75 int CountLeadingZeros(uint64_t value, int width) { in CountLeadingZeros() function
/external/v8/src/base/
Dbits.h80 CountLeadingZeros(T value) { in CountLeadingZeros() function
/external/angle/src/common/
Dmathutil_unittest.cpp204 TEST(MathUtilTest, CountLeadingZeros) in TEST() argument
Dmathutil.h569 inline unsigned int CountLeadingZeros(uint32_t x) in CountLeadingZeros() function
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h160 int CountLeadingZeros(T integer_input) { in CountLeadingZeros() function