Home
last modified time | relevance | path

Searched defs:DoubleToInt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp664 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt() function in panda::ecmascript::base::NumberHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1666 DEF_CALL_SIGNATURE(DoubleToInt) in DEF_CALL_SIGNATURE() argument
Dcircuit_builder-inl.h164 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit) in DoubleToInt() function
Dstub_builder.cpp5018 GateRef StubBuilder::DoubleToInt(GateRef glue, GateRef x) in DoubleToInt() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2181 int32_t RuntimeStubs::DoubleToInt(double x) in DoubleToInt() function in panda::ecmascript::RuntimeStubs