Searched refs:imag (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/math/ |
D | test-double.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) argument
|
D | test-float.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) argument
|
D | test-float32.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32 ((real), (imag))) argument
|
D | test-float32x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32X ((real), (imag))) argument
|
D | test-float64.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64 ((real), (imag))) argument
|
D | test-float128.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) argument
|
D | test-float64x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) argument
|
D | test-ldouble.h | 24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) argument
|
D | gen-libm-test.py | 126 self.imag = defaultdict(lambda: defaultdict(lambda: 0)) 130 ('Imaginary part of ', self.imag), 249 self.ulps_table('func_imag_ulps', self.imag))) 608 ulp_imag = p_ulps.imag[func][flt]
|