HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 351 - 375 of 11206) sorted by null

<<11121314151617181920>>

  /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...]
chpr2.f 39 * N must be at least zero.
54 * X. INCX must not be zero.
65 * Y. INCY must not be zero.
85 * not be set, they are assumed to be zero, and on exit they
86 * are set to zero.
102 COMPLEX ZERO
103 PARAMETER (ZERO= (0.0E+0,0.0E+0))
139 IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
169 IF ((X(J).NE.ZERO) .OR. (Y(J).NE.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...]
zhpr2.f 39 * N must be at least zero.
54 * X. INCX must not be zero.
65 * Y. INCY must not be zero.
85 * not be set, they are assumed to be zero, and on exit they
86 * are set to zero.
102 DOUBLE COMPLEX ZERO
103 PARAMETER (ZERO= (0.0D+0,0.0D+0))
139 IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
169 IF ((X(J).NE.ZERO) .OR. (Y(J).NE.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/icu4c/test/testdata/
test1.ucm 19 # fromUnicode result is zero byte from other than U+0000
  /external/iptables/extensions/
libipt_NETMAP.man 9 All bits that are zero in the mask are filled in from the original address.
  /external/kernel-headers/original/linux/
irqreturn.h 17 * IRQ_RETVAL(x) selects on the two depending on x being non-zero (for handled)
  /external/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-J.ll 3 ;is non-zero (3).
inlineasm-cnstrnt-bad-L.ll 3 ;is non-zero in the lower 16 bits (0x00100003).
  /external/llvm/test/CodeGen/X86/
2010-11-18-SelectOfExtload.ll 2 ; Both values were being zero extended.
subreg-to-reg-1.ll 3 ; Don't eliminate or coalesce away the explicit zero-extension!
  /external/llvm/test/MC/Disassembler/Mips/
mips64.txt 9 # CHECK: ddiv $zero, $26, $22
12 # CHECK: ddivu $zero, $9, $24
63 # CHECK: ld $26, 3958($zero)
66 # CHECK: sd $6, 17767($zero)
mips64_le.txt 9 # CHECK: ddiv $zero, $26, $22
12 # CHECK: ddivu $zero, $9, $24
63 # CHECK: ld $26, 3958($zero)
66 # CHECK: sd $6, 17767($zero)
  /external/llvm/test/MC/ELF/
align-size.s 5 .zero 4
  /external/llvm/test/Transforms/InstCombine/
bitcast-sext-vector.ll 3 ; Don't fold zero/sign extensions with a bitcast between a vector and scalar.

Completed in 211 milliseconds

<<11121314151617181920>>