Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h71 static void UnformattedRightShift(JSHandle<BigInt> bigint, uint32_t shift);
Djs_bigint.cpp1256 void BigInt::UnformattedRightShift(JSHandle<BigInt> bigint, uint32_t shift) in UnformattedRightShift() function in panda::ecmascript::BigInt
1378 UnformattedRightShift(u, leadingZeros); in DivideAndRemainderWithBigintDivisor()