Searched defs:CMPLXF (Results 1 – 2 of 2) sorted by relevance
52 #define CMPLXF(x, y) ((float complex){ x, y }) macro56 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) macro
543 CMPLXF(float x, float y) in CMPLXF() function