Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp865 bool &roundDown) in JudgeRoundDown() argument
869 roundDown = true; in JudgeRoundDown()
873 roundDown = true; in JudgeRoundDown()
879 if (roundDown && bitsMove == 0) { in JudgeRoundDown()
902 bool roundDown = false; in RightShiftHelper() local
906 JudgeRoundDown(x, digitMove, bitsMove, needLen, roundDown); in RightShiftHelper()
915 if (roundDown) { in RightShiftHelper()
Djs_bigint.h96 bool &roundDown);