Searched defs:FACTORIALS (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DIntMath.java161 static final int[] FACTORIALS = { field in class:IntMath
/external/guava/guava/src/com/google/common/math/
H A DIntMath.java440 return (n < FACTORIALS.length) ? FACTORIALS[n] : Integer.MAX_VALUE;
443 static final int[] FACTORIALS = { field in class:IntMath
H A DLongMath.java537 return (n < FACTORIALS.length) ? FACTORIALS[n] : Long.MAX_VALUE;
540 static final long[] FACTORIALS = { field in class:LongMath
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 365 milliseconds