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

123

/freebsd-10.0-release/lib/msun/src/
H A Ds_ceilf.c27 int32_t i0,j0; local
30 GET_FLOAT_WORD(i0,x);
31 j0 = ((i0>>23)&0xff)-0x7f;
35 if(i0<0) {i0=0x80000000;}
36 else if(i0!=0) { i0=0x3f800000;}
40 if((i0&i)==0) return x; /* x is integral */
42 if(i0>0) i0
[all...]
H A Ds_floorf.c36 int32_t i0,j0; local
38 GET_FLOAT_WORD(i0,x);
39 j0 = ((i0>>23)&0xff)-0x7f;
43 if(i0>=0) {i0=0;}
44 else if((i0&0x7fffffff)!=0)
45 { i0=0xbf800000;}
49 if((i0&i)==0) return x; /* x is integral */
51 if(i0<0) i0
[all...]
H A Ds_rint.c40 int32_t i0,j0,sx; local
43 EXTRACT_WORDS(i0,i1,x);
44 sx = (i0>>31)&1;
45 j0 = ((i0>>20)&0x7ff)-0x3ff;
48 if(((i0&0x7fffffff)|i1)==0) return x;
49 i1 |= (i0&0x0fffff);
50 i0 &= 0xfffe0000;
51 i0 |= ((i1|-i1)>>12)&0x80000;
52 SET_HIGH_WORD(x,i0);
55 GET_HIGH_WORD(i0,
[all...]
H A Ds_truncf.c33 int32_t i0,j0; local
35 GET_FLOAT_WORD(i0,x);
36 j0 = ((i0>>23)&0xff)-0x7f;
40 i0 &= 0x80000000;
43 if((i0&i)==0) return x; /* x is integral */
45 i0 &= (~i);
51 SET_FLOAT_WORD(x,i0);
H A Ds_ceil.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
42 if(i0<0) {i0=0x80000000;i1=0;}
43 else if((i0|i1)!=0) { i0=0x3ff00000;i1=0;}
47 if(((i0&i)|i1)==0) return x; /* x is integral */
49 if(i0>0) i0
[all...]
H A Ds_floor.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
42 if(i0>=0) {i0=i1=0;}
43 else if(((i0&0x7fffffff)|i1)!=0)
44 { i0=0xbff00000;i1=0;}
48 if(((i0&i)|i1)==0) return x; /* x is integral */
50 if(i0<0) i0
[all...]
H A Ds_rintf.c34 int32_t i0,j0,sx; local
36 GET_FLOAT_WORD(i0,x);
37 sx = (i0>>31)&1;
38 j0 = ((i0>>23)&0xff)-0x7f;
41 if((i0&0x7fffffff)==0) return x;
44 GET_FLOAT_WORD(i0,t);
45 SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31));
H A Ds_trunc.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
42 i0 &= 0x80000000U;
47 if(((i0&i)|i1)==0) return x; /* x is integral */
49 i0 &= (~i); i1=0;
61 INSERT_WORDS(x,i0,i1);
H A Ds_modff.c27 int32_t i0,j0; local
29 GET_FLOAT_WORD(i0,x);
30 j0 = ((i0>>23)&0xff)-0x7f; /* exponent of x */
33 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
37 if((i0&i)==0) { /* x is integral */
44 SET_FLOAT_WORD(*iptr,i0&(~i));
H A Ds_modf.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
38 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
41 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
45 if(((i0&i)|i1)==0) { /* x is integral */
52 INSERT_WORDS(*iptr,i0&(~i),0);
75 INSERT_WORDS(*iptr,i0,i1&(~i));
H A Ds_exp2f.c99 uint32_t hx, ix, i0; local
120 /* Reduce x, computing z, i0, and k. */
122 GET_FLOAT_WORD(i0, t);
123 i0 += TBLSIZE / 2;
124 k = (i0 >> TBLBITS) << 20;
125 i0 &= TBLSIZE - 1;
130 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */
131 tv = exp2ft[i0];
/freebsd-10.0-release/tools/test/testfloat/sparc64/
H A Dsystfloat.S56 .macro i2f32 src=%i0,dst=%f0
61 .macro i2f64 src=%i0,dst=%f0
66 .macro f2i32 src=%f0,dst=%i0
71 .macro f2i64 src=%f0,dst=%i0
85 st %i0,[%sp+2231]
89 ld [%sp+2231],%i0
103 st %i0,[%sp+2231]
107 ldx [%sp+2231],%i0
121 st %i0,[%sp+2231]
125 ldx [%sp+2231],%i0
[all...]
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A D_setjmp.S73 ldx [%i0 + _JB_SP], %fp
74 ldx [%i0 + _JB_PC], %i7
75 mov 1, %i0
76 movrnz %i1, %i1, %i0
H A Dsetjmp.S65 add %i0, _JB_SIGMASK, %o2
79 add %i0, _JB_SIGMASK, %o1
82 ldx [%i0 + _JB_SP], %fp
83 ldx [%i0 + _JB_PC], %i7
84 mov 1, %i0
85 movrnz %i1, %i1, %i0
/freebsd-10.0-release/lib/libc/sparc64/sys/
H A Dcerror.S55 stw %i0, [%o0]
56 mov -1, %i0
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d37 inline int i0 = 100 + 23; /* constant-folded integer constant */
49 inline struct s i3 = xlate < struct s > (i0); /* translator */
55 printf("i0 = %d\n", i0);
/freebsd-10.0-release/lib/libc/gen/
H A Dmodf.c94 int32_t i0,i1,j0; local
96 EXTRACT_WORDS(i0,i1,x);
97 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
100 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
104 if(((i0&i)|i1)==0) { /* x is integral */
111 INSERT_WORDS(*iptr,i0&(~i),0);
134 INSERT_WORDS(*iptr,i0,i1&(~i));
/freebsd-10.0-release/sbin/sunlabel/
H A Druntest.sh11 dd if=/dev/$MD of=${TMP}i0 count=16 > /dev/null 2>&1
70 if dd if=${TMP}i0 of=/dev/${MD}$t 2>/dev/null ; then
80 if dd if=${TMP}i0 of=/dev/${MD}c 2>/dev/null ; then
115 if dd if=${TMP}i0 of=/dev/${MD}a 2>/dev/null ; then
122 if ./sunlabel -B -b ${TMP}i0 ${MD} ; then
135 if ktrace ./sunlabel -B -b ${TMP}i0 ${MD} ; then
148 if dd if=${TMP}i0 of=/dev/${MD}c 2>/dev/null ; then
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl38 ($i0,$i1)=("%rsi","%rdi");
52 lea ($a,$a),$i0
59 sar \$63,$i0 # broadcast 62nd bit
65 and $b,$i0
67 mov $i0,$t1
68 shl \$62,$i0
71 xor $i0,$lo
108 mov $mask,$i0
110 and $b,$i0
118 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...]
/freebsd-10.0-release/contrib/diff/src/
H A Dside.c203 lin i0 = next0, i1 = next1; local
205 if (!suppress_common_lines && (i0 != limit0 || i1 != limit1))
209 long int len0 = limit0 - i0;
216 while (i0 != limit0 && i1 != limit1)
217 print_1sdiff_line (&files[0].linbuf[i0++], ' ',
222 while (i0 != limit0)
223 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
/freebsd-10.0-release/contrib/gcc/
H A Dgen-protos.c39 int i, i0; local
43 i0 = i;
50 gcc_assert (i != i0);
/freebsd-10.0-release/lib/libkse/arch/sparc64/sparc64/
H A Dthr_getcontext.S53 mov %i0, %l0
63 ldx [%l0 + MC_OUT + (0 * 8)], %i0
85 jmpl %i0, %g0
/freebsd-10.0-release/crypto/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...]
/freebsd-10.0-release/crypto/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...]

Completed in 214 milliseconds

123