Searched defs:__z (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libm/common/complex/ |
H A D | complex_wrapper.h | 52 #define _X_RE(__t, __z) ((__t *) &__z)[0] argument 53 #define _X_IM(__t, __z) ((__t *) &__z)[1] argument 54 #define D_RE(__z) _X_RE(double, __z) argument 55 #define D_IM(__z) _X_IM(double, __z) argument 56 #define F_RE(__z) _X_RE(float, __z) argument 57 #define F_IM(__z) _X_IM(float, __z) argument 58 #define LD_RE(__z) _X_RE(long double, __z) argument 59 #define LD_IM(__z) _X_IM(long double, __z) argument
|
/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | smp_frames.h | 319 #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
|