Searched refs:i0 (Results 1 - 25 of 77) sorted by relevance

1234

/external/fdlibm/
H A Ds_rint.c43 int i0,j0,sx; local
46 i0 = __HI(x);
47 sx = (i0>>31)&1;
49 j0 = ((i0>>20)&0x7ff)-0x3ff;
52 if(((i0&0x7fffffff)|i1)==0) return x;
53 i1 |= (i0&0x0fffff);
54 i0 &= 0xfffe0000;
55 i0 |= ((i1|-i1)>>12)&0x80000;
56 __HI(x)=i0;
59 i0
[all...]
H A Ds_ceil.c38 int i0,i1,j0; local
40 i0 = __HI(x);
42 j0 = ((i0>>20)&0x7ff)-0x3ff;
46 if(i0<0) {i0=0x80000000;i1=0;}
47 else if((i0|i1)!=0) { i0=0x3ff00000;i1=0;}
51 if(((i0&i)|i1)==0) return x; /* x is integral */
53 if(i0>0) i0
[all...]
H A Ds_floor.c38 int i0,i1,j0; local
40 i0 = __HI(x);
42 j0 = ((i0>>20)&0x7ff)-0x3ff;
46 if(i0>=0) {i0=i1=0;}
47 else if(((i0&0x7fffffff)|i1)!=0)
48 { i0=0xbff00000;i1=0;}
52 if(((i0&i)|i1)==0) return x; /* x is integral */
54 if(i0<0) i0
[all...]
H A Ds_modf.c39 int i0,i1,j0; local
41 i0 = __HI(x); /* high x */
43 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
46 __HIp(iptr) = i0&0x80000000;
51 if(((i0&i)|i1)==0) { /* x is integral */
57 __HIp(iptr) = i0&(~i);
75 __HIp(iptr) = i0;
/external/clang/test/CXX/expr/
H A Dp3.cpp13 int i0 = a + 1; local
H A Dp9.cpp49 __typeof__(0 + 0) i0;
50 int &ir = i0;
/external/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl37 ($i0,$i1)=("%rsi","%rdi");
51 lea ($a,$a),$i0
58 sar \$63,$i0 # broadcast 62nd bit
64 and $b,$i0
66 mov $i0,$t1
67 shl \$62,$i0
70 xor $i0,$lo
107 mov $mask,$i0
109 and $b,$i0
117 movq (%rsp,$i0,
[all...]
H A Darmv4-gf2m.pl73 ($hi,$lo,$t0,$t1, $i0,$i1 )=map("r$_",(4..9),12);
96 and $i0,$mask,$b,lsl#2
100 ldr $lo,[sp,$i0] @ tab[b & 0x7]
101 and $i0,$mask,$b,lsr#4
104 ldr $t0,[sp,$i0] @ tab[b >> 6 & 0x7]
109 and $i0,$mask,$b,lsr#10
112 ldr $t0,[sp,$i0] @ tab[b >> 12 & 0x7]
119 and $i0,$mask,$b,lsr#16
122 ldr $t0,[sp,$i0] @ tab[b >> 18 & 0x7]
129 and $i0,
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dp2.cpp8 namespace i0 { namespace in namespace:test0
/external/clang/test/Sema/
H A Dattr-unused.c22 Int_not_unused i0; // expected-warning {{unused variable}} local
H A Dfunction-redecl.c116 void i0 (unsigned short a0);
117 extern __typeof (i0) i1;
/external/jdiff/src/jdiff/
H A DDiffMyers.java368 int i0 = 0, i1 = 0;
370 while (i0 < len0 || i1 < len1)
372 if (changed0[1+i0] || changed1[1+i1])
374 int line0 = i0, line1 = i1;
377 while (changed0[1+i0]) ++i0;
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
385 i0++; i1++;
400 int i0 = len0, i1 = len1;
404 while (i0 >
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl218 local $i0 = $iteration;
244 &I(\$c, "ld1 Data[%u] = [InPtr], 1", $i0 % $NData) if ($p & $pComI);
245 &I(\$c, "padd1 I[%u] = One, I[%u]", $i0 % $NI, $i1 % $NI)if ($p & $pComI);
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
252 &I(\$c, "KEYADDR(IPr[%u], I[%u])", $i0 % $NIP, $i1 % $NI) if ($p & $pComI);
260 &I(\$c, "zxt1 T[%u] = T[%u]", $i0 % $NT, $i0 % $NT) if ($p & $pComT);
263 &I(\$c, "LKEY SI[%u] = [IPr[%u]]", $i0 % $NSI, $i0%$NIP)if ($p & $pComI);
264 &I(\$c, "KEYADDR(JP[%u], J)", $i0
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-mips.pl104 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2);
129 _xtr $i0,$s1,16-2
134 and $i0,0x3fc
138 $PTR_ADD $i0,$Tbl
142 lwl $t0,3($i0) # Te1[s1>>16]
146 lwr $t0,2($i0) # Te1[s1>>16]
151 _xtr $i0,$s2,8-2
155 and $i0,0x3fc
159 $PTR_ADD $i0,$Tbl
163 lwl $t4,2($i0) # Te
[all...]
H A Daes-sparcv9.pl64 $s0="%i0";
520 ld [%i0+0],%o0
521 ld [%i0+4],%o1
522 ld [%i0+8],%o2
523 ld [%i0+12],%o3
540 ldub [%i0+0],%l0
541 ldub [%i0+1],%l1
542 ldub [%i0+2],%l2
545 ldub [%i0+3],%l3
547 ldub [%i0
[all...]
/external/clang/test/FixIt/
H A Dfixit.c37 int i0 = { 17 }; variable
/external/tcpdump/
H A Dprint-udp.c122 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
126 i0 & 0xffff,
127 i1, i0 & 0x800000? "*" : "");
129 if (i0 & 0x1f0000)
130 printf(" f%d", (i0 >> 16) & 0x1f);
131 if (i0 & 0x3f000000)
132 printf(" s%d", (i0 >> 24) & 0x3f);
142 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
152 if ((i0 >> 30) == 1) {
154 hasopt = i0
[all...]
/external/chromium/base/third_party/icu/
H A Dicu_utf.cc213 int32 i0=i; local
219 c=utf8_errorValue[i-i0];
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js71 import i0 from I
77 export let i0, i1, i2, i3;
/external/opencv/cxcore/src/
H A Dcxdxt.cpp560 double r0, i0, r1, i1, r2, i2, r3, i3, r4, i4;
568 r0 = r1 + r2; i0 = i1 + i2;
577 v0[0].re = r0 + r1; v0[0].im = i0 + i1;
578 v1[0].re = r0 - r1; v1[0].im = i0 - i1;
590 i0 = v1[0].re*wave[dw].re - v1[0].im*wave[dw].im;
594 r1 = i0 + i3; i1 = r0 + r3;
595 r3 = r0 - r3; i3 = i3 - i0;
598 r0 = r4 + r2; i0 = i4 + i2;
601 v0[0].re = r0 + r1; v0[0].im = i0 + i1;
602 v1[0].re = r0 - r1; v1[0].im = i0
[all...]
/external/srec/srec/cfront/
H A Dsp_fft.c174 unsigned m, n, n2, i, j, i0, is, id, ii, ib; local
210 for (i0 = is; i0 < n; i0 += id)
212 butterflyIndex[ib] = i0;
213 if (i0 != 0)
428 fftdata r0, r1, r2, r3, i0, i1, i2, i3; local
440 i0 = data[1];
448 data[1] = i0 + i2;
454 i0
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java893 // int i0 = i;
894 // while (i0 < i2)
895 // newcode[j++] = code[i0++];
908 int i0 = i2 + 12;
909 i2 = i0 + (highbyte - lowbyte + 1) * 4;
910 while (i0 < i2) {
911 int offset = newOffset(i, ByteArray.read32bit(code, i0),
915 i0 += 4;
925 // int i0 = i;
926 // while (i0 < i
[all...]
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp34 void i0() { S s = { Y().a }; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypedBlock.java182 int i0 = i;
196 types[n] = new TypeData.ClassName(desc.substring(i0, ++i2));
198 types[n] = new TypeData.ClassName(desc.substring(i0 + 1, ++i2 - 1)
203 types[n] = new TypeData.ClassName(desc.substring(i0, ++i));
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java361 int i0 = axisStart;
362 int i1 = i0 + 1;
369 ib.put(index++, i0++);
373 ib.put(index++, i0++);
382 ib.put(index++, i0++);

Completed in 1344 milliseconds

1234