Home
last modified time | relevance | path

Searched defs:resLength (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DLogical.java113 int resLength = Math.min(val.numberLength, that.numberLength); in andPositive() local
139 int resLength = positive.numberLength; in andDiffSigns() local
175 int resLength; in andNegative() local
276 int resLength = Math.min(positive.numberLength, negative.numberLength); in andNotPositiveNegative() local
300 int resLength; in andNotNegativePositive() local
380 int resLength = that.numberLength; in andNotNegative() local
461 int resLength = longer.numberLength; in orPositive() local
489 int resLength = Math.min(val.numberLength, that.numberLength); in orNegative() local
523 int resLength = negative.numberLength; in orDiffSigns() local
608 int resLength = longer.numberLength; in xorPositive() local
[all …]
DBitLevel.java144 int resLength = source.numberLength - intCount; in shiftRight() local
218 int resLength = Math.max(intCount + 1, val.numberLength) + 1; in flipBit() local