Home
last modified time | relevance | path

Searched defs:negativeZero (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h607 JSTaggedValue negativeZero = thread->GlobalConstants()->GetNegativeZeroString(); in FastGetTypeArrayProperty() local
635 JSTaggedValue negativeZero = thread->GlobalConstants()->GetNegativeZeroString(); in FastSetTypeArrayProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp173 GateRef negativeZero = builder_.Double(-0.0); in TypedSqrt() local
Dstub_builder.cpp5011 auto negativeZero = GetGlobalConstantValue( in GetTypeArrayPropertyByName() local
5063 auto negativeZero = GetGlobalConstantValue( in SetTypeArrayPropertyByName() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp175 JSHandle<JSTaggedValue> negativeZero(thread, JSTaggedValue(-0.0)); in HWTEST_F_L0() local