Home
last modified time | relevance | path

Searched refs:hy (Results 51 – 75 of 107) sorted by relevance

12345

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c156 int ix, iy, hx, lx, hy, ly, hv, hu, iu, iv, lu, lv; in cpow() local
165 hy = ((int *) &y)[HIWORD]; in cpow()
172 iy = hy & 0x7fffffff; in cpow()
209 t = (hy >= 0)? 0.25 : -0.25; in cpow()
212 t = (hy >= 0)? 0.75 : -0.75; in cpow()
215 r = (hy >= 0)? u : -u; in cpow()
H A Dcpowl.c111 int ix, iy, hx, hy, hv, hu, iu, iv, i, j, k; in cpowl() local
118 hy = HI_XWORD(y); in cpowl()
122 iy = hy & 0x7fffffff; in cpowl()
159 t = (hy >= 0)? 0.25L : -0.25L; in cpowl()
162 t = (hy >= 0)? 0.75L : -0.75L; in cpowl()
165 r = (hy >= 0)? u : -u; in cpowl()
H A Dcacosl.c77 int ix, iy, hx, hy; in cacosl() local
83 hy = HI_XWORD(y); in cacosl()
85 iy = hy & 0x7fffffff; in cacosl()
165 if (hy < 0) in cacosl()
268 if (hy >= 0) in cacosl()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypotf.S93 ! if ( hx >= 0x7f3504f3 || hy >= 0x7f3504f3 )
111 ! if ( (hx | hy) == 0 )
217 cmp %l4,_0x7f3504f3 ! (3_0) hy ? 0x7f3504f3
246 cmp %l4,_0x7f3504f3 ! (4_1) hy ? 0x7f3504f3
273 cmp %l4,_0x7f3504f3 ! (0_0) hy ? 0x7f3504f3
299 cmp %l4,_0x7f3504f3 ! (1_0) hy ? 0x7f3504f3
342 cmp %l4,_0x7f3504f3 ! (2_0) hy ? 0x7f3504f3
832 cmp %l4,%i0 ! hy ? 0x7f800000
833 bge,pt %icc,2f ! if ( hy >= 0x7f800000 )
859 cmp %l4,%i0 ! hy ? 0x7f800000
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
86 hy = yy.i[0] & ~0x80000000; in __fma()
90 if (hx >= 0x7ff00000 || hy >= 0x7ff00000 || (hx | xx.i[1]) == 0 || in __fma()
91 (hy | yy.i[1]) == 0) /* x or y is inf, nan, or zero */ in __fma()
120 ey = hy >> 20; in __fma()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c433 double hy,y1,t,t1;
488 hy=y/2.0;
489 if(x>hy||((x==hy)&&n%2==1)) x-=y;
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME69 knows by 2-character names, e.g. \(hy and \(ga. The entries in this
113 hy 1 -
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DAI38 hy 33 0 45
H A DCB40 hy 60 0 45
H A DCO40 hy 60 0 45
H A DJB38 hy 27 0 45
H A DJI38 hy 27 0 45
H A DJR38 hy 27 0 45
H A DJX38 hy 27 0 45
H A DKB38 hy 36 0 45
H A DKR38 hy 40 0 45
H A DKX38 hy 28 0 45
H A DNB38 hy 33 0 45
H A DNR38 hy 33 0 45
H A DNX38 hy 33 0 45
H A DZI38 hy 28 0 45
H A DAB38 hy 42 0 45
H A DAR38 hy 33 0 45
H A DAX38 hy 42 0 45
H A DKI38 hy 32 0 45

12345