HomeSort by relevance Sort by last modified time
    Searched full:normalizednum (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 167 long normalizedNum = num >> tz;
177 product *= normalizedNum;
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 350 long normalizedNum = num >> tz;
360 product *= normalizedNum;

Completed in 121 milliseconds