Home
last modified time | relevance | path

Searched refs:xbits (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/lib/msun/ld128/
H A Ds_exp2l.c366 hx = u.xbits.expsign; in exp2l()
370 if (u.xbits.manh != 0 in exp2l()
371 || u.xbits.manl != 0 in exp2l()
405 v.xbits.manh = 0; in exp2l()
406 v.xbits.manl = 0; in exp2l()
408 v.xbits.expsign = LDBL_MAX_EXP - 1 + k; in exp2l()
411 v.xbits.expsign = LDBL_MAX_EXP - 1 + k + 10000; in exp2l()
H A De_rem_pio2l.h72 expsign = u.xbits.expsign; in __ieee754_rem_pio2l()
88 ex1 = u2.xbits.expsign & 0x7fff; in __ieee754_rem_pio2l()
97 ex1 = u2.xbits.expsign & 0x7fff; in __ieee754_rem_pio2l()
120 u1.xbits.expsign = ex - e0; in __ieee754_rem_pio2l()
H A Ds_expl.c72 hx = u.xbits.expsign; in expl()
214 hx = u.xbits.expsign; in expm1l()
281 v.xbits.expsign = BIAS + k; in expm1l()
315 v.xbits.expsign = BIAS - k; in expm1l()
/freebsd-12.1/lib/msun/ld80/
H A Ds_exp2l.c229 hx = u.xbits.expsign; in exp2l()
233 if (hx & 0x8000 && u.xbits.man == 1ULL << 63) in exp2l()
267 v.xbits.man = 1ULL << 63; in exp2l()
269 v.xbits.expsign = BIAS + k; in exp2l()
272 v.xbits.expsign = BIAS + k + 10000; in exp2l()
H A De_rem_pio2l.h83 expsign = u.xbits.expsign; in __ieee754_rem_pio2l()
97 ex1 = u2.xbits.expsign & 0x7fff; in __ieee754_rem_pio2l()
106 ex1 = u2.xbits.expsign & 0x7fff; in __ieee754_rem_pio2l()
129 u1.xbits.expsign = ex - e0; in __ieee754_rem_pio2l()
H A Ds_expl.c84 hx = u.xbits.expsign; in expl()
175 hx = u.xbits.expsign; in expm1l()
238 v.xbits.expsign = BIAS + k; in expm1l()
271 v.xbits.expsign = BIAS - k; in expm1l()
/freebsd-12.1/lib/msun/src/
H A Dmath_private.h241 (ix0) = ew_u.xbits.expsign; \
242 (ix1) = ew_u.xbits.man; \
254 (ix0) = ew_u.xbits.expsign; \
255 (ix1) = ew_u.xbits.manh; \
256 (ix2) = ew_u.xbits.manl; \
265 (i) = ge_u.xbits.expsign; \
276 iw_u.xbits.expsign = (ix0); \
277 iw_u.xbits.man = (ix1); \
290 iw_u.xbits.manh = (ix1); \
291 iw_u.xbits.manl = (ix2); \
[all …]
H A Ds_cbrtl.c46 expsign = u.xbits.expsign; in cbrtl()
67 u.xbits.expsign = BIAS; in cbrtl()
83 v.xbits.expsign = (expsign & 0x8000) | (BIAS + k / 3); in cbrtl()
H A De_atan2l.c55 expsigny = uy.xbits.expsign; in atan2l()
58 expsignx = ux.xbits.expsign; in atan2l()
H A Ds_rintl.c64 expsign = u.xbits.expsign; in rintl()
H A Ds_atanl.c42 expsign = u.xbits.expsign; in atanl()
H A De_asinl.c40 expsign = u.xbits.expsign; in asinl()
H A De_acosl.c50 expsign = u.xbits.expsign; in acosl()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c76 static fd_set ibits, obits, xbits; variable
86 FD_ZERO(&xbits); in init_sys()
798 FD_SET(net, &xbits); in process_rings()
801 if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits, in process_rings()
822 if (FD_ISSET(net, &xbits)) { in process_rings()
823 FD_CLR(net, &xbits); in process_rings()
/freebsd-12.1/contrib/telnet/telnetd/
H A Dtelnetd.c959 fd_set ibits, obits, xbits; in telnet() local
967 FD_ZERO(&xbits); in telnet()
983 FD_SET(f, &xbits); in telnet()
985 if ((c = select(nfd, &ibits, &obits, &xbits, in telnet()
999 if (FD_ISSET(net, &xbits)) { in telnet()
/freebsd-12.1/lib/libc/i386/
H A D_fpmath.h44 } xbits; member
/freebsd-12.1/lib/libc/amd64/
H A D_fpmath.h45 } xbits; member
/freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c996 fd_set ibits, obits, xbits; in my_telnet() local
1011 FD_ZERO(&xbits); in my_telnet()
1032 FD_SET(f, &xbits); in my_telnet()
1034 if ((c = select(nfd, &ibits, &obits, &xbits, in my_telnet()
1048 if (FD_ISSET(net, &xbits)) { in my_telnet()
/freebsd-12.1/lib/libc/aarch64/
H A D_fpmath.h43 } xbits; member
/freebsd-12.1/lib/libc/sparc64/
H A D_fpmath.h44 } xbits; member
/freebsd-12.1/lib/libc/riscv/
H A D_fpmath.h42 } xbits; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c503 int xbits; /* extra bits */ local
524 xbits = 0;
525 if (n >= base) xbits = extra[n-base];
527 s->opt_len += (ulg)f * (bits + xbits);
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
/freebsd-12.1/sys/contrib/zlib/
H A Dtrees.c499 int xbits; /* extra bits */ local
520 xbits = 0;
521 if (n >= base) xbits = extra[n-base];
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
/freebsd-12.1/sys/libkern/
H A Dzlib.c2268 int xbits; /* extra bits */ local
2289 xbits = 0;
2290 if (n >= base) xbits = extra[n-base];
2292 s->opt_len += (ulg)f * (bits + xbits);
2293 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);