OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negative_zero
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-macro-assembler-x64.cc
1054
bool
negative_zero
= (result == 0) && (x < 0 || y < 0);
local
1058
if (Smi::IsValid(result) && !
negative_zero
) {
1142
bool
negative_zero
= (x == 0 && y < 0);
local
1263
bool
negative_zero
= (!fraction && x < 0);
local
[
all
...]
/external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc
1201
bool
negative_zero
= (result == 0) && (x < 0 || y < 0);
local
1287
bool
negative_zero
= (x == 0 && y < 0);
local
1406
bool
negative_zero
= (!fraction && x < 0);
local
[
all
...]
Completed in 124 milliseconds