Searched defs:HALF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowl.c38 #define HALF(x) ((int *) &x)[3] = 0; ((int *) &x)[2] &= 0xfe000000 macro
41 #define HALF(x) ((int *) &x)[0] = 0 macro
211 x1 = t1; HALF(x1);
212 y1 = t3; HALF(y1);
213 u1 = u; HALF(u1);
214 v1 = v; HALF(v1);
H A Dk_atan2l.c33 #define HALF(x) ((int *) &x)[3] = 0; ((int *) &x)[2] &= 0xfe000000 macro
35 #define HALF(x) ((int *) &x)[0] = 0 macro
93 w = p; HALF(w);
104 w = p; HALF(w);
111 w = p; HALF(w);
604 x_h = x; HALF(x_h);
605 z_h = z; HALF(z_h);
643 x_h = x; HALF(x_h);
644 r_h = r; HALF(r_h);
645 z_h = z; HALF(z_
[all...]

Completed in 45 milliseconds