Searched defs:CMPLXF (Results 1 – 1 of 1) sorted by relevance
42 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) macro46 #define CMPLXF(x, y) ((float complex){ x, y }) macro