Searched refs:yl (Results 1 – 1 of 1) sorted by relevance
1729 long yl = y & LONG_MASK; in multiplyByInt() local1732 long highDigitsBound = ((x[0] & LONG_MASK) + 1) * yl; // Cannot overflow as unsigned long. in multiplyByInt()1737 long product = (x[i] & LONG_MASK) * yl + carry; in multiplyByInt()