Searched defs:CMPLXL (Results 1 – 1 of 1) sorted by relevance
43 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro47 #define CMPLXL(x, y) ((long double complex){ x, y }) macro