Searched defs:BUILD_COMPLEX (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/math/ |
D | test-float32.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32 ((real), (imag))) macro
|
D | test-float32x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32X ((real), (imag))) macro
|
D | test-float64.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64 ((real), (imag))) macro
|
D | test-double.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) macro
|
D | test-float.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) macro
|
D | test-float128.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) macro
|
D | test-float64x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) macro
|
D | test-ldouble.h | 24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) macro
|