Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h52 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastDiv() local
78 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastMod() local
128 double dRight = right.IsInt() ? right.GetInt() : right.GetDouble(); in FastStrictEqual() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2001 double dRight = valRight->GetNumber(); in RuntimeDiv2() local
2031 double dRight = valRight->GetNumber(); in RuntimeMod2() local