Searched refs:CMPLXF (Results 1 – 4 of 4) sorted by relevance
22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag)))
46 C (CMPLXF, float); in do_test()
112 float, comparecf, CMPLXF); in check_float()
58 # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y)) macro
Completed in 6 milliseconds