Searched refs:ZeroBehavior (Results 1 – 1 of 1) sorted by relevance
29 enum ZeroBehavior { enum40 static std::size_t count(T Val, ZeroBehavior) { in count()64 static std::size_t count(T Val, ZeroBehavior ZB) {80 static std::size_t count(T Val, ZeroBehavior ZB) {105 std::size_t countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) {114 static std::size_t count(T Val, ZeroBehavior) {133 static std::size_t count(T Val, ZeroBehavior ZB) {149 static std::size_t count(T Val, ZeroBehavior ZB) {174 std::size_t countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) {188 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {[all …]