/external/guava/guava-tests/benchmark/com/google/common/math/ |
D | IntMathBenchmark.java | 40 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()
|
D | LongMathBenchmark.java | 40 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/ |
D | scev-aa.ll | 193 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites 196 define void @nonnegative(i64* %p) nounwind {
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 195 ; 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/ |
D | scev-aa.ll | 195 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites 198 define void @nonnegative(i64* %p) nounwind {
|
/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 248 nonnegative = [0.] + positive 264 'sqrt' : nonnegative,
|
/external/pdfium/third_party/bigint/ |
D | LICENSE | 11 BigInteger classes that represent nonnegative integers and signed integers,
|
/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 300 nonnegative = [0.] + positive 316 'sqrt' : nonnegative,
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-20.ll | 170 ; Check tests for nonnegative values.
|
D | int-cmp-21.ll | 170 ; Check tests for nonnegative values.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-20.ll | 170 ; Check tests for nonnegative values.
|
D | int-cmp-21.ll | 170 ; Check tests for nonnegative values.
|
/external/python/cpython3/Doc/library/ |
D | bz2.rst | 187 If *max_length* is nonnegative, returns at most *max_length*
|
D | lzma.rst | 248 If *max_length* is nonnegative, returns at most *max_length*
|
D | turtle.rst | 1658 :param n: nonnegative integer 1659 :param delay: nonnegative integer
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DependenceAnalysis/ |
D | DADelin.ll | 559 ; CHECK-LABEL: nonnegative 560 define void @nonnegative(i32* nocapture %A, i32 %N) {
|
/external/skqp/site/dev/design/conical/ |
D | index.md | 306 (Note that solution $x_t$ still has to be nonnegative to be valid; also note that
|
/external/skia/site/dev/design/conical/ |
D | index.md | 306 (Note that solution $x_t$ still has to be nonnegative to be valid; also note that
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1601 :param n: nonnegative integer 1602 :param delay: nonnegative integer
|
D | socket.rst | 771 nonnegative float expressing seconds, or ``None``. If a float is given,
|
/external/python/cpython2/Doc/c-api/ |
D | arg.rst | 151 Convert a nonnegative Python integer to an unsigned tiny int, stored in a C
|
/external/python/cpython3/Doc/c-api/ |
D | arg.rst | 256 Convert a nonnegative Python integer to an unsigned tiny int, stored in a C
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 203 it. The resulting value must be a nonnegative integer less than the
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 191 The resulting value must be a nonnegative integer less than the sequence's
|
D | datamodel.rst | 303 between characters and nonnegative integers representing the byte values. Bytes 337 :func:`ord` convert between code units and nonnegative integers representing the
|