Searched refs:CMPLXF128 (Results 1 – 2 of 2) sorted by relevance
/math/ | ||
A D | test-float128.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) |
A D | complex.h | 75 # define CMPLXF128(x, y) __builtin_complex ((_Float128) (x), (_Float128) (y)) macro |
Completed in 4 milliseconds