Lines Matching refs:negative_zero
1054 bool negative_zero = (result == 0) && (x < 0 || y < 0);
1058 if (Smi::IsValid(result) && !negative_zero) {
1142 bool negative_zero = (x == 0 && y < 0);
1151 if (!fraction && !overflow && !negative_zero && !division_by_zero) {
1263 bool negative_zero = (!fraction && x < 0);
1267 if (!division_overflow && !negative_zero && !division_by_zero) {