Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1253 uint32_t tempLowDividend = highDividend * HALFUINT32VALUE + lowDividend1 - highQuotient * divisor; in DivideAndRemainder() local
1254 uint32_t lowQuotient = tempLowDividend / highDivisor; in DivideAndRemainder()
1255 tempRemainder = tempLowDividend - lowQuotient * highDivisor; in DivideAndRemainder()
1269 remainder = (tempLowDividend * HALFUINT32VALUE + lowDividend2 - lowQuotient * divisor) >> leadingZeros; in DivideAndRemainder()

Completed in 3 milliseconds