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/src/
code-stubs.h
408
NegativeZeroHandling
negative_zero
= kStrictNegativeZero)
412
negative_zero_(
negative_zero
) { }
/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
...]
Completed in 266 milliseconds