Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1238 uint32_t lowDividend1 = lowDividend >> HALFDATEBITS; in DivideAndRemainder() local
1246 highQuotient * lowDivisor > tempRemainder * HALFUINT32VALUE + lowDividend1) { in DivideAndRemainder()
1253 uint32_t tempLowDividend = highDividend * HALFUINT32VALUE + lowDividend1 - highQuotient * divisor; in DivideAndRemainder()

Completed in 3 milliseconds