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