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

<<11121314151617181920>>

  /external/eigen/blas/
dsbmv.f 39 * N must be at least zero.
104 * X. INCX must not be zero.
118 * Y. INCY must not be zero.
133 DOUBLE PRECISION ONE,ZERO
134 PARAMETER (ONE=1.0D+0,ZERO=0.0D+0)
174 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
196 IF (BETA.EQ.ZERO) THEN
198 Y(I) = ZERO
207 IF (BETA.EQ.ZERO) THEN
209 Y(IY) = ZERO
    [all...]
ssbmv.f 39 * N must be at least zero.
104 * X. INCX must not be zero.
118 * Y. INCY must not be zero.
135 REAL ONE,ZERO
136 PARAMETER (ONE=1.0E+0,ZERO=0.0E+0)
176 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
198 IF (BETA.EQ.ZERO) THEN
200 Y(I) = ZERO
209 IF (BETA.EQ.ZERO) THEN
211 Y(IY) = ZERO
    [all...]
chpr.f 39 * N must be at least zero.
54 * X. INCX must not be zero.
74 * not be set, they are assumed to be zero, and on exit they
75 * are set to zero.
91 COMPLEX ZERO
92 PARAMETER (ZERO= (0.0E+0,0.0E+0))
126 IF ((N.EQ.0) .OR. (ALPHA.EQ.REAL(ZERO))) RETURN
146 IF (X(J).NE.ZERO) THEN
162 IF (X(JX).NE.ZERO) THEN
183 IF (X(J).NE.ZERO) THE
    [all...]
zhpr.f 39 * N must be at least zero.
54 * X. INCX must not be zero.
74 * not be set, they are assumed to be zero, and on exit they
75 * are set to zero.
91 DOUBLE COMPLEX ZERO
92 PARAMETER (ZERO= (0.0D+0,0.0D+0))
126 IF ((N.EQ.0) .OR. (ALPHA.EQ.DBLE(ZERO))) RETURN
146 IF (X(J).NE.ZERO) THEN
162 IF (X(JX).NE.ZERO) THEN
183 IF (X(J).NE.ZERO) THE
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 147 var a = ['zero', ,'two'];
149 assertEquals("zero,baz,two", a.join(","));
195 push_function(a, 'zero');
203 var zero = splice_function(a, pos, 1);
207 assertEquals(1, zero.length, "zero length");
208 assertEquals("zero", zero[0]);
212 push_function(a, 'zero');
217 assertEquals("zero", a[pos+1])
    [all...]
  /hardware/invensense/libsensors_iio/software/core/driver/include/
mlsl.h 66 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
81 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
87 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
101 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
117 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
133 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
152 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
172 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
191 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
207 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise
    [all...]
  /hardware/invensense/mlsdk/platform/include/
mlsl.h 81 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
96 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
102 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
116 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
132 * returns INV_SUCCESS if successful, a non-zero error code otherwise.
148 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
167 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
184 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
200 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise.
215 * returns INV_SUCCESS == 0 if successful; a non-zero error code otherwise
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.stdout.exp 4 zero:PASSED:(double)(0x1p-149 ) = 0x1.cp-149
5 zero:PASSED:(double)(0x1p-149 ) = 0x1.4p-149
13 zero:PASSED:(double)(0x1.000002p-126 ) = 0x1.0000038p-126
14 zero:PASSED:(double)(0x1.000002p-126 ) = 0x1.0000028p-126
22 zero:PASSED:(float)( int) 67047421 = 67047420.0
23 zero:PASSED:(float)( int) 67047423 = 67047420.0
30 zero:PASSED:(float)( int)-67047421 = -67047420.0
31 zero:PASSED:(float)( int)-67047423 = -67047420.0
39 zero:PASSED:(float)( int) 67047421 = 67047420.0
40 zero:PASSED:(float)( int) 67047423 = 67047420.
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 70 * if size of the terrain is not greater that zero, or number of
71 * iterations is not greater that zero
78 "Either size of the terrain is not greater that zero, "
79 + "or number of iterations is not greater that zero, "
80 + "or minimum or maximum radius are not greater than zero, "
108 * if size of the terrain is not greater that zero, or number of
109 * iterations is not greater that zero
217 * if iterations if not greater than zero
222 "Number of iterations is not greater than zero");
234 * if the maximum radius if not greater than zero or not greater
    [all...]
  /external/skia/include/core/
