Home | History | Annotate | Download | only in objects

Lines Matching refs:y_value

797     int y_value = Smi::ToInt(*y);
798 bool y_sign = (y_value < 0);
803 return y_value == 0 ? ComparisonResult::kEqual
807 STATIC_ASSERT(sizeof(digit_t) >= sizeof(y_value));
810 digit_t abs_value = std::abs(static_cast<int64_t>(y_value));