Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1230 uint32_t highDividend = highBit; in DivideAndRemainder() local
1234 highDividend = (highBit << leadingZeros) | (lowBit >> (DATEBITS - leadingZeros)); in DivideAndRemainder()
1240 uint32_t highQuotient = highDividend / highDivisor; in DivideAndRemainder()
1241 uint32_t tempRemainder = highDividend - highQuotient * highDivisor; in DivideAndRemainder()
1253 uint32_t tempLowDividend = highDividend * HALFUINT32VALUE + lowDividend1 - highQuotient * divisor; in DivideAndRemainder()

Completed in 3 milliseconds