Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1153 GateRef doubleToInt = DoubleToInt(glue, doubleLength); in DECLARE_BUILTINS() local
1154 GateRef intToDouble = CastInt64ToFloat64(SExtInt32ToInt64(doubleToInt)); in DECLARE_BUILTINS()
1161 arrayLength = SExtInt32ToInt64(doubleToInt); in DECLARE_BUILTINS()