Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dscev-aa.ll193 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
196 define void @nonnegative(i64* %p) nounwind {
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-aa.ll195 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
198 define void @nonnegative(i64* %p) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dscev-aa.ll195 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
198 define void @nonnegative(i64* %p) nounwind {
/external/python/cpython2/Lib/test/
Dtest_cmath.py248 nonnegative = [0.] + positive
264 'sqrt' : nonnegative,
/external/pdfium/third_party/bigint/
DLICENSE11 BigInteger classes that represent nonnegative integers and signed integers,
/external/python/cpython3/Lib/test/
Dtest_cmath.py300 nonnegative = [0.] + positive
316 'sqrt' : nonnegative,
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-20.ll170 ; Check tests for nonnegative values.
Dint-cmp-21.ll170 ; Check tests for nonnegative values.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-cmp-20.ll170 ; Check tests for nonnegative values.
Dint-cmp-21.ll170 ; Check tests for nonnegative values.
/external/python/cpython3/Doc/library/
Dbz2.rst187 If *max_length* is nonnegative, returns at most *max_length*
Dlzma.rst248 If *max_length* is nonnegative, returns at most *max_length*
Dturtle.rst1658 :param n: nonnegative integer
1659 :param delay: nonnegative integer
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DependenceAnalysis/
DDADelin.ll559 ; CHECK-LABEL: nonnegative
560 define void @nonnegative(i32* nocapture %A, i32 %N) {
/external/skqp/site/dev/design/conical/
Dindex.md306 (Note that solution $x_t$ still has to be nonnegative to be valid; also note that
/external/skia/site/dev/design/conical/
Dindex.md306 (Note that solution $x_t$ still has to be nonnegative to be valid; also note that
/external/python/cpython2/Doc/library/
Dturtle.rst1601 :param n: nonnegative integer
1602 :param delay: nonnegative integer
Dsocket.rst771 nonnegative float expressing seconds, or ``None``. If a float is given,
/external/python/cpython2/Doc/c-api/
Darg.rst151 Convert a nonnegative Python integer to an unsigned tiny int, stored in a C
/external/python/cpython3/Doc/c-api/
Darg.rst256 Convert a nonnegative Python integer to an unsigned tiny int, stored in a C
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst203 it. The resulting value must be a nonnegative integer less than the
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst191 The resulting value must be a nonnegative integer less than the sequence's
Ddatamodel.rst303 between characters and nonnegative integers representing the byte values. Bytes
337 :func:`ord` convert between code units and nonnegative integers representing the

12