Searched defs:__CMPLX (Results 1 – 1 of 1) sorted by relevance
119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro