Searched refs:CMPLXF (Results 1 – 2 of 2) sorted by relevance
115 #define CMPLXF(r,i) __builtin_complex((float)(r), (float)(i)) macro119 #define CMPLXF(r,i) ((float complex) ((float) (r) + (float complex) I * (float) (i))) macro
177 * Add type casting to CMPLX, CMPLXF and CMPLXL macros (as glibc