Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1123 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt() function in panda::ecmascript::base::NumberHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2604 DEF_CALL_SIGNATURE(DoubleToInt) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp8821 GateRef StubBuilder::DoubleToInt(GateRef glue, GateRef x, size_t typeBits) in DoubleToInt() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3310 int32_t RuntimeStubs::DoubleToInt(double x, size_t bits) in DoubleToInt() function in panda::ecmascript::RuntimeStubs