Searched refs:_0 (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/gdtoa/
H A Dg_dfmt.c57 sign = L[_0] & 0x80000000L;
58 if ((L[_0] & 0x7ff00000) == 0x7ff00000) {
62 if (L[_0] & 0xfffff || L[_1]) {
70 if (L[_1] == 0 && (L[_0] ^ sign) == 0 /*d == 0.*/) {
73 if (L[_0] & 0x80000000L)
81 bits[1] = L[_0] & 0xfffff;
82 if ( (ex = (L[_0] >> 20) & 0x7ff) !=0)
H A DstrtopQ.c34 #undef _0 macro
40 #define _0 0 macro
46 #define _0 3 macro
82 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
89 L[_0] = bits[3];
93 L[_0] = 0x7fff0000;
104 L[_0] |= 0x80000000L;
H A Dstrtopx.c34 #undef _0 macro
40 #define _0 0 macro
47 #define _0 4 macro
80 L[_0] = 0;
85 L[_0] = exp + 0x3fff + 63;
94 L[_0] = 0x7fff;
107 L[_0] |= 0x8000;
H A Dg_ddfmt.c68 if ((L[_0] & 0x7ff00000L) == 0x7ff00000L) {
70 if (L[_0] & 0xfffff || L[_1]) {
74 if ((L[2+_0] & 0x7ff00000) == 0x7ff00000) {
75 if (L[2+_0] & 0xfffff || L[2+_1])
77 if ((L[_0] ^ L[2+_0]) & 0x80000000L)
82 if (L[_0] & 0x80000000L)
86 if ((L[2+_0] & 0x7ff00000) == 0x7ff00000) {
88 if (L[_0] & 0xfffff || L[_1])
95 if (L[_0]
[all...]
H A Dstrtopdd.c70 u->L[_0] = (bits[2] >> 21) | ((bits[3] << 11) & 0xfffff)
108 u->L[2+_0] = (bits[1] & 0xfffff) | (exp << 20);
121 u->L[_0] = bits[1];
127 u->L[_0] = ((bits[3] << i | bits[2] >> j) & 0xfffff)
130 u->L[2+_0] = bits[1] & ((1L << j) - 1);
139 u->L[_0] = (bits[2] >> j & 0xfffff) | (33 + j) << 20;
141 u->L[2+_0] = bits[1] & ((1L << j) - 1);
146 u->L[_0] = (bits[2] & 0xfffff) | (33 << 20);
148 u->L[2+_0] = 0;
153 u->L[_0]
[all...]
H A DstrtopxL.c34 #undef _0 macro
40 #define _0 0 macro
45 #define _0 2 macro
80 L[_0] = (exp + 0x3fff + 63) << 16;
84 L[_0] = 0x7fff << 16;
95 L[_0] |= 0x80000000L;
H A DstrtorxL.c34 #undef _0 macro
40 #define _0 0 macro
45 #define _0 2 macro
66 L[_0] = (exp + 0x3fff + 63) << 16;
72 L[_0] = 0x7fff << 16;
83 L[_0] |= 0x80000000L;
H A Dg_xLfmt.c34 #undef _0 macro
40 #define _0 0 macro
45 #define _0 2 macro
73 sign = L[_0] & 0x80000000L;
76 if ( (ex = (L[_0] >> 16) & 0x7fff) !=0) {
H A Dg_xfmt.c34 #undef _0 macro
40 #define _0 0 macro
47 #define _0 4 macro
78 sign = L[_0] & 0x8000;
81 if ( (ex = L[_0] & 0x7fff) !=0) {
H A Dstrtodnrp.c62 u.L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
67 u.L[_0] = bits[1];
71 u.L[_0] = 0x7ff00000;
81 u.L[_0] = 0x7ff00000 | bits[1];
85 u.L[_0] |= 0x80000000L;
H A Dstrtordd.c51 L[_0] = (bits[2] >> 21) | (bits[3] << 11 & 0xfffff)
89 L[2+_0] = (bits[1] & 0xfffff) | (exp << 20);
102 L[_0] = bits[1];
108 L[_0] = ((bits[3] << i | bits[2] >> j) & 0xfffff)
111 L[2+_0] = bits[1] & (((ULong)1L << j) - 1);
120 L[_0] = (bits[2] >> j & 0xfffff) | ((33 + j) << 20);
122 L[2+_0] = bits[1] & (((ULong)1L << j) - 1);
127 L[_0] = (bits[2] & 0xfffff) | (33 << 20);
129 L[2+_0] = 0;
134 L[_0]
[all...]
H A Dg_Qfmt.c34 #undef _0 macro
40 #define _0 0 macro
46 #define _0 3 macro
75 sign = L[_0] & 0x80000000L;
76 bits[3] = L[_0] & 0xffff;
81 if ( (ex = (L[_0] & 0x7fff0000L) >> 16) !=0) {
H A DstrtorQ.c36 #undef _0 macro
42 #define _0 0 macro
48 #define _0 3 macro
71 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
78 L[_0] = (bits[3] & ~0x10000)
86 L[_0] = bits[3];
90 L[_0] = 0x7fff0000;
101 L[_0] |= 0x80000000L;
H A Dstrtorx.c36 #undef _0 macro
42 #define _0 0 macro
49 #define _0 4 macro
70 L[_0] = 0;
74 L[_0] = exp + 0x3fff + 63;
83 L[_0] = exp + 0x3fff + 63;
91 L[_0] = 0x7fff;
104 L[_0] |= 0x8000;
H A Dqnan.c56 #define _0 1 macro
61 #define _0 0 macro
87 a.L[_0] = b.L[_0] = 0x7ff00000;
H A Dstrtord.c49 L[_0] = bits[1];
55 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
59 L[_0] = 0x7ff00000;
68 L[_0] |= 0x80000000L;
H A DstrtodI.c45 if (!(L[_1] | (L[_0] & 0xfffff))
46 && (L[_0] & 0x7ff00000) > 0x00100000)
103 if ((u->L[_0] & 0x7ff00000) < 0x3500000) {
H A Dprintf.c0151 #define _0 0
158 #define _0 4
174 b->sign = u->us[_0] & 0x8000;
178 if ( (ex = u->us[_0] & 0x7fff) !=0) {
194 #undef _0
214 #define _0 0
220 #define _0 3
235 b->sign = u->ui[_0] & 0x80000000L;
237 bits[3] = u->ui[_0] & 0xffff;
241 if ( (ex = (u->ui[_0]
[all...]
H A Dgdtoaimp.h683 #define _0 0 macro
692 #define _0 1 macro
/freebsd-9.3-release/tools/tools/kernelcruft/
H A Dkernelcruft.sh14 ' | sort -u > /tmp/_0
30 comm -13 /tmp/_0 /tmp/_1 | while read f
/freebsd-9.3-release/contrib/gcc/
H A Dbuiltin-attrs.def158 DEF_FORMAT_ATTRIBUTE(PRINTF,1,1_0)
160 DEF_FORMAT_ATTRIBUTE(PRINTF,2,2_0)
162 DEF_FORMAT_ATTRIBUTE(PRINTF,3,3_0)
164 DEF_FORMAT_ATTRIBUTE(PRINTF,4,4_0)
166 DEF_FORMAT_ATTRIBUTE(PRINTF,5,5_0)
168 DEF_FORMAT_ATTRIBUTE(SCANF,1,1_0)
170 DEF_FORMAT_ATTRIBUTE(SCANF,2,2_0)
172 DEF_FORMAT_ATTRIBUTE(STRFTIME,3,3_0)
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh50 test-pv 0.10 "=" 0.10_0 coercion
52 test-pv 0.10 "=" 0.10_0,0 coercion
/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile18 memory.c compat-1_0.c sysfs.c
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.h124 u_char _0:2; member in struct:scsi_req
/freebsd-9.3-release/sys/dev/hptmv/
H A Damd64-elf.raid.o.uu167 MBX3%H````$B)!DR)Y_]0:$'_Q4&#_0%^K.G#````2(M&"$B)12`/MT809HE%
227 M"8']`"```'=,L@B!_0`0``!W0K('@?T`"```=SBR!H']``0``'<NL@6!_0`"
724 MA=MT"4F#_0$9P(/``HA%"TB%VP^$O@```$B+0QB)10R+0QR)A90````/M@.(
750 M:<#Q``_P2,'H((T$`8G'P?\)B<B9B?@IT&G`(@(``"G!B8N0(@``2(G?0?_0
857 M0$B)_4F)]$&)U4&^`````$B-7B!(C4PD$(M3!`^V-TB+?S#HW/3__T&#_0%U
859 M``!$B?+_4R!,B>9(B>_H!PH``$&#_0%U$8,]``````%U"$B)[^B`#0``2(.]
959 MXN````!(P>H%B)09M0```"4`&```2,'H"XB$&;T```#_Q4"`_0=VGDB)W^BV
964 M`&9F9I!`#[;U2(G?Z!3Q____Q4"`_0=V[(M3<$B+>Q"^``P``.@`````BU-T
966 M0(#]`1GV9KX``('&#``#`$B+>Q#H`````(GJ#[;"BU2#($"`_0
[all...]

Completed in 96 milliseconds

12