Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp149 float floatValue = -13.569243f; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1094 float floatValue = ceil(constValue->GetValue()); in FoldCeil() local
1137 float floatValue = constValue.GetValue(); in FoldFloorMIRConst() local
1173 float floatValue = round(constValue.GetValue()); in FoldRoundMIRConst() local
1189 float floatValue = round(static_cast<float>(fromValue)); in FoldRoundMIRConst() local
1195 float floatValue = round(static_cast<float>(fromValue)); in FoldRoundMIRConst() local
1235 float floatValue = trunc(constValue->GetValue()); in FoldTrunk() local
1293 float floatValue = static_cast<float>(fromValue->GetValue()); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h445 value_type floatValue; member