| /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/java_test_framework/java_cases/ |
| D | BasicDataTypesTest.java | 31 double doubleValue = 123.456789d; in main() local
|
| /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/compiler/core/emitter/ |
| D | emitter.cpp | 292 double doubleValue = elem->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local 315 … double doubleValue = (-1) * elem->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local 922 double doubleValue = value->AsNumberLiteral()->Number(); in CreateEnumProp() local 930 … double doubleValue = (-1) * value->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in CreateEnumProp() local 949 double doubleValue = 0.0; in CreateAnnotationProp() 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/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 934 double doubleValue = ceil(constValue->GetValue()); in FoldCeil() local 985 double doubleValue = constValue.GetValue(); in FoldFloorMIRConst() local 1021 double doubleValue = round(constValue.GetValue()); in FoldRoundMIRConst() local 1046 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local 1052 double doubleValue = round(static_cast<double>(fromValue)); in FoldRoundMIRConst() local 1089 double doubleValue = trunc(constValue->GetValue()); in FoldTrunc() local 1146 double doubleValue = static_cast<double>(fromValue->GetValue()); in FoldTypeCvtMIRConst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_dataview_stub_builder.cpp | 80 GateRef doubleValue = TaggedGetNumber(value); in SetTypedValue() local
|
| D | builtins_array_indexof_stub_builder.cpp | 129 GateRef BuiltinsArrayStubBuilder::MakeFromIndexWithDouble(GateRef doubleValue, GateRef length, bool… in MakeFromIndexWithDouble() 425 GateRef doubleValue = GetDoubleOfTDouble(target); in IndexOfTaggedIntElements() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 566 …double doubleValue = (-1) * init->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number().Get… in CreateEnumProp() local 612 auto doubleValue = elem->AsNumberLiteral()->Number().GetDouble(); in ProcessArrayElement() local 642 …double doubleValue = (-1) * elem->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number().Get… in ProcessArrayElement() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_to_string_cache_test.cpp | 402 auto doubleValue = static_cast<double>(value); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 256 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
|
| D | js_tagged_value.cpp | 394 double doubleValue = GetDouble(); in WithinInt32() local
|
| D | js_hclass.cpp | 904 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1280 GateRef doubleValue = builder_.CheckTaggedDoubleAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local 1293 GateRef doubleValue = builder_.CheckTaggedNumberAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
|
| D | mcr_lowering.cpp | 1170 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
|
| D | circuit_builder.cpp | 1593 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
|
| D | stub_builder.cpp | 7146 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local 7245 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanBaseline() local 7371 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfile() local 7497 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfileBaseline() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1418 double doubleValue = 3.14159; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1417 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 818 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
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 2998 double doubleValue = val.As<v8::Number>()->Value(); in OH_JSVM_GetValueInt64() local
|