Searched refs:negative_zero (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1180 bool negative_zero = (result == 0) && (x < 0 || y < 0); local
1184 if (Smi::IsValid(result) && !negative_zero) {
1264 bool negative_zero = (x == 0 && y < 0); local
1273 if (!fraction && !overflow && !negative_zero && !division_by_zero) {
1380 bool negative_zero = (!fraction && x < 0); local
1384 if (!division_overflow && !negative_zero && !division_by_zero) {

Completed in 175 milliseconds