Searched refs:ZeroBehavior (Results 1 – 1 of 1) sorted by relevance
44 enum ZeroBehavior { enum55 static std::size_t count(T Val, ZeroBehavior) { in count()79 static std::size_t count(T Val, ZeroBehavior ZB) {95 static std::size_t count(T Val, ZeroBehavior ZB) {120 std::size_t countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) {129 static std::size_t count(T Val, ZeroBehavior) {148 static std::size_t count(T Val, ZeroBehavior ZB) {164 static std::size_t count(T Val, ZeroBehavior ZB) {189 std::size_t countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) {462 std::size_t countLeadingOnes(T Value, ZeroBehavior ZB = ZB_Width) {[all …]