Lines Matching defs:posVal
703 std::int64_t posVal{scalar.ToInt64()};
704 if (posVal < 0) {
707 std::intmax_t{posVal});
709 } else if (posVal >= T::Scalar::bits) {
712 std::intmax_t{posVal}, T::Scalar::bits);
732 int posVal{j < posCt || posCt == 1
738 if (posVal < 0) {
741 std::intmax_t{posVal});
748 } else if (posVal + lenVal > T::Scalar::bits) {
751 std::intmax_t{posVal + lenVal}, T::Scalar::bits);