HomeSort by relevance Sort by last modified time
    Searched defs:zero (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/replicaisland/src/com/replica/replicaisland/
RenderComponent.java 49 mDrawOffset.zero();
  /external/skia/tests/
Sk64Test.cpp 6 int8_t zero, pos, neg, toBool, sign; member in struct:BoolTable
14 REPORTER_ASSERT(reporter, !a.isZero() == !table.zero);
  /external/valgrind/main/coregrind/
m_libcsignal.c 340 not-pending-any-more. If none are pending, return zero. The _zero
341 refers to the fact that there is zero timeout, so if no signals are
358 static const struct vki_timespec zero = { 0, 0 }; local
360 (UWord)&zero, sizeof(*set));
  /external/valgrind/main/none/tests/
faultstatus.c 12 /* Division by zero triggers a SIGFPE on x86 and x86_64,
42 static int zero();
114 volatile int v = 44/zero();
170 static int zero() function
  /external/webkit/Source/WebCore/platform/graphics/
IntPoint.h 84 static IntPoint zero() { return IntPoint(); } function in class:WebCore::IntPoint
109 *this = expandedTo(zero());
  /frameworks/base/core/jni/
android_backup_BackupHelperDispatcher.cpp 202 int zero = 0; local
203 err = write(fd, &zero, namePadding);
  /frameworks/base/libs/utils/
Debug.cpp 119 bool zero = true; local
122 if (!zero) valid = false;
124 zero = false;
130 if (zero) valid = false;
134 bool zero = true; local
137 if (!zero) valid = false;
139 zero = false;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 145 /* Zero vector */
147 Word16 *zero; member in struct:__anon15127
189 * - set static vectors to zero
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 86 zero RN 4 label
162 MOV zero,#0
166 STREQ zero,[pDstMVCurMB]
168 STREQ zero,[pDstMVCurMB,#4]
170 STREQ zero,[pDstMVCurMB,#4]
173 STREQ zero,[pDstMVCurMB,#4]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 86 zero RN 4 label
162 MOV zero,#0
166 STREQ zero,[pDstMVCurMB]
168 STREQ zero,[pDstMVCurMB,#4]
170 STREQ zero,[pDstMVCurMB,#4]
173 STREQ zero,[pDstMVCurMB,#4]
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 34 boolean zero; field in class:StringToReal.StringExponentPair
46 * integer value (or zero). The exponent will be used to calculate the
55 * integer value (or zero). The exponent will be used to calculate the
127 result.zero = true;
197 result.zero = true;
264 if (info.infinity || info.zero) {
305 if (info.infinity || info.zero) {
  /system/media/wilhelm/src/
locks.c 86 pthread_t zero; local
87 memset(&zero, 0, sizeof(pthread_t));
88 if (0 != memcmp(&zero, &thiz->mOwner, sizeof(pthread_t))) {
  /bionic/libm/bsdsrc/
b_tgamma.c 126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable
136 return(one/zero);
285 return (one/zero);
  /bionic/libm/src/
e_j0.c 19 * Bessel function of the first and second kinds of order zero.
83 static const double zero = 0.0; variable
102 if ((s*c)<zero) cc = z/ss;
156 if((ix|lx)==0) return -one/zero;
157 if(hx<0) return zero/zero;
180 if ((s*c)<zero) cc = z/ss;
e_j0f.c 41 static const float zero = 0.0; variable
60 if ((s*c)<zero) cc = z/ss;
114 if(ix==0) return -one/zero;
115 if(hx<0) return zero/zero;
138 if ((s*c)<zero) cc = z/ss;
e_j1.c 19 * Bessel function of the first and second kinds of order zero.
84 static const double zero = 0.0; variable
103 if ((s*c)>zero) cc = z/ss;
153 if((ix|lx)==0) return -one/zero;
154 if(hx<0) return zero/zero;
162 if ((s*c)>zero) cc = z/ss;
e_j1f.c 42 static const float zero = 0.0; variable
61 if ((s*c)>zero) cc = z/ss;
111 if(ix==0) return -one/zero;
112 if(hx<0) return zero/zero;
120 if ((s*c)>zero) cc = z/ss;
e_pow.c 68 zero = 0.0, variable
110 /* y==zero: x**0 = 1 */
144 return (hy>=0)? y: zero;
146 return (hy<0)?-y: zero;
226 t_h = zero;
283 t = zero;
e_powf.c 27 zero = 0.0, variable
68 /* y==zero: x**0 = 1 */
96 return (hy>=0)? y: zero;
98 return (hy<0)?-y: zero;
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 235 unsigned zero = 0; local
237 setup_tx(&zero, 2);
  /bootable/recovery/minelf/
Retouch.c 267 // Retouch to zero (mask the retouching), to make sure that
269 int32_t zero = 0; local
270 retouch_mask_data(file.data, file.size, &zero, NULL);
280 // We return a zero override, which tells the caller that we
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 99 final int zero = 0; local
104 myAbsSeekBar.setThumbOffset(zero);
105 assertEquals(zero, myAbsSeekBar.getThumbOffset());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 59 private byte zero[] = new byte[0]; field in class:SHA1PRNG_SecureRandomTest
83 case 1 : sr.setSeed( zero );
89 case 3 : sr.nextBytes( zero );
209 ref.setSeed(zero);
210 tst.setSeed(zero);
221 ref.nextBytes(zero);
222 tst.nextBytes(zero);
232 // object initialized with setSeed(zero)
235 ref.setSeed(zero);
236 tst.setSeed(zero);
    [all...]
  /external/blktrace/
blkparse_fmt.c 110 static char zero[4096]; local
112 return !memcmp(pdu, zero, len);
  /external/clang/test/Analysis/
idempotent-operations.c 10 int x = 10, zero = 0, one = 1; local
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}}
42 test(x >> zero); // expected-warning {{The right operand to '>>' is always 0}}
45 test(zero + x); // expected-warning {{The left operand to '+' is always 0}
179 int zero = 0; \/\/ pseudo-constant local
    [all...]

Completed in 1631 milliseconds

1 2 3 45 6 7 8 9