Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h80 static JSHandle<BigInt> DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend,
H A Djs_bigint.cpp1433 JSHandle<BigInt> BigInt::DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend, in DivideAndRemainderWithUint32Divisor() function in panda::ecmascript::BigInt
1483 quotient.Update(DivideAndRemainderWithUint32Divisor(thread, x, y->GetDigit(0), remainder)); in Divide()
1511 DivideAndRemainderWithUint32Divisor(thread, n, d->GetDigit(0), remainder); in Remainder()

Completed in 5 milliseconds