Searched refs:kIsSigned (Results 1 – 2 of 2) sorted by relevance
400 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable408 kIsSigned == std::is_signed_v<IntType>)) ||422 std::is_signed_v<IntType> == kIsSigned && !std::is_same_v<IntType, BaseType>>>459 if constexpr (kIsSigned) { in Add()479 if constexpr (kIsSigned) { in Neg()494 if constexpr (kIsSigned) { in Sub()517 if constexpr (kIsSigned) { in Mul()537 if constexpr (kIsSigned) { in Div()552 if constexpr (kIsSigned) { in Rem()571 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable[all …]
3066 static_assert(ElementType::kIsSigned); in OpVectorVmvxs()