Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DBasicDataTypesTest.js24 const doubleValue = 123.456789; constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts24 const doubleValue: number = 123.456789; constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DBasicDataTypesTest.java31 double doubleValue = 123.456789d; in main() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp142 double doubleValue = -257.93458301390463; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp81 GateRef doubleValue = TaggedGetNumber(value); in SetTypedValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1121 double doubleValue = ceil(constValue->GetValue()); in FoldCeil() local
1172 double doubleValue = constValue.GetValue(); in FoldFloorMIRConst() local
1213 double doubleValue = round(constValue.GetValue()); in FoldRoundMIRConst() local
1238 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local
1244 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local
1281 double doubleValue = trunc(constValue->GetValue()); in FoldTrunc() local
1348 double doubleValue = static_cast<double>(fromValue->GetValue()); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1094 double doubleValue = static_cast<double>(rawValue); in TryConvertConstant() local
1250 GateRef doubleValue = builder_.CheckTaggedDoubleAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
1263 GateRef doubleValue = builder_.CheckTaggedNumberAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
Dmcr_lowering.cpp1188 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
Dtyped_native_inline_lowering.cpp4021 GateRef doubleValue = builder_.GetDoubleOfTInt(value); in TargetNumberCompareWithArrKind() local
4026 GateRef doubleValue = builder_.GetDoubleOfTNumber(value); in TargetNumberCompareWithArrKind() local
Dcircuit_builder.cpp1499 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
Dstub_builder.cpp6711 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
6810 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanBaseline() local
6930 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfile() local
7050 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfileBaseline() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp396 auto doubleValue = static_cast<double>(value); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h251 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
Djs_tagged_value.cpp397 double doubleValue = GetNumber(); in WithinInt32() local
Djs_hclass.cpp820 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1348 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1409 double doubleValue = 3.14159; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp805 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in GetConstant() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp97 double doubleValue = doubleObject->Value(); in HWTEST_F_L0() local