/math/ |
A D | test-math-narrow.h | 19 #define FUNC_TEST(function) \ argument 21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument 23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
|
A D | test-math-vector.h | 27 #define WRAPPER_NAME(function) CONCAT (function, VEC_SUFF) argument 28 #define FUNC_TEST(function) WRAPPER_NAME (FUNC (function)) argument 55 #define WRAPPER_DECL_f(function) extern FLOAT function (FLOAT); argument 56 #define WRAPPER_DECL_ff(function) extern FLOAT function (FLOAT, FLOAT); argument 57 #define WRAPPER_DECL_fFF(function) extern void function (FLOAT, FLOAT *, FLOAT *); argument
|
A D | test-math-scalar.h | 19 #define FUNC_TEST(function) FUNC (function) argument
|
A D | complex.h | 96 #define __MATHCALL(function, args) \ argument 98 #define __MATHDECL_IMPL(type, function, args) \ argument 101 #define __MATHDECL(type, function, args) \ argument 103 #define __MATHDECL_1_IMPL(type, function, args) \ argument 105 #define __MATHDECL_1(type, function, args) \ argument 127 # define __MATHDECL_1(type, function, args) \ argument 149 #define __MATHDECL(type, function, args) \ argument 151 # define __MATHDECL_1(type, function, args) \ argument
|
A D | test-arg-double.h | 20 #define ARG_FUNC(function) function argument
|
A D | test-arg-float32x.h | 23 #define ARG_FUNC(function) function ## f32x argument
|
A D | test-arg-float64.h | 23 #define ARG_FUNC(function) function ## f64 argument
|
A D | test-arg-float128.h | 23 #define ARG_FUNC(function) function ## f128 argument
|
A D | test-arg-float64x.h | 23 #define ARG_FUNC(function) function ## f64x argument
|
A D | test-arg-ldouble.h | 22 #define ARG_FUNC(function) function ## l argument
|
A D | test-float32.h | 26 #define FUNC(function) function ## f32 argument
|
A D | test-float32x.h | 26 #define FUNC(function) function ## f32x argument
|
A D | test-float64.h | 26 #define FUNC(function) function ## f64 argument
|
A D | test-float.h | 19 #define FUNC(function) function ## f argument
|
A D | test-double.h | 19 #define FUNC(function) function argument
|
A D | test-float128.h | 26 #define FUNC(function) function ## f128 argument
|
A D | test-float64x.h | 26 #define FUNC(function) function ## f64x argument
|
A D | test-ldouble.h | 21 #define FUNC(function) function##l argument
|
A D | math.h | 278 #define __MATHCALL_VEC(function, suffix, args) \ argument 282 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 286 #define __MATHCALL(function,suffix, args) \ argument 288 #define __MATHDECL(type, function,suffix, args) \ argument 291 #define __MATHCALLX(function,suffix, args, attrib) \ argument 298 #define __MATHDECL_1(type, function, suffix, args) \ argument 305 #define __MATHREDIR(type, function, suffix, args, to) \ argument 357 # define __MATHDECL_1(type, function,suffix, args) \ argument 379 # define __REDIRTO(function, suffix) \ argument 381 # define __REDIRTO_ALT(function, suffix) \ argument [all …]
|
A D | gen-auto-libm-tests.c | 2259 generate_output (const char *function, bool narrow, const char *filename) in generate_output() 2292 const char *function = argv[2]; in main() local
|