Home
last modified time | relevance | path

Searched defs:isNegativeZero (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_lowering.cpp391 bool isNegativeZero = (GetRange(left) % GetRange(right)).MaybeZero() && GetRange(left).MaybeNegative(); in VisitNumberMod() local
H A Dstub_builder.cpp8678 BRANCH(Equal(negativeZero, key), &isNegativeZero, &notNegativeZero); in GetTypeArrayPropertyByName() local
8730 BRANCH(Equal(negativeZero, key), &isNegativeZero, &notNegativeZero); in SetTypeArrayPropertyByName() local

Completed in 19 milliseconds