Sk64.h 23 /** Returns non-zero if the Sk64 can be represented as a signed 32 bit integer
27 /** Returns non-zero if the Sk64 cannot be represented as a signed 32 bit integer
31 /** Returns non-zero if the Sk64 can be represented as a signed 48 bit integer. Used to know
36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
66 /** Returns non-zero if the number is zero */
69 /** Returns non-zero if the number is non-zero */
72 /** Returns non-zero if the number is negative (number < 0) */
75 /** Returns non-zero if the number is positive (number > 0) *
    [all...]
  /external/skia/legacy/include/core/
Sk64.h 23 /** Returns non-zero if the Sk64 can be represented as a signed 32 bit integer
27 /** Returns non-zero if the Sk64 cannot be represented as a signed 32 bit integer
31 /** Returns non-zero if the Sk64 can be represented as a signed 48 bit integer. Used to know
36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
66 /** Returns non-zero if the number is zero */
69 /** Returns non-zero if the number is non-zero */
72 /** Returns non-zero if the number is negative (number < 0) */
75 /** Returns non-zero if the number is positive (number > 0) *
    [all...]
  /external/clang/test/Driver/
fsanitize.c 4 // CHECK-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|object-size|float-cast-overflow|bounds|enum|bool),?){14}"}}
8 // CHECK-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|vptr|object-size|float-cast-overflow|bounds|enum|bool),?){15}"}}
11 // CHECK-INTEGER: "-fsanitize={{((signed-integer-overflow|unsigned-integer-overflow|integer-divide-by-zero|shift),?){4}"}}
14 // CHECK-PARTIAL-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift|unreachable|return|vla-bound|alignment|null|object-size|bounds),?){11}"}}
71 // RUN: %clang -target x86_64-linux-gnu -fsanitize-address-zero-base-shadow -pie %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ONLY-ASAN-ZERO-BASE-SHADOW
72 // CHECK-ONLY-ASAN-ZERO-BASE-SHADOW: warning: argument unused during compilation: '-fsanitize-address-zero-base-shadow
    [all...]
  /external/kernel-headers/original/asm-arm/
tlbflush.h 246 const int zero = 0; local
250 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero));
253 asm("mcr%? p15, 0, %0, c6, c0, 0" : : "r" (zero));
255 asm("mcr%? p15, 0, %0, c8, c7, 0" : : "r" (zero));
257 asm("mcr%? p15, 0, %0, c8, c6, 0" : : "r" (zero));
259 asm("mcr%? p15, 0, %0, c8, c5, 0" : : "r" (zero));
264 const int zero = 0; local
269 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero));
273 asm("mcr%? p15, 0, %0, c6, c0, 0" : : "r" (zero));
275 asm("mcr%? p15, 0, %0, c8, c7, 0" : : "r" (zero));
293 const int zero = 0; local
324 const int zero = 0; local
372 const unsigned int zero = 0; local
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 72 move v0,zero
78 move v0,zero
201 move v0,zero
207 move v0,zero
300 move v0,zero
306 move v0,zero
351 move v0,zero
387 move v0,zero
393 move v0,zero
487 move v0,zero
    [all...]
  /bootable/recovery/minzip/
SysUtil.h 36 * On success, "pMap" is filled in, and zero is returned.
44 * On success, "pMap" is filled in, and zero is returned.
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 44 * unsigned two-byte integer value, zero-extended
68 * four-byte bit pattern, zero-extended to the right, and interpreted as an
77 * eight-byte bit pattern, zero-extended to the right, and interpreted as an
86 * unsigned (zero-extended) four-byte integer value, interpreted as an index
95 * unsigned (zero-extended) four-byte integer value, interpreted as an index
104 * unsigned (zero-extended) four-byte integer value, interpreted as an index
113 * unsigned (zero-extended) four-byte integer value, interpreted as an index
122 * unsigned (zero-extended) four-byte integer value, interpreted as an index
  /dalvik/tests/045-reflect-array/src/
Main.java 167 array[0] = "entry zero";
176 if (!"entry zero".equals(Array.get(strArray, 0)))
220 array3[0][0][0] = "zero zero zero";
221 array3[0][1][2] = "zero one two";
238 strar[2] = "zero one two ++";
249 array3[0][1][2] = "zero one two";
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 9 * a flag. If it is zero, we know we were called from static code.
10 * If non-zero, it points to the chain cell containing dPC.
  /dalvik/vm/compiler/template/mips/
fbinop.S 20 beqz a1, common_errDivideByZero # is second operand zero?
29 # is second operand zero?
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 34 cmp r0, #0 @ zero == no
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
OP_FLOAT_TO_LONG.S 34 cmp r0, #0 @ zero == no
35 moveq r1, #0 @ return zero for NaN
binopLit16.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
21 cmp r1, #0 @ is second operand zero?
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 34 cmp r0, #0 @ zero == no
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
OP_FLOAT_TO_LONG.S 34 cmp r0, #0 @ zero == no
35 moveq r1, #0 @ return zero for NaN
binopLit16.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
20 cmp r1, #0 @ is second operand zero?

Completed in 2209 milliseconds

<<11121314151617181920>>