OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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