HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 451 - 475 of 18118) sorted by null

<<11121314151617181920>>

  /external/clang/test/Analysis/
check-deserialization.cpp 17 return 5/x; //expected-warning {{Division by zero}}
  /external/clang/test/CodeGenCXX/
static-init-pnacl.cpp 7 // zero" rather than the ARM ABI which uses "load i32 and test the
  /external/clang/test/CodeGenObjC/
stret-1.m 5 struct stret zero;
  /external/clang/test/CodeGenOpenCL/
address-space-constant-initializers.cl 5 float f; // At non-zero offset.
  /external/clang/test/Preprocessor/
macro_fn.c 4 #define zero() 0 /* expected-note 2 {{defined here}} */ macro
10 zero()
11 zero(1); /* expected-error {{too many arguments provided to function-like macro invocation}} */
12 zero(1, 2, 3); /* expected-error {{too many arguments provided to function-like macro invocation}} */
  /external/clang/test/SemaTemplate/
dependent-sized_array.cpp 14 int a0[] = {}; // expected-warning{{zero}}
  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 39 int GlobalsTest(int zero) {
41 glob5[zero] = 0;
42 static10[zero] = 0;
43 func_static15[zero] = 0;
  /external/e2fsprogs/tests/scripts/
mkdup 14 dd if=/dev/zero of=$IMG bs=1k count=$SIZE
17 dd if=/dev/zero of=$TMP bs=$SIZE_A count=1 >& /dev/null
27 dd if=/dev/zero of=$TMP bs=$SIZE_B count=1 >& /dev/null
37 dd if=/dev/zero of=$TMP bs=$SIZE_C count=1 >& /dev/null
  /external/eigen/blas/
chbmv.f 39 * N must be at least zero.
89 * not be set and are assumed to be zero.
106 * X. INCX must not be zero.
120 * Y. INCY must not be zero.
139 COMPLEX ZERO
140 PARAMETER (ZERO= (0.0E+0,0.0E+0))
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
202 IF (BETA.EQ.ZERO) THEN
204 Y(I) = ZERO
213 IF (BETA.EQ.ZERO) THE
    [all...]
dspmv.f 39 * N must be at least zero.
68 * X. INCX must not be zero.
73 * supplied as zero then Y need not be set on input.
84 * Y. INCY must not be zero.
101 DOUBLE PRECISION ONE,ZERO
102 PARAMETER (ONE=1.0D+0,ZERO=0.0D+0)
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
157 IF (BETA.EQ.ZERO) THEN
159 Y(I) = ZERO
168 IF (BETA.EQ.ZERO) THE
    [all...]
sspmv.f 39 * N must be at least zero.
68 * X. INCX must not be zero.
73 * supplied as zero then Y need not be set on input.
84 * Y. INCY must not be zero.
101 REAL ONE,ZERO
102 PARAMETER (ONE=1.0E+0,ZERO=0.0E+0)
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
157 IF (BETA.EQ.ZERO) THEN
159 Y(I) = ZERO
168 IF (BETA.EQ.ZERO) THE
    [all...]
zhbmv.f 39 * N must be at least zero.
89 * not be set and are assumed to be zero.
106 * X. INCX must not be zero.
120 * Y. INCY must not be zero.
139 DOUBLE COMPLEX ZERO
140 PARAMETER (ZERO= (0.0D+0,0.0D+0))
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
202 IF (BETA.EQ.ZERO) THEN
204 Y(I) = ZERO
213 IF (BETA.EQ.ZERO) THE
    [all...]
  /external/eigen/doc/snippets/
MatrixBase_all.cpp 1 Vector3f boxMin(Vector3f::Zero()), boxMax(Vector3f::Ones());
MatrixBase_marked.cpp 5 Matrix3d m = Matrix3d::Zero();
  /external/eigen/test/eigen2/
eigen2_sparse_product.cpp 25 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
26 DenseMatrix refMat3 = DenseMatrix::Zero(rows, rows);
27 DenseMatrix refMat4 = DenseMatrix::Zero(rows, rows);
28 DenseMatrix dm4 = DenseMatrix::Zero(rows, rows);
58 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows);
59 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows);
76 DenseMatrix refUp = DenseMatrix::Zero(rows, rows);
77 DenseMatrix refLo = DenseMatrix::Zero(rows, rows);
78 DenseMatrix refS = DenseMatrix::Zero(rows, rows);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
73 @CollectionSize.Require(absent = ZERO)
81 @CollectionSize.Require(absent = ZERO)
CollectionContainsTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
39 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
MapContainsKeyTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
38 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
70 @CollectionSize.Require(absent = ZERO)
MapContainsValueTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
38 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
70 @CollectionSize.Require(absent = ZERO)
MapGetTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
40 @CollectionSize.Require(absent = ZERO)
64 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
  /external/icu/icu4c/source/config/
icu-config-top 17 ## Zero out prefix.
  /external/icu/icu4c/source/test/testdata/
test1.ucm 19 # fromUnicode result is zero byte from other than U+0000
  /external/iptables/extensions/
libxt_NETMAP.man 9 All bits that are zero in the mask are filled in from the original address.
  /external/jemalloc/include/jemalloc/internal/
extent.h 30 /* True if zero-filled; used by chunk recycling code. */
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 41 "mthi $zero, $ac0 \n\t"
43 "mthi $zero, $ac1 \n\t"
51 "mthi $zero, $ac0 \n\t"
63 "mthi $zero, $ac1 \n\t"
82 "mthi $zero, $ac0 \n\t"
98 "mthi $zero, $ac1 \n\t"
117 "mthi $zero, $ac0 \n\t"
129 "mthi $zero, $ac1 \n\t"
148 "mthi $zero, $ac0 \n\t"
150 "mthi $zero, $ac1 \n\t
    [all...]

Completed in 1362 milliseconds

<<11121314151617181920>>