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

123

/freebsd-9.3-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.c98 uint32_t hx, ix, i0; local
119 /* Reduce x, computing z, i0, and k. */
121 GET_FLOAT_WORD(i0, t);
122 i0 += TBLSIZE / 2;
123 k = (i0 >> TBLBITS) << 20;
124 i0 &= TBLSIZE - 1;
129 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */
130 tv = exp2ft[i0];
/freebsd-9.3-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-9.3-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-9.3-release/lib/libc/sparc64/sys/
H A Dcerror.S55 stw %i0, [%o0]
56 mov -1, %i0
/freebsd-9.3-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-9.3-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-9.3-release/contrib/cvs/diff/
H A Dside.c223 int i0 = next0, i1 = next1; local
225 if (! sdiff_skip_common_lines && (i0 != limit0 || i1 != limit1))
228 printf_output ("i%d,%d\n", limit0 - i0, limit1 - i1);
232 while (i0 != limit0 && i1 != limit1)
233 print_1sdiff_line (&files[0].linbuf[i0++], ' ', &files[1].linbuf[i1++]);
237 while (i0 != limit0)
238 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
H A Danalyze.c762 int i0 = 0, i1 = 0;
764 while (i0 < len0 || i1 < len1)
766 if (changed0[i0] || changed1[i1])
768 int line0 = i0, line1 = i1;
771 while (changed0[i0]) ++i0;
775 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
779 i0++, i1++;
795 int i0 = filevec[0].buffered_lines, i1 = filevec[1].buffered_lines;
799 while (i0 >
758 int i0 = 0, i1 = 0; local
791 int i0 = filevec[0].buffered_lines, i1 = filevec[1].buffered_lines; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dgen-protos.c39 int i, i0; local
43 i0 = i;
50 gcc_assert (i != i0);
/freebsd-9.3-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-9.3-release/contrib/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...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-valprint.c171 int i0;
187 i0 = i;
189 (i0 * bitsize) / HOST_CHAR_BIT,
190 (i0 * bitsize) % HOST_CHAR_BIT,
205 if (i - i0 > repeat_count_threshold)
209 annotate_elt_rep (i - i0);
210 fprintf_filtered (stream, " <repeats %u times>", i - i0);
217 for (j = i0; j < i; j += 1)
219 if (j > i0)
237 things_printed += i - i0;
170 int i0; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh51 mov 9, %i0

Completed in 167 milliseconds

123