HomeSort by relevance Sort by last modified time
    Searched defs:zero (Results 226 - 250 of 404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
idempotent-operations.c 9 int x = 10, zero = 0, one = 1; local
34 test(x + zero); // expected-warning {{The right operand to '+' is always 0}}
35 test(x - zero); // expected-warning {{The right operand to '-' is always 0}}
36 test(x * zero); // expected-warning {{The right operand to '*' is always 0}}
37 test(x & zero); // expected-warning {{The right operand to '&' is always 0}}
38 test(x | zero); // expected-warning {{The right operand to '|' is always 0}}
39 test(x ^ zero); // expected-warning {{The right operand to '^' is always 0}}
40 test(x << zero); // expected-warning {{The right operand to '<<' is always 0}}
41 test(x >> zero); // expected-warning {{The right operand to '>>' is always 0}}
44 test(zero + x); // expected-warning {{The left operand to '+' is always 0}
178 int zero = 0; \/\/ pseudo-constant local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 84 IntTemplate<0> zero; local
  /external/clang/test/Sema/
compare.c 214 return a > 0; // expected-warning {{ordered comparison between pointer and zero ('int *' and 'int') is an extension}}
234 enum en { zero }; enumerator in enum:en
235 return i > zero;
294 #define ZERO 0
303 return x >= ZERO; // no-warning
305 #undef ZERO
  /external/clang/test/SemaCXX/
undefined-internal.cpp 90 static const int zero = 0; member in struct:test6::A
96 A() : value(zero) {
  /external/eigen/test/
jacobisvd.cpp 36 MatrixType sigma = MatrixType::Zero(rows,cols);
161 MatrixType a = MatrixType::Zero(rows, cols);
207 // a division by zero, even if the numeric type has floating point
209 EIGEN_DONT_INLINE Scalar zero() { return Scalar(0); } function
221 Scalar some_inf = Scalar(1) / zero<Scalar>();
225 Scalar some_nan = zero<Scalar>() / zero<Scalar>();
229 MatrixType m = MatrixType::Zero(10,10);
233 m = MatrixType::Zero(10,10);
  /external/fdlibm/
e_j0.c 15 * Bessel function of the first and second kinds of order zero.
86 static double zero = 0.0; variable
109 if ((s*c)<zero) cc = z/ss;
172 if((ix|lx)==0) return -one/zero;
173 if(hx<0) return zero/zero;
196 if ((s*c)<zero) cc = z/ss;
e_j1.c 15 * Bessel function of the first and second kinds of order zero.
87 static double zero = 0.0; variable
110 if ((s*c)>zero) cc = z/ss;
173 if((ix|lx)==0) return -one/zero;
174 if(hx<0) return zero/zero;
182 if ((s*c)>zero) cc = z/ss;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
DSASHA1Verify.java 147 BigInteger zero = BigInteger.ZERO; local
160 if (zero.compareTo(r) >= 0 || q.compareTo(r) <= 0)
162 log.warning("ssh-dss signature: zero.compareTo(r) >= 0 || q.compareTo(r) <= 0");
166 if (zero.compareTo(s) >= 0 || q.compareTo(s) <= 0)
168 log.warning("ssh-dss signature: zero.compareTo(s) >= 0 || q.compareTo(s) <= 0");
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector2f.java 53 public static final Vector2f ZERO = new Vector2f(0f, 0f);
421 * by zero will result in an exception.
626 * <code>zero</code> resets this vector's data to zero internally.
628 public Vector2f zero() { method in class:Vector2f
  /external/kernel-headers/original/asm-mips/
regdef.h 20 #define zero $0 /* wired zero */ macro
59 #define zero $0 /* wired zero */ macro
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 120 static float zero = 0.0; local
121 c->prog_data.param[slot] = &zero;
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 96 static const SparseTupleWeight<W, K> &Zero() {
97 static SparseTupleWeight<W, K> zero; local
98 return zero;
169 Init(W::Zero());
212 // Assumed default value of uninitialized keys, by default W::Zero()
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 1009 PhPoint_t zero = {0, 0}; local
1013 PgSetTranslation(&zero, 0);
  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 22 * This component allows objects to die and be deleted when their life is reduced to zero or they
51 mHotSpotTestPoint.zero();
SphereCollisionVolume.java 80 mCenter.zero();
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 194 __m128i zero = _mm_setzero_si128(); local
232 __m128i src16 = _mm_unpacklo_epi8(src8, zero);
250 src16 = _mm_unpackhi_epi8(src8, zero);
266 // the filter coefficient that was loaded incorrectly to zero; Other than
282 __m128i src16 = _mm_unpacklo_epi8(src8, zero);
290 src16 = _mm_unpackhi_epi8(src8, zero);
303 accum = _mm_packs_epi32(accum, zero);
305 accum = _mm_packus_epi16(accum, zero);
323 __m128i zero = _mm_setzero_si128(); local
361 src16 = _mm_unpacklo_epi8(src8, zero); \
446 __m128i zero = _mm_setzero_si128(); local
    [all...]
SkBitmapProcState_opts_SSSE3.cpp 187 // pixels is zero (sub_y), and are therefore omitted here to save on some
417 const __m128i zero = _mm_setzero_si128(); local
482 sum = _mm_packus_epi16(sum, zero);
563 sum0 = _mm_packus_epi16(sum0, zero);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 581 zero RN 12 label
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 24 #define zero $0 macro
69 #define zero $0 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 40 #define zero $0 /* always zero */ macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 24 #define zero $0 macro
69 #define zero $0 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 40 #define zero $0 /* always zero */ macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 24 #define zero $0 macro
69 #define zero $0 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 40 #define zero $0 /* always zero */ macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 24 #define zero $0 macro
69 #define zero $0 macro

Completed in 1750 milliseconds

1 2 3 4 5 6 7 8 91011>>