Home
last modified time | relevance | path

Searched defs:D_IM (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcomplex_wrapper.h38 #define D_IM(x) __imag__ x macro
53 #define D_IM(__z) _X_IM(double, __z) macro