Searched refs:real (Results 1 – 11 of 11) sorted by relevance
/math/ |
A D | README.libm-test | 25 the target platform and the specific real floating type and format and 31 but still independent of the real floating type. The results of the 39 selects the desired real floating type to exercise the math functions 47 its fpu or nofpu subdirectory) and for each variant (real floating 119 - "c" for complex. This parameter needs two values, first the real,
|
A D | gen-libm-test.py | 125 self.real = defaultdict(lambda: defaultdict(lambda: 0)) 129 self.ulps_kinds = (('Real part of ', self.real), 248 self.ulps_table('func_real_ulps', self.real), 607 ulp_real = p_ulps.real[func][flt]
|
A D | test-double.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) argument
|
A D | test-float.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) argument
|
A D | test-float32.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32 ((real), (imag))) argument
|
A D | test-float32x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32X ((real), (imag))) argument
|
A D | test-float64.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64 ((real), (imag))) argument
|
A D | test-float128.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) argument
|
A D | test-float64x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) argument
|
A D | test-ldouble.h | 24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) argument
|
A D | auto-libm-test-in | 4623 # Principal square root should be returned (i.e., non-negative real part).
|
Completed in 13 milliseconds