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

1 2 3 4 56 7 8 9

  /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/
uninitialized.cpp 37 static int zero() { return 0; } function in class:A
56 A a5(a5.zero());
overloaded-builtin-operators.cpp 212 long long zero = 0; local
213 (void)(foo + zero);
214 (void)(foo - zero);
215 (void)(zero + foo);
216 (void)(zero[foo]);
220 return foo[zero] == zero;
  /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;
e_pow.c 71 zero = 0.0, variable
118 /* y==zero: x**0 = 1 */
152 return (hy>=0)? y: zero;
154 return (hy<0)?-y: zero;
230 t_h = zero;
288 t = zero;
  /external/qemu/distrib/sdl-1.2.12/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/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 73 void AudioBus::zero() function in class:WebCore::AudioBus
76 m_channels[i]->zero();
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 293 WTF::String zero = WebCore::decodeURLEscapeSequences("%00"); local
294 EXPECT_STRNE("%00", zero.utf8().data());
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 581 zero RN 12 label
  /system/core/adb/
services.c 63 unsigned zero = 0; local
69 writex(fd, &zero, 4);
319 // set OOM adjustment to zero
334 // Don't set child's OOM adjustment to zero.
  /bootable/recovery/mtdutils/
mtdutils.c 507 // Zero-pad and write any pending data to get us to a block boundary
509 size_t zero = ctx->partition->erase_size - ctx->stored; local
510 memset(ctx->buffer + ctx->stored, 0, zero);
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConvertTest.java 90 long zero = 0; local
92 assertTrue("incorrect value", Double.doubleToLongBits(result) == zero);
152 int zero = 0; local
154 assertTrue("incorrect value", Float.floatToIntBits(result) == zero);
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 87 TimeDelta zero() { return TimeDelta::FromSeconds(0); } function in class:browser_sync::SyncerThread2Test
113 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types,
213 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
230 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
361 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
400 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, types2,
415 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_NOTIFICATION, types3,
437 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL,
453 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL,
480 syncer_thread()->ScheduleNudgeWithPayloads(zero(), NUDGE_SOURCE_LOCAL
    [all...]
  /external/dropbear/
keyimport.c 624 * The first integer should be zero always (I think
703 char zero[1]; local
738 numbers[0].start = zero; numbers[0].bytes = 1; zero[0] = '\0';
906 * padding bytes is always more than zero, and always at most
    [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/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 126 Value * constant, Value * one, Value * zero,
133 factor = zero;
330 Value * const zero = constIntVec(builder,0,0,0,0); local
349 constant, one, zero, srcA, dstA,
360 constant, one, zero, srcA, dstA,
  /external/wpa_supplicant/
sha1.c 126 u8 zero = 0, counter = 0; local
135 addr[1] = &zero;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 444 struct bignum *zero; local
470 zero = bignum_init();
471 if (zero == NULL)
474 if (bignum_set_unsigned_bin(zero, hdr.payload, hdr.length) < 0) {
476 bignum_deinit(zero);
481 if (bignum_cmp_d(zero, 0) != 0) {
482 wpa_printf(MSG_DEBUG, "PKCS #8: Expected zero INTEGER in the "
485 bignum_deinit(zero);
488 bignum_deinit(zero);
582 * (BT=0: PS=0x00, BT=1: PS=0xff, BT=2: PS=pseudorandom non-zero)
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 157 static const double zero= 0.00000000000000000000e+00; variable
167 if(ix<0x3fd00000) return __kernel_sin(pi*x,zero,0);
181 y = zero; n = 0; /* y must be even */
191 case 0: y = __kernel_sin(pi*y,zero,0); break;
193 case 2: y = __kernel_cos(pi*(0.5-y),zero); break;
195 case 4: y = __kernel_sin(pi*(one-y),zero,0); break;
197 case 6: y = -__kernel_cos(pi*(y-1.5),zero); break;
198 default: y = __kernel_sin(pi*(y-2.0),zero,0); break;
216 if((ix|lx)==0) return one/zero;
225 return one/zero;
    [all...]
e_lgammaf_r.c 91 static const float zero= 0.0000000000e+00; variable
115 y = zero; n = 0; /* y must be even */
150 if(ix==0) return one/zero;
159 return one/zero;
161 if(t==zero) return one/zero; /* -integer */
163 if(t<zero) *signgamp = -1;
177 r = zero;
205 t = zero;
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigIntegerTest.java 29 BigInteger zero = new BigInteger("0", 10); field in class:BigIntegerTest
94 assertTrue("Random number is negative", bi.compareTo(zero) >= 0);
100 assertTrue("Not zero", new BigInteger(0, rand).equals(BigInteger.ZERO));
109 assertTrue("Random number one is negative", bi.compareTo(zero) >= 0);
112 assertTrue("Random number two is negative", bi2.compareTo(zero) >= 0);
135 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO
149 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO
152 assertTrue("Incorrect value for neg number", bi.equals(BigInteger.ZERO
156 assertTrue("Incorrect value for zero", bi.equals(zero))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 189 // made a zero entry PHI node, which is illegal, zap it now.
646 /// emitNonZeroVLAInit - Emit the "zero" initialization of a
647 /// variable-length array whose elements have a non-zero bit-pattern.
722 // Don't bother emitting a zero-byte memset.
745 // If the type contains a pointer to data member we can't memset it to zero.
747 // TODO: there are other patterns besides zero that we can usefully memset,
770 // Otherwise, just memset the whole thing to zero. This is legal
840 llvm::ConstantInt *zero = Builder.getInt32(0); local
841 gepIndices.push_back(zero);
855 gepIndices.push_back(zero);
    [all...]

Completed in 1825 milliseconds

1 2 3 4 56 7 8 9