Searched refs:CMPLXF64X (Results 1 – 2 of 2) sorted by relevance
/math/ | ||
A D | test-float64x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) |
A D | complex.h | 83 # define CMPLXF64X(x, y) __builtin_complex ((_Float64x) (x), (_Float64x) (y)) macro |
Completed in 3 milliseconds