Lines Matching defs:sign
944 // Move sign bit from source to destination. This works because the sign
946 // as the 2's complement sign bit in a Smi.
2090 // Get the argument exponent and clear the sign bit.
2198 // Do bitwise not or do nothing depending on the sign of the
2202 // Add 1 or do nothing depending on the sign of the argument.
2215 // sign.
2220 // Check the sign of the argument. If the argument is positive,
2228 // If the argument is negative, clear the sign, and return a new
3941 Label done, sign;
3972 __ b(pl, &sign);
3979 __ bind(&sign);