Lines Matching defs:negative
600 // - 0x40000000: this number would convert to negative when
633 // Check for negative zero result. Use combined = left | right.
649 // Check for the corner case of dividing the most negative smi by
655 // Check for negative zero result. Use combined = left | right.
674 // Check for negative zero result. Use combined = left | right.
1009 // Check if result is non-negative and fits in a smi.
1015 __ j(negative, &non_smi_result);
1224 // Check if result is non-negative and fits in a smi.
1230 __ j(negative, &non_smi_result);
1424 // Check if result is non-negative and fits in a smi.
1430 __ j(negative, &non_smi_result);
2032 NearLabel negative;
2035 __ j(greater, &negative);
2038 __ bind(&negative);
2568 // Save exponent in base as we need to check if exponent is negative later.
2593 // negative return 1/result.
2703 // through register eax. Use unsigned comparison to get negative
2718 // comparison to get negative check for free.
2936 // string length. A negative value will be greater (unsigned comparison).
3191 __ j(negative, &done);
3284 __ j(less_equal, &done); // Jump if ecx is negative or zero.
3653 // Fast negative check for symbol-to-symbol equality.