Home
last modified time | relevance | path

Searched refs:ExtFloat32ToDouble (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp302 result = DoubleToTaggedDoublePtr(ExtFloat32ToDouble(CastInt32ToFloat32(re))); in GetValueFromBuffer()
Dstub_builder-inl.h1815 inline GateRef StubBuilder::ExtFloat32ToDouble(GateRef x) in ExtFloat32ToDouble() function
1817 return env_->GetBuilder()->ExtFloat32ToDouble(x); in ExtFloat32ToDouble()
Dstub_builder.h486 GateRef ExtFloat32ToDouble(GateRef x);
Dcircuit_builder-inl.h529 GateRef val = ExtFloat32ToDouble(x); in Float32ToTaggedDoublePtr()
Dcircuit_builder.h116 V(ExtFloat32ToDouble, Fext, MachineType::F64) \
Dtype_mcr_lowering.cpp796 result = builder_.ExtFloat32ToDouble(result); in LowerTypedArrayLoadElement()