Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:sign

1974     // The result of the modulo operation has the sign of its left operand.
4093 if ((d >= -0.5 && Double(d).Sign() < 0)) return H_CONSTANT_DOUBLE(-0.0);
4182 return H_CONSTANT_DOUBLE((Double(d_left).Sign() == -1) ? d_left
4190 return H_CONSTANT_DOUBLE((Double(d_left).Sign() == -1) ? d_right
4240 int sign = Double(c_left->DoubleValue()).Sign() *
4241 Double(c_right->DoubleValue()).Sign(); // Right could be -0.
4242 return H_CONSTANT_DOUBLE(sign * V8_INFINITY);