Home
last modified time | relevance | path

Searched refs:imag (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/math/
Dtest-double.h22 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) argument
Dtest-float.h22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) argument
Dtest-float32.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF32 ((real), (imag))) argument
Dtest-float32x.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF32X ((real), (imag))) argument
Dtest-float64.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF64 ((real), (imag))) argument
Dtest-float128.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) argument
Dtest-float64x.h29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) argument
Dtest-ldouble.h24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) argument
Dgen-libm-test.py126 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]