Home
last modified time | relevance | path

Searched defs:function (Results 1 – 20 of 20) sorted by relevance

/math/
A Dtest-math-narrow.h19 #define FUNC_TEST(function) \ argument
21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
A Dtest-math-vector.h27 #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 Dtest-math-scalar.h19 #define FUNC_TEST(function) FUNC (function) argument
A Dcomplex.h96 #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 Dtest-arg-double.h20 #define ARG_FUNC(function) function argument
A Dtest-arg-float32x.h23 #define ARG_FUNC(function) function ## f32x argument
A Dtest-arg-float64.h23 #define ARG_FUNC(function) function ## f64 argument
A Dtest-arg-float128.h23 #define ARG_FUNC(function) function ## f128 argument
A Dtest-arg-float64x.h23 #define ARG_FUNC(function) function ## f64x argument
A Dtest-arg-ldouble.h22 #define ARG_FUNC(function) function ## l argument
A Dtest-float32.h26 #define FUNC(function) function ## f32 argument
A Dtest-float32x.h26 #define FUNC(function) function ## f32x argument
A Dtest-float64.h26 #define FUNC(function) function ## f64 argument
A Dtest-float.h19 #define FUNC(function) function ## f argument
A Dtest-double.h19 #define FUNC(function) function argument
A Dtest-float128.h26 #define FUNC(function) function ## f128 argument
A Dtest-float64x.h26 #define FUNC(function) function ## f64x argument
A Dtest-ldouble.h21 #define FUNC(function) function##l argument
A Dmath.h278 #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 Dgen-auto-libm-tests.c2259 generate_output (const char *function, bool narrow, const char *filename) in generate_output()
2292 const char *function = argv[2]; in main() local

Completed in 18 milliseconds