Searched defs:resLength (Results 1 – 2 of 2) sorted by relevance
113 int resLength = Math.min(val.numberLength, that.numberLength); in andPositive() local139 int resLength = positive.numberLength; in andDiffSigns() local175 int resLength; in andNegative() local276 int resLength = Math.min(positive.numberLength, negative.numberLength); in andNotPositiveNegative() local300 int resLength; in andNotNegativePositive() local380 int resLength = that.numberLength; in andNotNegative() local461 int resLength = longer.numberLength; in orPositive() local489 int resLength = Math.min(val.numberLength, that.numberLength); in orNegative() local523 int resLength = negative.numberLength; in orDiffSigns() local608 int resLength = longer.numberLength; in xorPositive() local[all …]
144 int resLength = source.numberLength - intCount; in shiftRight() local218 int resLength = Math.max(intCount + 1, val.numberLength) + 1; in flipBit() local