Home
last modified time | relevance | path

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

12

/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.cpp306 double doubleValue = elem->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local
329 … double doubleValue = (-1) * elem->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local
936 double doubleValue = value->AsNumberLiteral()->Number(); in CreateEnumProp() local
944 … double doubleValue = (-1) * value->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in CreateEnumProp() local
963 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/test/fuzztest/containersfastbufferwritereadvalue_fuzzer/
Dcontainersfastbufferwritereadvalue_fuzzer.cpp103 double doubleValue = fdp.ConsumeFloatingPoint<double>(); in ContainersFastBufferWriteReadValueOfFuzzTest() 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/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_set_static_field_by_name_double_test.cpp163 const ani_double doubleValue = 2.2; in TEST_F() local
Dclass_get_static_field_by_name_double_test.cpp158 ani_double doubleValue {}; in TEST_F() local
Dclass_set_static_field_double_test.cpp186 const ani_double doubleValue = 16.05; in TEST_F() local
Dclass_get_static_field_double_test.cpp191 ani_double doubleValue {}; in TEST_F() 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_runtime/ecmascript/tests/
Ddynamic_type_converter_test.cpp264 JSTaggedValue doubleValue(3.14159); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp742 auto doubleValue = elem->AsNumberLiteral()->Number().GetDouble(); in ProcessArrayElement() local
772 …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.cpp405 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.cpp430 double doubleValue = GetDouble(); in WithinInt32() local
Djs_hclass.cpp947 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1334 GateRef doubleValue = builder_.CheckTaggedDoubleAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
1347 GateRef doubleValue = builder_.CheckTaggedNumberAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
Dmcr_lowering.cpp1225 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
Dcircuit_builder.cpp1704 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
Dstub_builder.cpp7761 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
7860 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanBaseline() local
8001 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfile() local
8127 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfileBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1456 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.cpp913 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in GetConstant() local

12