Searched defs:DoubleToInt (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | lcr_circuit_builder.cpp | 200 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit) in DoubleToInt() function in panda::ecmascript::kungfu::CircuitBuilder |
| D | call_signature.cpp | 2430 DEF_CALL_SIGNATURE(DoubleToInt) in DEF_CALL_SIGNATURE() argument |
| D | stub_builder.cpp | 8236 GateRef StubBuilder::DoubleToInt(GateRef glue, GateRef x, size_t typeBits) in DoubleToInt() function in panda::ecmascript::kungfu::StubBuilder |
| /arkcompiler/ets_runtime/ecmascript/base/ | ||
| D | number_helper.cpp | 1124 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt() function in panda::ecmascript::base::NumberHelper |
| /arkcompiler/ets_runtime/ecmascript/stubs/ | ||
| D | runtime_stubs.cpp | 3280 int32_t RuntimeStubs::DoubleToInt(double x, size_t bits) in DoubleToInt() function in panda::ecmascript::RuntimeStubs |