Searched refs:CMPLXL (Results 1 – 4 of 4) sorted by relevance
24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag)))
48 C (CMPLXL, long double); in do_test()
126 long double, comparecl, CMPLXL); in check_long_double()
59 # define CMPLXL(x, y) __builtin_complex ((long double) (x), (long double) (y)) macro
Completed in 5 milliseconds