Searched refs:msw (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dsignbitl.c38 Int64_t msw; local
40 GET_LDOUBLE_MSW64 (msw, x);
41 return msw < 0;
H A Dmathconf.h153 U_int32_t msw; member in struct:__anon559::__anon560
165 U_int32_t msw; member in struct:__anon561::__anon562
174 (i) = gh_u.parts.msw; \
200 U_int32_t msw; member in struct:__anon564::__anon565
212 U_int32_t msw; member in struct:__anon566::__anon567
232 U_int64_t msw; member in struct:__anon568::__anon569
248 U_int64_t msw; member in struct:__anon571::__anon572
257 #define GET_LDOUBLE_MSW64(msw,d) \
261 (msw) = qw_u.parts64.msw; \
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dsignbitl.c38 Int64_t msw; local
40 GET_LDOUBLE_MSW64 (msw, x);
41 return msw < 0;
H A Dmathconf.h158 U_int32_t msw; member in struct:__anon684::__anon685
170 U_int32_t msw; member in struct:__anon686::__anon687
179 (i) = gh_u.parts.msw; \
205 U_int32_t msw; member in struct:__anon689::__anon690
217 U_int32_t msw; member in struct:__anon691::__anon692
237 U_int64_t msw; member in struct:__anon693::__anon694
253 U_int64_t msw; member in struct:__anon696::__anon697
262 #define GET_LDOUBLE_MSW64(msw,d) \
266 (msw) = qw_u.parts64.msw; \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dcombine-hang.c6 unsigned long msw; member in struct:__anon6920::__anon6921
19 u.parts.msw = iy;
22 v.parts.msw = iy;
/openbsd-current/lib/libm/src/
H A Dmath_private.h48 u_int64_t msw; member in struct:__anon7977::__anon7979
68 u_int64_t msw; member in struct:__anon7980::__anon7982
80 (ix0) = qw_u.parts64.msw; \
89 qw_u.parts64.msw = (ix0); \
100 (v) = sh_u.parts64.msw; \
109 sh_u.parts64.msw = (v); \
136 u_int32_t msw; member in struct:__anon7983::__anon7984
150 u_int32_t msw; member in struct:__anon7985::__anon7986
168 (ix0) = ew_u.parts.msw; \
178 iw_u.parts.msw
236 u_int32_t msw; member in struct:__anon7987::__anon7988
251 u_int32_t msw; member in struct:__anon7989::__anon7990
[all...]
/openbsd-current/lib/libc/gen/
H A Dldexp.c29 u_int32_t msw; member in struct:__anon7549::__anon7550
44 u_int32_t msw; member in struct:__anon7551::__anon7552
56 (ix0) = ew_u.parts.msw; \
66 (i) = gh_u.parts.msw; \
75 sh_u.parts.msw = (v); \
/openbsd-current/gnu/lib/libiberty/src/
H A Dcopysign.c30 unsigned long msw; member in struct:__anon600::__anon603
75 unsigned long msw; member in struct:__anon604::__anon607
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-recno.t1493 my $msw = shift @ms_warnings;
1495 if (defined $sw and defined $msw) {
1496 $msw =~ s/ \(.+\)$//;
1497 $msw =~ s/ in splice$// if $] < 5.006;
1498 if ($sw ne $msw) {
1499 return "different warning: '$sw' vs '$msw'";
1502 elsif (not defined $sw and not defined $msw) {
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c2401 | 1 | 1 | 1 | 0 | 0 | 0 | 1 |.S.|.msw...........................|
2406 int msw = ((iw0 >> 0) & 0xff); local
2415 OUTS (outf, pcrel24 (((msw) << 16) | (lsw)));

Completed in 226 milliseconds