Searched refs:BUILD_COMPLEX (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | libm-test-driver.c | 617 FUNC_TEST (FUNC_NAME) (BUILD_COMPLEX (ARG1, ARG2)),\ 811 FUNC_TEST (FUNC_NAME) (BUILD_COMPLEX (ARGR, ARGC)), \ 812 BUILD_COMPLEX (EXPR, EXPC), EXCEPTIONS); \ 832 FUNC_TEST (FUNC_NAME) (BUILD_COMPLEX (ARG1R, ARG1C), \ 833 BUILD_COMPLEX (ARG2R, ARG2C)), \ 834 BUILD_COMPLEX (EXPR, EXPC), EXCEPTIONS); \
|
A D | test-double.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) macro
|
A D | test-float.h | 22 #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) macro
|
A D | test-float32.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32 ((real), (imag))) macro
|
A D | test-float32x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF32X ((real), (imag))) macro
|
A D | test-float64.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64 ((real), (imag))) macro
|
A D | test-float128.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF128 ((real), (imag))) macro
|
A D | test-float64x.h | 29 #define BUILD_COMPLEX(real, imag) (CMPLXF64X ((real), (imag))) macro
|
A D | test-ldouble.h | 24 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) macro
|
Completed in 11 milliseconds