Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp166 double doubleValue = -257.93458301390463; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1103 double doubleValue = ceil(constValue->GetValue()); in FoldCeil() local
1148 double doubleValue = constValue.GetValue(); in FoldFloorMIRConst() local
1180 double doubleValue = round(constValue.GetValue()); in FoldRoundMIRConst() local
1204 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local
1210 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local
1244 double doubleValue = trunc(constValue->GetValue()); in FoldTrunk() local
1300 double doubleValue = static_cast<double>(fromValue->GetValue()); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h242 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
Djs_tagged_value.cpp112 double doubleValue = GetNumber(); in WithinInt32() local
Djs_hclass.cpp622 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp856 double doubleValue = static_cast<double>(rawValue); in TryConvertConstant() local
Dlitecg_ir_builder.cpp364 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in GetConstant() local
Dllvm_ir_builder.cpp1225 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
Dstub_builder.cpp5366 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp97 double doubleValue = doubleObject->Value(); in HWTEST_F_L0() local