Lines Matching refs:negative
1150 // Check for negative zero.
1224 // Check for (0 / -x) that will produce negative zero.
1265 // Check for (0 / -x) that will produce negative zero.
1302 // Check for (0 / -x) that will produce negative zero.
1348 // If the divisor is negative, we have to negate and handle edge cases.
1388 // Check for (0 / -x) that will produce negative zero.
1442 // Check for (0 / -x) that will produce negative zero.
1540 // Bail out if the result is supposed to be negative zero.
1552 // Test the non-zero operand for negative sign.
1627 DeoptimizeIf(sign, instr, "negative value");
1644 DeoptimizeIf(sign, instr, "negative value");
1659 DeoptimizeIf(sign, instr, "negative value");
3097 DeoptimizeIf(negative, instr, "negative value");
3340 // length is a small non-negative integer, due to the test above.
3572 DeoptimizeIf(negative, instr, "overflow");
3623 // Deoptimize on negative zero.
3647 // Check for negative zero.
3665 // Non-zero negative reaches here.