Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcproj.c56 lx = LO_WORD(x); in cproj()
58 ly = LO_WORD(y); in cproj()
H A Dccosh.c90 lx = LO_WORD(x); in ccosh()
93 ly = LO_WORD(y); in ccosh()
H A Dcexp.c75 lx = LO_WORD(x); in cexp()
77 ly = LO_WORD(y); in cexp()
H A Dcsinh.c90 lx = LO_WORD(x); in csinh()
93 ly = LO_WORD(y); in csinh()
H A Dclog.c80 lx = LO_WORD(x); in __clog()
82 ly = LO_WORD(y); in __clog()
H A Dctanh.c106 lx = LO_WORD(x); in ctanh()
109 ly = LO_WORD(y); in ctanh()
H A Dcsqrt.c128 lx = LO_WORD(x); in csqrt()
130 ly = LO_WORD(y); in csqrt()
H A Dcatan.c103 lx = LO_WORD(x); in catan()
105 ly = LO_WORD(y); in catan()
H A Dcacos.c228 lx = LO_WORD(x); in cacos()
230 ly = LO_WORD(y); in cacos()
H A Dcasin.c224 lx = LO_WORD(x); in casin()
226 ly = LO_WORD(y); in casin()
H A Dcomplex_wrapper.h79 #define LO_WORD(x) ((int *) &x)[LOWORD] /* for double */ macro
H A Dk_cexp.c125 lx = LO_WORD(x); /* low word of x */ in __k_cexp()