Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
D_RE
usr/src/lib/libm/common/complex/complex_wrapper.h
37
#define D_RE(x) __real__ x
usr/src/lib/libm/common/complex/complex_wrapper.h
52
#define D_RE(__z) _X_RE(double, __z)