Home
last modified time | relevance | path

Searched defs:__clz_f (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dfill_n.h43 __storage_type __dn = std::min(__clz_f, __n); in __fill_n_bool() local
H A Dcount.h55 __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_); __count_bool() local
H A Dfind.h106 __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_); __find_bool() local