Home
last modified time | relevance | path

Searched defs:dLeft (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h50 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble(); in FastDiv() local
76 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble(); in FastMod() local
125 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble(); in FastStrictEqual() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h182 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble(); in DivWithTSType() local
218 double dLeft = left.IsInt() ? left.GetInt() : left.GetDouble(); in ModWithTSType() local
234 double dLeft = leftNumber.GetNumber(); in ModWithTSType() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1635 double dLeft = valLeft->GetNumber(); in RuntimeDiv2() local
1665 double dLeft = valLeft->GetNumber(); in RuntimeMod2() local