Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h45 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in AddWithTSType() local
63 double a1Double = taggedValueA1.GetNumber(); in AddWithTSType() local
109 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in SubWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1567 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in RunInternal() local
1598 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in RunInternal() local
Dinterpreter_assembly.cpp914 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in HandleAdd2Imm8V8() local
948 double a1Double = right.IsInt() ? right.GetInt() : right.GetDouble(); in HandleSub2Imm8V8() local