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