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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
atomic.ll 16 ; CHECK: beq $[[R2]], $zero, $[[BB0]]
29 ; CHECK: nor $[[R2:[0-9]+]], $zero, $[[R3]]
31 ; CHECK: beq $[[R2]], $zero, $[[BB0]]
47 ; CHECK: beq $[[R2]], $zero, $[[BB0]]
64 ; CHECK: beq $[[R2]], $zero, $[[BB0]]
79 ; CHECK: addiu $[[R1:[0-9]+]], $zero, -4
83 ; CHECK: ori $[[R5:[0-9]+]], $zero, 255
85 ; CHECK: nor $[[R7:[0-9]+]], $zero, $[[R6]]
95 ; CHECK: beq $[[R14]], $zero, $[[BB0]]
110 ; CHECK: addiu $[[R1:[0-9]+]], $zero, -
    [all...]
  /device/asus/flo/
mixer_paths.xml 73 <ctl name="IIR1 INP1 MUX" value="ZERO" />
74 <ctl name="SLIM TX10 MUX" value="ZERO" />
75 <ctl name="SLIM TX9 MUX" value="ZERO" />
76 <ctl name="SLIM TX8 MUX" value="ZERO" />
77 <ctl name="SLIM TX7 MUX" value="ZERO" />
78 <ctl name="SLIM TX6 MUX" value="ZERO" />
79 <ctl name="SLIM TX5 MUX" value="ZERO" />
80 <ctl name="SLIM TX4 MUX" value="ZERO" />
81 <ctl name="SLIM TX3 MUX" value="ZERO" />
82 <ctl name="SLIM TX2 MUX" value="ZERO" />
    [all...]
snd_soc_msm_2x 1744 'RX1 MIX1 INP1':0:ZERO
1745 'RX1 MIX1 INP2':0:ZERO
1748 'SLIM TX3 MUX':0:ZERO
1771 'RX1 MIX1 INP1':0:ZERO
1772 'RX1 MIX1 INP2':0:ZERO
1775 'SLIM TX3 MUX':0:ZERO
1797 'RX1 MIX1 INP1':0:ZERO
1798 'RX1 MIX1 INP2':0:ZERO
1801 'SLIM TX3 MUX':0:ZERO
1822 'RX1 MIX1 INP1':0:ZERO
    [all...]
snd_soc_msm_2x_Fusion3 1744 'RX1 MIX1 INP1':0:ZERO
1745 'RX1 MIX1 INP2':0:ZERO
1748 'SLIM TX3 MUX':0:ZERO
1771 'RX1 MIX1 INP1':0:ZERO
1772 'RX1 MIX1 INP2':0:ZERO
1775 'SLIM TX3 MUX':0:ZERO
1797 'RX1 MIX1 INP1':0:ZERO
1798 'RX1 MIX1 INP2':0:ZERO
1801 'SLIM TX3 MUX':0:ZERO
1822 'RX1 MIX1 INP1':0:ZERO
    [all...]
  /device/lge/mako/
mixer_paths.xml 69 <ctl name="IIR1 INP1 MUX" value="ZERO" />
70 <ctl name="SLIM TX10 MUX" value="ZERO" />
71 <ctl name="SLIM TX9 MUX" value="ZERO" />
72 <ctl name="SLIM TX8 MUX" value="ZERO" />
73 <ctl name="SLIM TX7 MUX" value="ZERO" />
74 <ctl name="SLIM TX6 MUX" value="ZERO" />
75 <ctl name="SLIM TX5 MUX" value="ZERO" />
76 <ctl name="SLIM TX4 MUX" value="ZERO" />
77 <ctl name="SLIM TX3 MUX" value="ZERO" />
78 <ctl name="SLIM TX2 MUX" value="ZERO" />
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java 58 BigInteger.ZERO,
60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
61 new ECPrivateKeySpec(BigInteger.ZERO,
77 BigInteger.ZERO,
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
119 BigInteger.ZERO,
121 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
125 ECPrivateKeySpec ks = new ECPrivateKeySpec(BigInteger.ZERO, params);
145 BigInteger.ZERO,
147 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L))
    [all...]
ECPublicKeySpec_ImplTest.java 58 BigInteger.ZERO,
60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
77 BigInteger.ZERO,
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
118 BigInteger.ZERO,
120 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
143 BigInteger.ZERO,
145 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
169 BigInteger.ZERO,
171 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L))
    [all...]
  /external/openfst/src/include/fst/
lexicographic-weight.h 23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b,
46 using PairWeight<W1, W2>::Zero;
75 static const LexicographicWeight<W1, W2> &Zero() {
76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero());
77 return zero;
99 if (Value1() == W1::Zero() && Value2() == W2::Zero()) return true;
100 if (Value1() != W1::Zero() && Value2() != W2::Zero()) return true
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 104 * Will be zero for objects with no thumbnail
114 * Will be zero for objects with no thumbnail
124 * Will be zero for objects with no thumbnail
134 * Will be zero for objects with no thumbnail
144 * Will be zero for non-image objects
154 * Will be zero for non-image objects
164 * Will be zero for non-image objects
174 * Will be zero for the root directory of a storage unit
184 * Will be zero objects that are not of format
197 * Will be zero objects that are not of forma
    [all...]
  /external/eigen/blas/
