Home
last modified time | relevance | path

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

/dragonfly/contrib/openbsd_libm/include/global/
H A Dcomplex.h41 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
45 #define CMPLX(x, y) ((double complex){ x, y }) macro