Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcomplex_wrapper.h50 #define _X_RE(__t, __z) ((__t *) &__z)[0] argument
51 #define _X_IM(__t, __z) ((__t *) &__z)[1] argument
52 #define D_RE(__z) _X_RE(double, __z) argument
53 #define D_IM(__z) _X_IM(double, __z) argument
54 #define F_RE(__z) _X_RE(float, __z) argument
55 #define F_IM(__z) _X_IM(float, __z) argument
56 #define LD_RE(__z) _X_RE(long double, __z) argument
57 #define LD_IM(__z) _X_IM(long double, __z) argument
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h319 #define SMP_ZONE_PERM_BIT128(__d, __z) \ argument
322 #define SMP_ZONE_PERM_SET128(__d, __z) \ argument
325 #define SMP_ZONE_PERM_CLR128(__d, __z) \ argument
328 #define SMP_ZONE_PERM_BIT256(__d, __z) \ argument
331 #define SMP_ZONE_PERM_SET256(__d, __z) \ argument
334 #define SMP_ZONE_PERM_CLR256(__d, __z) \ argument