Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1237 uint32_t lowDivisor = divisor & HALFDATEMASK; in DivideAndRemainder() local
1246 highQuotient * lowDivisor > tempRemainder * HALFUINT32VALUE + lowDividend1) { in DivideAndRemainder()
1259 lowQuotient * lowDivisor > tempRemainder * HALFUINT32VALUE + lowDividend2) { in DivideAndRemainder()

Completed in 5 milliseconds