Searched defs:ls_zeros (Results 1 – 1 of 1) sorted by relevance
71 struct ls_zeros struct73 static const std::size_t value = (S & std::size_t(1)) ? 0 : (1 + ls_zeros<(S>>1u)>::value);77 struct ls_zeros<0> struct79 static const std::size_t value = 0;83 struct ls_zeros<1> struct85 static const std::size_t value = 0;