Home
last modified time | relevance | path

Searched refs:nonnegative (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java40 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in IntMathBenchmark
50 nonnegative[i] = randomNonNegativeBigInteger(Integer.SIZE - 1).intValue(); in setUp()
77 tmp += IntMath.gcd(nonnegative[j], positive[j]); in gCD()
DLongMathBenchmark.java40 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in LongMathBenchmark
48 nonnegative[i] = randomNonNegativeBigInteger(Long.SIZE - 1).longValue(); in setUp()
80 tmp += LongMath.mod(nonnegative[j], positive[j]); in gCD()
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-aa.ll193 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
196 define void @nonnegative(i64* %p) nounwind {
/external/pdfium/third_party/bigint/
DLICENSE11 BigInteger classes that represent nonnegative integers and signed integers,
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-20.ll170 ; Check tests for nonnegative values.
Dint-cmp-21.ll170 ; Check tests for nonnegative values.
/external/bison/
DTODO26 Possibly as simple as checking whether the column number is nonnegative.
DChangeLog-20123955 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
/external/bison/doc/
Dbison.texi4427 a nonnegative decimal or hexadecimal integer value in the field immediately
12334 @c LocalWords: lvalue nonnegative XNUM CHR chr TAGLESS tagless stdout api TOK
Dbison.info4556 appending a nonnegative decimal or hexadecimal integer value in the
/external/llvm/docs/
DLangRef.rst9711 nonnegative floating point number.