Home
last modified time | relevance | path

Searched defs:count_leading_zeros (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
54 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
/external/pdfium/third_party/libopenjpeg/
Dht_dec.c95 OPJ_UINT32 count_leading_zeros(OPJ_UINT32 val) in count_leading_zeros() function