Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1190 uint32_t lowDividend1 = lowDividend >> HALFDATEBITS; in DivideAndRemainder() local
1198 highQuotient * lowDivisor > tempRemainder * HALFUINT32VALUE + lowDividend1) { in DivideAndRemainder()
1205 … uint32_t tempLowDividend = highDividend * HALFUINT32VALUE + lowDividend1 - highQuotient * divisor; in DivideAndRemainder()