Searched defs:CMPLXL (Results 1 – 2 of 2) sorted by relevance
50 #define CMPLXL(x, y) ((long double complex){ x, y }) macro54 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
489 CMPLXL(long double x, long double y) in CMPLXL() function