Searched defs:CMPLX (Results 1 – 2 of 2) sorted by relevance
51 #define CMPLX(x, y) ((double complex){ x, y }) macro55 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
555 CMPLX(double x, double y) in CMPLX() function