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