Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DBasicDataTypesTest.js23 const floatValue = 123.456; constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DBasicDataTypesTest.java30 float floatValue = 123.456f; in main() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts23 const floatValue: number = 123.456; constant
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp125 float floatValue = -13.569243f; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp922 float floatValue = ceil(constValue->GetValue()); in FoldCeil() local
971 float floatValue = constValue.GetValue(); in FoldFloorMIRConst() local
1014 float floatValue = round(constValue.GetValue()); in FoldRoundMIRConst() local
1031 float floatValue = round(static_cast<float>(fromValue)); in FoldRoundMIRConst() local
1037 float floatValue = round(static_cast<float>(fromValue)); in FoldRoundMIRConst() local
1077 float floatValue = trunc(constValue->GetValue()); in FoldTrunc() local
1139 float floatValue = static_cast<float>(fromValue->GetValue()); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h452 value_type floatValue; member