Home | History | Annotate | Download | only in src

Lines Matching refs:abs

1120     case kMathAbs: return "abs";
1142 // Math.abs(kMinInt) overflows its representation, on which the
1144 int abs_upper = upper == kMinInt ? kMaxInt : abs(upper);
1145 int abs_lower = lower == kMinInt ? kMaxInt : abs(lower);
1149 // In case of Smi representation, clamp Math.abs(Smi::kMinValue) to
1796 // as Max(Abs(b->lower()), Abs(b->upper())) - 1.