Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libm/common/complex/
H A Dcproj.c55 hx = HI_WORD(x); in cproj()
57 hy = HI_WORD(y); in cproj()
H A Dk_cexp.c124 hx = HI_WORD(x); /* high word of x */ in __k_cexp()
175 HI_WORD(t) += (k << 20); in __k_cexp()
H A Dcsinh.c89 hx = HI_WORD(x); in csinh()
92 hy = HI_WORD(y); in csinh()
H A Dccosh.c89 hx = HI_WORD(x); in ccosh()
92 hy = HI_WORD(y); in ccosh()
H A Dcexp.c74 hx = HI_WORD(x); in cexp()
76 hy = HI_WORD(y); in cexp()
H A Dclog.c79 hx = HI_WORD(x); in __clog()
81 hy = HI_WORD(y); in __clog()
H A Dctanh.c105 hx = HI_WORD(x); in ctanh()
108 hy = HI_WORD(y); in ctanh()
H A Dcsqrt.c127 hx = HI_WORD(x); in csqrt()
129 hy = HI_WORD(y); in csqrt()
H A Dcatan.c102 hx = HI_WORD(x); in catan()
104 hy = HI_WORD(y); in catan()
H A Dcacos.c227 hx = HI_WORD(x); in cacos()
229 hy = HI_WORD(y); in cacos()
H A Dcasin.c223 hx = HI_WORD(x); in casin()
225 hy = HI_WORD(y); in casin()
H A Dcomplex_wrapper.h80 #define HI_WORD(x) ((int *) &x)[HIWORD] /* for double */ macro