Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbit_helper_test.cpp125 float floatValue = -13.569243f; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h452 value_type floatValue; member
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp932 float floatValue = ceil(constValue->GetValue()); in FoldCeil() local
981 float floatValue = constValue.GetValue(); in FoldFloorMIRConst() local
1024 float floatValue = round(constValue.GetValue()); FoldRoundMIRConst() local
1041 float floatValue = round(static_cast<float>(fromValue)); FoldRoundMIRConst() local
1047 float floatValue = round(static_cast<float>(fromValue)); FoldRoundMIRConst() local
1087 float floatValue = trunc(constValue->GetValue()); FoldTrunc() local
1149 float floatValue = static_cast<float>(fromValue->GetValue()); FoldTypeCvtMIRConst() local
[all...]

Completed in 5 milliseconds