Searched refs:normalizedBits (Results 1 – 2 of 2) sorted by relevance
170 int normalizedBits = bits - tz; in factorial() local172 if (normalizedBits + productBits >= Long.SIZE) { in factorial()
353 int normalizedBits = bits - tz; in factorial() local355 if (normalizedBits + productBits >= Long.SIZE) { in factorial()