Home
last modified time | relevance | path

Searched refs:leftVal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h115 static JSHandle<BigInt> FloorMod(JSThread *thread, JSHandle<BigInt> leftVal, JSHandle<BigInt> rightVal);
H A Djs_bigint.cpp1522 JSHandle<BigInt> BigInt::FloorMod(JSThread *thread, JSHandle<BigInt> leftVal, JSHandle<BigInt> rightVal) in FloorMod() argument
1524 JSHandle<BigInt> remainder = Remainder(thread, leftVal, rightVal); in FloorMod()
1526 if (leftVal->GetSign() && !remainder->IsZero()) { in FloorMod()

Completed in 4 milliseconds