Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 22 of 22) 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/java_test_framework/java_cases/
DBasicDataTypesTest.java31 double doubleValue = 123.456789d; in main() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts24 const doubleValue: number = 123.456789; constant
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp292 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/
Dbit_helper_test.cpp142 double doubleValue = -257.93458301390463; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp934 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/
Dbuiltins_dataview_stub_builder.cpp80 GateRef doubleValue = TaggedGetNumber(value); in SetTypedValue() local
Dbuiltins_array_indexof_stub_builder.cpp129 GateRef BuiltinsArrayStubBuilder::MakeFromIndexWithDouble(GateRef doubleValue, GateRef length, bool… in MakeFromIndexWithDouble()
425 GateRef doubleValue = GetDoubleOfTDouble(target); in IndexOfTaggedIntElements() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp566 …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/
Dets_to_string_cache_test.cpp402 auto doubleValue = static_cast<double>(value); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h256 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
Djs_tagged_value.cpp394 double doubleValue = GetDouble(); in WithinInt32() local
Djs_hclass.cpp904 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1280 GateRef doubleValue = builder_.CheckTaggedDoubleAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
1293 GateRef doubleValue = builder_.CheckTaggedNumberAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
Dmcr_lowering.cpp1170 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
Dcircuit_builder.cpp1593 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
Dstub_builder.cpp7146 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/
Dserializer_test.cpp1418 double doubleValue = 3.14159; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1417 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp818 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
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp2998 double doubleValue = val.As<v8::Number>()->Value(); in OH_JSVM_GetValueInt64() local