chpmv.f 39 * N must be at least zero.
59 * not be set and are assumed to be zero.
70 * X. INCX must not be zero.
75 * supplied as zero then Y need not be set on input.
86 * Y. INCY must not be zero.
105 COMPLEX ZERO
106 PARAMETER (ZERO= (0.0E+0,0.0E+0))
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
164 IF (BETA.EQ.ZERO) THEN
166 Y(I) = ZERO
    [all...]
zhpmv.f 39 * N must be at least zero.
59 * not be set and are assumed to be zero.
70 * X. INCX must not be zero.
75 * supplied as zero then Y need not be set on input.
86 * Y. INCY must not be zero.
105 DOUBLE COMPLEX ZERO
106 PARAMETER (ZERO= (0.0D+0,0.0D+0))
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
164 IF (BETA.EQ.ZERO) THEN
166 Y(I) = ZERO
    [all...]
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.m 37 return 5/y; // expected-warning {{Division by zero}}
43 return 5/[a getInt]; // expected-warning {{Division by zero}}
49 return 5/[a getInt]; // expected-warning {{Division by zero}}
54 return 5/[a getInt]; // expected-warning {{Division by zero}}
74 return 5/_attribute; // expected-warning {{Division by zero}}
95 return 5/_attribute; // expected-warning {{Division by zero}}
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java 20 * {@code K}. If a key has not yet been associated with a value, its implicit value is zero.
22 * <p>Most methods in this class treat absent values and zero values identically, as individually
33 * <b>Warning:</b> Unlike {@code Multiset}, entries whose values are zero are not automatically
64 * Returns the value associated with {@code key}, or zero if there is no value associated with
104 // don't compareAndSet a zero
153 // don't compareAndSet a zero
172 * associated with {@code key}, or zero if there was no such value.
188 // don't compareAndSet a zero
218 * in the map, this method has no effect and returns zero.
229 // only remove after setting to zero, to avoid concurrent update
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListAddAtIndexTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(absent = ZERO)
49 @CollectionSize.Require(absent = ZERO)
51 * absent = ZERO isn't required, since unmodList.add() must
81 @CollectionSize.Require(absent = {ZERO, ONE})
88 @CollectionSize.Require(absent = ZERO)
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 28 import static java.math.BigInteger.ZERO;
55 BigInteger.ZERO.setBit(2 * BigIntegerMath.SQRT2_PRECOMPUTE_THRESHOLD + 1), FLOOR),
62 boolean expected = x.signum() > 0 & x.and(x.subtract(ONE)).equals(ZERO);
70 BigIntegerMath.log2(ZERO, mode);
91 assertTrue(ZERO.setBit(result).compareTo(x) <= 0);
92 assertTrue(ZERO.setBit(result + 1).compareTo(x) > 0);
101 assertTrue(ZERO.setBit(result).compareTo(x) >= 0);
102 assertTrue(result == 0 || ZERO.setBit(result - 1).compareTo(x) < 0);
113 assertEquals(x, ZERO.setBit(BigIntegerMath.log2(x, UNNECESSARY)));
126 assertTrue(ZERO.setBit(2 * result + 1).compareTo(x2) > 0)
    [all...]
  /external/libffi/
acinclude.m4 27 AC_CACHE_CHECK([whether mmap from /dev/zero works],
29 [# Add a system to this blacklist if it has mmap() but /dev/zero
30 # does not exist, or if mmapping /dev/zero does not give anonymous
46 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
69 # above for use of /dev/zero.
86 [Define if mmap of /dev/zero works.])
  /external/webkit/Source/JavaScriptCore/wtf/
DecimalNumber.h 47 // Zero should always have exponent 0.
49 // No values other than zero should have a leading zero.
51 // No values other than zero should have trailing zeros.
65 // Zero should always have exponent 0.
80 // Zero should always have exponent 0.
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 39 bne t1, zero, .Llast8
42 beq a1, zero, .Lueven # If zero pattern, no need to extend
50 subu t0, zero, a0 # Unaligned address?
52 beq t0, zero, .Lchkw
71 beq t0, zero, .Llast8 # word remaining after the loop
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanhf.c 24 static const float zero = 0.0; variable
36 return x/zero;
37 if(ix<0x31800000&&(huge+x)>zero) return x; /* x<2**-28 */
  /bionic/tests/
fenv_test.cpp 34 volatile float zero = 0.0f; local
35 volatile float result __attribute__((unused)) = 123.0f / zero;
67 // Dividing by zero sets FE_DIVBYZERO.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Zeroes.java 33 * Gets the "zero" (or {@code null}) value for the given type.
36 * @return {@code non-null;} its "zero" value
50 throw new UnsupportedOperationException("no zero for type: " +
  /dalvik/dx/src/com/android/dx/rop/cst/
Zeroes.java 33 * Gets the "zero" (or {@code null}) value for the given type.
36 * @return {@code non-null;} its "zero" value
50 throw new UnsupportedOperationException("no zero for type: " +
  /external/antlr/antlr-3.4/runtime/Perl5/
MANIFEST 18 examples/zero-one/T.g
19 examples/zero-one/t-error.pl
20 examples/zero-one/t.pl
  /external/bison/lib/
calloc.c 38 /* Allocate and zero-fill an NxS-byte block of memory from the heap.
39 If N or S is zero, allocate and zero-fill a 1-byte block. */
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Zeroes.java 33 * Gets the "zero" (or {@code null}) value for the given type.
36 * @return {@code non-null;} its "zero" value
50 throw new UnsupportedOperationException("no zero for type: " +

Completed in 684 milliseconds

<<11121314151617181920>>