Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbit_helper_test.cpp142 double doubleValue = -257.93458301390463; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_to_string_cache_test.cpp402 auto doubleValue = static_cast<double>(value); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp81 GateRef doubleValue = TaggedGetNumber(value); in SetTypedValue() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.cpp397 double doubleValue = GetNumber(); in WithinInt32() local
H A Djs_object-inl.h251 double doubleValue = value.GetInt(); in ConvertValueWithRep() local
H A Djs_hclass.cpp823 double doubleValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp1150 GateRef doubleValue = builder_.GetDoubleOfTDouble(value); in LowerMigrateFromHeapValueToRawValue() local
H A Dnumber_speculative_retype.cpp1096 double doubleValue = static_cast<double>(rawValue); in TryConvertConstant() local
1252 GateRef doubleValue = builder_.CheckTaggedDoubleAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
1265 GateRef doubleValue = builder_.CheckTaggedNumberAndConvertToFloat64(gate); in CheckBoundAndConvertToInt32() local
H A Dcircuit_builder.cpp1505 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
H A Dtyped_native_inline_lowering.cpp4091 GateRef doubleValue = builder_.GetDoubleOfTInt(value); in TargetNumberCompareWithArrKind() local
4096 GateRef doubleValue = builder_.GetDoubleOfTNumber(value); in TargetNumberCompareWithArrKind() local
H A Dstub_builder.cpp6792 auto doubleValue = GetDoubleOfTDouble(value); in FastToBoolean() local
6891 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanBaseline() local
7011 auto doubleValue = GetDoubleOfTDouble(value); in FastToBooleanWithProfile() local
7131 auto doubleValue in FastToBooleanWithProfileBaseline() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp302 double doubleValue = elem->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local
325 double doubleValue = (-1) * elem->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in ProcessArrayExpressionInLiteralArray() local
856 double doubleValue = value->AsNumberLiteral()->Number(); in CreateEnumProp() local
864 double doubleValue = (-1) * value->AsUnaryExpression()->Argument()->AsNumberLiteral()->Number(); in CreateEnumProp() local
882 double doubleValue = 0.0; in CreateAnnotationProp() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp944 double doubleValue = ceil(constValue->GetValue()); in FoldCeil() local
995 double doubleValue = constValue.GetValue(); in FoldFloorMIRConst() local
1031 double doubleValue = round(constValue.GetValue()); FoldRoundMIRConst() local
1056 double doubleValue = round(static_cast<double>(fromValue)); FoldRoundMIRConst() local
1062 double doubleValue = round(static_cast<double>(fromValue)); FoldRoundMIRConst() local
1099 double doubleValue = trunc(constValue->GetValue()); FoldTrunc() local
1156 double doubleValue = static_cast<double>(fromValue->GetValue()); FoldTypeCvtMIRConst() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp97 double doubleValue = doubleObject->Value(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1348 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in VisitConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp825 auto doubleValue = base::bit_cast<double>(value.to_ullong()); // actual double value in GetConstant() local

Completed in 61 milliseconds