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