Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h51 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastDiv() local
75 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastMod() local
124 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastStrictEqual() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h175 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in DivWithTSType() local
209 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in ModWithTSType() local
227 double dRight = rightNumber.GetNumber(); in ModWithTSType() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1561 double dRight = valRight->GetNumber(); in RuntimeDiv2() local
1591 double dRight = valRight->GetNumber(); in RuntimeMod2() local