HomeSort by relevance Sort by last modified time
    Searched refs:zero (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-406.js 32 assertFalse(typeof(0) == "zero");
33 assertTrue(typeof(0) != "zero");
36 assertFalse(typeof(0) == "zero" && typeof(0) == "zero");
37 assertFalse(typeof(0) == "zero" && typeof(0) != "zero");
38 assertFalse(typeof(0) != "zero" && typeof(0) == "zero");
39 assertTrue(typeof(0) != "zero" && typeof(0) != "zero");
    [all...]
  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven
19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero si
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /packages/experimental/procstatlog/
diskload.sh 22 dd if=/dev/zero bs=65536 of=$1.0 & pid0=$!; echo start $pid0; sleep 2
23 dd if=/dev/zero bs=65536 of=$1.1 & pid1=$!; echo start $pid1; sleep 2
24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
25 dd if=/dev/zero bs=65536 of=$1.3 & pid3=$!; echo start $pid3; sleep 2
26 dd if=/dev/zero bs=65536 of=$1.4 & pid4=$!; echo start $pid4; sleep 2
27 dd if=/dev/zero bs=65536 of=$1.5 & pid5=$!; echo start $pid5; sleep 2
28 dd if=/dev/zero bs=65536 of=$1.6 & pid6=$!; echo start $pid6; sleep 2
29 dd if=/dev/zero bs=65536 of=$1.7 & pid7=$!; echo start $pid7; sleep 2
30 dd if=/dev/zero bs=65536 of=$1.8 & pid8=$!; echo start $pid8; sleep 2
31 dd if=/dev/zero bs=65536 of=$1.9 & pid9=$!; echo start $pid9; sleep
    [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...]
  /bionic/libm/src/
e_atanh.c 41 static const double zero = 0.0; variable
54 return x/zero;
55 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
e_atanhf.c 25 static const float zero = 0.0; variable
37 return x/zero;
38 if(ix<0x31800000&&(huge+x)>zero) return x; /* x<2**-28 */
e_log10.c 60 static const double zero = 0.0; variable
74 return -two54/zero; /* log(+-0)=-inf */
75 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
e_log10f.c 29 static const float zero = 0.0; variable
42 return -two25/zero; /* log(+-0)=-inf */
43 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
e_jnf.c 28 static const float zero = 0.0000000000e+00; variable
54 b = zero;
70 b = zero;
120 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
129 * likely underflow to zero
174 if(ix==0) return -one/zero;
175 if(hx<0) return zero/zero;
183 if(ix==0x7f800000) return zero;
e_atan2f.c 25 zero = 0.0, variable
70 case 0: return zero ; /* atan(+...,+INF) */
71 case 1: return -zero ; /* atan(-...,+INF) */
  /external/fdlibm/
e_atanh.c 41 static double zero = 0.0; variable
59 return x/zero;
60 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
e_log10.c 59 static double zero = 0.0; variable
78 return -two54/zero; /* ieee_log(+-0)=-inf */
79 if (hx<0) return (x-x)/zero; /* ieee_log(-#) = NaN */
k_standard.c 27 static double zero = 0.0; /* used as const */ variable
102 exc.retval = zero;
116 exc.retval = zero;
132 exc.retval = zero;
188 exc.retval = zero;
401 exc.retval = zero;
415 if(x<zero&&ieee_rint(y)!=y) exc.retval = -HUGE;
419 if(x<zero&&ieee_rint(y)!=y) exc.retval = -HUGE_VAL;
431 exc.retval = zero;
443 exc.retval = zero;
    [all...]
e_remainder.c 26 static const double zero = 0.0; variable
28 static double zero = 0.0; variable
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
  /dalvik/vm/mterp/x86-atom/
OP_CONST_WIDE_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 64
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
OP_CONST_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 32
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
  /external/v8/test/mjsunit/
array-functions-prototype.js 35 var proto = { length:3, 0:'zero', 1:'one', 2:'two' }
40 Array.prototype[0] = 'zero';
60 var array = ['zero', , 'two'];
61 // Shift away the zero.
62 assertEquals('zero', array.shift());
63 assertEquals('zero', Array.prototype.shift.call(nonArray));
91 var array = ['zero', , 'two'];
92 // Unshift a new 'zero'.
93 assertEquals(4, array.unshift('zero'));
94 assertEquals(4, Array.prototype.unshift.call(nonArray, 'zero'));
    [all...]
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_import.c 30 void *zero; local
37 if ((err = mp_init_multi(&zero, &key->d, &key->N, &key->dQ,
51 LTC_ASN1_INTEGER, 1UL, zero,
68 mp_clear(zero);
71 mp_clear_multi(zero, key->d, key->N, key->dQ, key->dP,
katja_export.c 31 unsigned long zero=0; local
48 LTC_ASN1_SHORT_INTEGER, 1UL, &zero,
61 /* clear zero and return */
  /libcore/luni/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));
117 assertTrue("Random number one is negative", bi.compareTo(zero) >= 0);
120 assertTrue("Random number two is negative", bi2.compareTo(zero) >= 0);
157 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO
171 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO
174 assertTrue("Incorrect value for neg number", bi.equals(BigInteger.ZERO
178 assertTrue("Incorrect value for zero", bi.equals(zero))
    [all...]
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 21 // The register containing "zero" will be marked as "reserved for locals"
26 int zero = 0; local
28 methodThatNeedsInvokeRange(src, zero, dest, 1, 5, 0);
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_export.c 30 unsigned long zero=0; local
46 LTC_ASN1_SHORT_INTEGER, 1UL, &zero,
  /external/e2fsprogs/util/
gcc-wall-cleanup 18 /zero-length format string/d
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spreproc.h 118 Word16 *zero, /* i : pointer to zero vector */

Completed in 161 milliseconds

1 2 3 4 5 6 7 8 91011>>