| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | BasicDataTypesTest.js | 24 const doubleValue = 123.456789; constant
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | BasicDataTypesTest.ts | 24 const doubleValue: number = 123.456789; constant
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | BasicDataTypesTest.java | 31 double doubleValue = 123.456789d; in main() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | bit_helper_test.cpp | 142 double doubleValue = -257.93458301390463; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_dataview_stub_builder.cpp | 81 GateRef doubleValue = TaggedGetNumber(value); in SetTypedValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1121 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/ |
| D | number_speculative_retype.cpp | 1094 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
|
| D | mcr_lowering.cpp | 1188 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
|
| D | typed_native_inline_lowering.cpp | 4021 GateRef doubleValue = builder_.GetDoubleOfTInt(value); in TargetNumberCompareWithArrKind() local 4026 GateRef doubleValue = builder_.GetDoubleOfTNumber(value); in TargetNumberCompareWithArrKind() local
|
| D | circuit_builder.cpp | 1499 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
|
| D | stub_builder.cpp | 6711 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/ |
| D | ets_to_string_cache_test.cpp | 396 auto doubleValue = static_cast<double>(value); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 251 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
|
| D | js_tagged_value.cpp | 397 double doubleValue = GetNumber(); in WithinInt32() local
|
| D | js_hclass.cpp | 820 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1348 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1409 double doubleValue = 3.14159; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 805 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in GetConstant() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 97 double doubleValue = doubleObject->Value(); in HWTEST_F_L0() local
|