Searched refs:HI_WORD (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcproj.c55 hx = HI_WORD(x);
57 hy = HI_WORD(y);
H A Dccosh.c89 hx = HI_WORD(x);
92 hy = HI_WORD(y);
H A Dcexp.c74 hx = HI_WORD(x);
76 hy = HI_WORD(y);
H A Dcsinh.c89 hx = HI_WORD(x);
92 hy = HI_WORD(y);
H A Dk_cexp.c93 #include "complex_wrapper.h" /* HI_WORD/LO_WORD */
124 hx = HI_WORD(x); /* high word of x */
175 HI_WORD(t) += (k << 20);
H A Dclog.c79 hx = HI_WORD(x);
81 hy = HI_WORD(y);
H A Dctanh.c105 hx = HI_WORD(x);
108 hy = HI_WORD(y);
H A Dcomplex_wrapper.h80 #define HI_WORD(x) ((int *) &x)[HIWORD] /* for double */ macro
H A Dcsqrt.c127 hx = HI_WORD(x);
129 hy = HI_WORD(y);
H A Dcacos.c227 hx = HI_WORD(x);
229 hy = HI_WORD(y);
H A Dcasin.c223 hx = HI_WORD(x);
225 hy = HI_WORD(y);
H A Dcatan.c102 hx = HI_WORD(x);
104 hy = HI_WORD(y);

Completed in 49 milliseconds