Home
last modified time | relevance | path

Searched refs:hx (Results 151 – 175 of 181) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsinf.c90 hx = *(int *)x; \
91 ix = hx & 0x7fffffff; \
110 hx = HI(y##N); \
111 n##N = ((hx >> 20) & 0x7ff) - 1046; \
112 HI(z##N) = (hx & 0xfffff) | 0x41600000; \
114 if (hx < 0) { \
155 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vsinf() local
211 hx = (n0 & 1) | ((n1 & 1) << 1) | ((n2 & 1) << 2) | in __vsinf()
213 switch (hx) { in __vsinf()
H A D__vrhypot.c132 hx##I = HI(px); \
134 hx##I &= 0x7fffffff; \
137 if (hx##I >= 0x7ff00000 || hy##I >= 0x7ff00000) /* |X| or |Y| = Inf,NaN */ \
143 if (hx##I == 0x7ff00000 && lx == 0) res0 = 0.0; /* |X| = Inf */ \
151 diff0 = hy##I - hx##I; \
153 if (hx##I < 0x00100000 && hy##I < 0x00100000) /* |X| and |Y| = subnormal or zero */ \
160 if ((hx##I | hy##I | lx | ly) == 0) /* |X| and |Y| = 0 */ \
H A D__vcosf.c90 hx = *(int *)x; \
91 ix = hx & 0x7fffffff; \
110 hx = HI(y##N); \
111 n##N = ((hx >> 20) & 0x7ff) - 1046; \
112 HI(z##N) = (hx & 0xfffff) | 0x41600000; \
151 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vcosf() local
207 hx = (n0 & 1) | ((n1 & 1) << 1) | ((n2 & 1) << 2) | in __vcosf()
209 switch (hx) { in __vcosf()
H A D__vsin.c514 unsigned hx; in __vsin() local
518 hx = HI(x); in __vsin()
519 xsb0 = hx >> 31; in __vsin()
520 hx &= ~0x80000000; in __vsin()
521 if (hx < 0x3e400000) in __vsin()
557 hx = HI(x); in __vsin()
558 xsb1 = hx >> 31; in __vsin()
559 hx &= ~0x80000000; in __vsin()
596 hx = HI(x); in __vsin()
597 xsb2 = hx >> 31; in __vsin()
[all …]
H A D__vcos.c535 unsigned hx; in __vcos() local
543 hx = HI(x); in __vcos()
544 xsb0 = hx >> 31; in __vcos()
545 hx &= ~0x80000000; in __vcos()
571 hx = HI(x); in __vcos()
572 xsb1 = hx >> 31; in __vcos()
573 hx &= ~0x80000000; in __vcos()
574 if (hx > 0x413921fb) in __vcos()
599 hx = HI(x); in __vcos()
600 xsb2 = hx >> 31; in __vcos()
[all …]
H A D__vsincos.c726 unsigned hx; in __vsincos() local
733 hx = HI(x); in __vsincos()
734 xsb0 = hx >> 31; in __vsincos()
735 hx &= ~0x80000000; in __vsincos()
776 hx = HI(x); in __vsincos()
777 xsb1 = hx >> 31; in __vsincos()
778 hx &= ~0x80000000; in __vsincos()
789 if (hx > 0x413921fb) in __vsincos()
819 hx = HI(x); in __vsincos()
820 xsb2 = hx >> 31; in __vsincos()
[all …]
H A D__vpowf.c437 unsigned hx = *(unsigned*)px; in __vpowf() local
439 if ((hx >= 0x00800000) && /* x not zero or subnormal */ in __vpowf()
440 (hx < 0x7f800000) && /* x not inf, nan or negative sign bit */ in __vpowf()
441 (hx != 0x3f800000)) /* x not 1 */ in __vpowf()
H A D__vexp.c383 hx = HI(x[0]); \
384 ix = hx & ~0x80000000; \
415 int hx, ix; in __vexp() local
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypotf.S93 ! if ( hx >= 0x7f3504f3 || hy >= 0x7f3504f3 )
111 ! if ( (hx | hy) == 0 )
213 cmp %l3,_0x7f3504f3 ! (3_0) hx ? 0x7f3504f3
235 cmp %l3,_0x7f3504f3 ! (4_0) hx ? 0x7f3504f3
263 cmp %l3,_0x7f3504f3 ! (0_0) hx ? 0x7f3504f3
287 cmp %l3,_0x7f3504f3 ! (1_0) hx ? 0x7f3504f3
330 cmp %l3,_0x7f3504f3 ! (2_0) hx ? 0x7f3504f3
828 cmp %l3,%i0 ! hx ? 0x7f800000
829 bge,pt %icc,2f ! if ( hx >= 0x7f800000 )
855 cmp %l3,%i0 ! hx ? 0x7f800000
[all …]
H A D__vsincos.S195 bl,pn %icc,.range0 ! hx < 0x3e400000 or hx > 0x4099251e
221 bl,pn %icc,.range1 ! hx < 0x3e400000 or hx > 0x4099251e
246 bl,pn %icc,.range2 ! hx < 0x3e400000 or hx > 0x4099251e
431 fmovdl %fcc0,%f4,%f6 ! (hx < -0)? -s : s
844 bl,pt %icc,1f ! hx < 0x3e400000
872 andn %l1,%i5,%l0 ! hx &= ~0x80000000
883 bl,pt %icc,1f ! hx < 0x3e400000
911 andn %l2,%i5,%l1 ! hx &= ~0x80000000
922 bl,pt %icc,1f ! hx < 0x3e400000
953 andn %l2,%i5,%l2 ! hx &= ~0x80000000
H A D__vsin.S220 ld [%i1],%l0 ! hx = *x
223 andn %l0,%i5,%l0 ! hx &= ~0x80000000
424 andn %l0,%i5,%l0 ! hx &= ~0x80000000
539 andn %l0,%i5,%l0 ! hx &= ~0x80000000
660 andn %l0,%i5,%l0 ! hx &= ~0x80000000
759 andn %l0,%i5,%l0 ! hx &= ~0x80000000
887 andn %l0,%i5,%l0 ! hx &= ~0x80000000
987 andn %l0,%i5,%l0 ! hx &= ~0x80000000
1093 andn %l0,%i5,%l0 ! hx &= ~0x80000000
1177 andn %l0,%i5,%l0 ! hx &= ~0x80000000
[all …]
H A D__vcos.S291 ld [%i1],%l0 ! hx = *x
1573 bg,pn %icc,.BIG0 ! if hx > 0x413921fb
1594 bg,pn %icc,.BIG1 ! if hx > 0x413921fb
1615 bg,pn %icc,.BIG2 ! if hx > 0x413921fb
1947 andn %l0,%i5,%l0 ! hx &= ~0x80000000
2976 andn %l1,%i5,%l0 ! hx &= ~0x80000000
2990 andn %l2,%i5,%l1 ! hx &= ~0x80000000
3007 andn %l2,%i5,%l2 ! hx &= ~0x80000000
3027 andn %l1,%i5,%l0 ! hx &= ~0x80000000
3048 andn %l2,%i5,%l1 ! hx &= ~0x80000000
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dclog.c74 int n, ix, iy, hx, hy; in __clog() local
79 hx = HI_WORD(x); in __clog()
83 ix = hx & 0x7fffffff; in __clog()
H A Dcatan.c95 int hx, hy, ix, iy; in catan() local
102 hx = HI_WORD(x); in catan()
106 ix = hx & 0x7fffffff; in catan()
287 if (hx < 0) in catan()
H A Dcatanl.c129 int hx, hy, ix, iy; in catanl() local
135 hx = HI_XWORD(x); in catanl()
137 ix = hx & 0x7fffffff; in catanl()
324 if (hx < 0) in catanl()
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c75 static int hx = 0; /* records if have seen HX */ local
77 if (hx) {
78 hx = 0;
101 hx = 1;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1535 int i, j, k, m, ix, hx, xk; in tgamma() local
1538 hx = __HI(x); in tgamma()
1540 ix = hx & 0x7fffffff; in tgamma()
1547 return (x * ((hx < 0)? 0.0 : x)); in tgamma()
1548 if (hx > 0x406573fa || /* x > 171.62... overflow to +inf */ in tgamma()
1549 (hx == 0x406573fa && lx > 0xE561F647)) { in tgamma()
1553 if (hx >= 0x40200000) { /* x >= 8 */ in tgamma()
1559 if (hx > 0) { /* 0 < x < 8 */ in tgamma()
1678 hx = __HI(z); in tgamma()
1679 i = hx & 0x80000000; in tgamma()
[all …]
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
85 hx = xx.i[0] & ~0x80000000; in __fma()
90 if (hx >= 0x7ff00000 || hy >= 0x7ff00000 || (hx | xx.i[1]) == 0 || in __fma()
115 ex = hx >> 20; in __fma()
H A Dtgammal.c1013 int i, j, m, ix, hx, xk; local
1016 hx = H0_WORD(x);
1018 ix = hx & 0x7fffffff;
1024 return (x * ((hx < 0)? zero : x)); /* Inf or NaN */
1027 if (hx >= 0x40020000) { /* x >= 8 */
1033 if (hx > 0) { /* 0 < x < 8 */
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c165 int hx, hy, ahx, ahy; in pow() local
169 hx = ((int *) &x)[HIWORD]; in pow()
173 ahx = hx & ~0x80000000; in pow()
183 } else if (hx == 0x3ff00000 && lx == 0 && in pow()
190 sbx = (unsigned) hx >> 31; in pow()
H A Dcos.c113 int i, j, n, hx, ix, lx; in cos() local
115 hx = ((int *)&x)[HIWORD]; in cos()
117 ix = hx & ~0x80000000; in cos()
H A D_SVID_error.c514 int ahy, k, j, yisint, ly, hx; in _SVID_libm_err() local
523 hx = __HI(x); in _SVID_libm_err()
542 if (hx < 0 && yisint == 1) in _SVID_libm_err()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c138 int hx, lx, hy, ly, ahx, ahy; in powl() local
143 hx = px[i0]; in powl()
147 ahx = hx & ~0x80000000; in powl()
152 else if (hx == 0x3fff0000 && lx == 0 && in powl()
159 sbx = (unsigned) hx >> 31; in powl()
/illumos-gate/usr/src/common/tsol/
H A Dstol.c65 const char *hx = *h; in unhex() local
70 ch = *hx++; in unhex()
78 ch = *hx++; in unhex()
87 *h = hx; in unhex()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.basics.d.out9 %hx = 61

12345678