Home | History | Annotate | Download | only in src

Lines Matching defs:sign

1949     // The result of the modulo operation has the sign of its left operand.
4180 if ((d >= -0.5 && Double(d).Sign() < 0)) return H_CONSTANT_DOUBLE(-0.0);
4270 return H_CONSTANT_DOUBLE((Double(d_left).Sign() == -1) ? d_left
4278 return H_CONSTANT_DOUBLE((Double(d_left).Sign() == -1) ? d_right
4330 int sign = Double(c_left->DoubleValue()).Sign() *
4331 Double(c_right->DoubleValue()).Sign(); // Right could be -0.
4332 return H_CONSTANT_DOUBLE(sign * V8_INFINITY);