Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java574 long zlong = z & LONG_MASK; in destructiveMulAdd() local
586 long sum = (x[len-1] & LONG_MASK) + zlong; in destructiveMulAdd()