Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DLogical.java46 int[] resDigits = new int[val.numberLength + 1]; in not() local
120 int[] resDigits = new int[resLength]; in andPositive() local
140 int[] resDigits = new int[resLength]; in andDiffSigns() local
176 int[] resDigits; in andNegative() local
252 int[] resDigits = new int[val.numberLength]; in andNotPositive() local
277 int[] resDigits = new int[resLength]; in andNotPositiveNegative() local
301 int[] resDigits; in andNotNegativePositive() local
381 int[] resDigits = new int[resLength]; in andNotNegative() local
462 int[] resDigits = new int[resLength]; in orPositive() local
490 int[] resDigits = new int[resLength]; in orNegative() local
[all …]
DBitLevel.java130 int[] resDigits = new int[resLen]; in shiftLeftOneBit() local
145 int[] resDigits = new int[resLength + 1]; in shiftRight() local
219 int[] resDigits = new int[resLength]; in flipBit() local