Home
last modified time | relevance | path

Searched refs:constValueDouble (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp445 double constValueDouble = 0.0; in FoldFPConstBinary() local
449 constValueDouble = doubleConst0->GetValue() + doubleConst1->GetValue(); in FoldFPConstBinary()
457 constValueDouble = doubleConst0->GetValue() - doubleConst1->GetValue(); in FoldFPConstBinary()
465 constValueDouble = doubleConst0->GetValue() * doubleConst1->GetValue(); in FoldFPConstBinary()
474 constValueDouble = doubleConst0->GetValue() / doubleConst1->GetValue(); in FoldFPConstBinary()
482 constValueDouble = (doubleConst0->GetValue() >= doubleConst1->GetValue()) ? doubleConst0->GetValue() in FoldFPConstBinary()
492 constValueDouble = (doubleConst0->GetValue() <= doubleConst1->GetValue()) ? doubleConst0->GetValue() in FoldFPConstBinary()
515 resultConst->SetConstVal(GlobalTables::GetFpConstTable().GetOrCreateDoubleConst(constValueDouble)); in FoldFPConstBinary()

Completed in 3 milliseconds