Searched defs:CMPLXL (Results 1 – 3 of 3) sorted by relevance
53 #define CMPLXL(x, y) ((long double complex){ x, y }) macro57 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
82 CMPLXL(long double x, long double y) in CMPLXL() function
567 CMPLXL(long double x, long double y) in CMPLXL() function