Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 29) sorted by relevance

12

/math/
A Dmath.h276 #define __SIMD_DECL(function) __CONCAT (__DECL_SIMD_, function) argument
280 __MATHCALL (function, suffix, args)
284 __MATHDECL(type, function,suffix, args)
286 #define __MATHCALL(function,suffix, args) \ argument
303 __MATHDECL_1(type, function, suffix, args)
358 __MATHREDIR(type, function, suffix, args, __CONCAT(function,suffix))
379 # define __REDIRTO(function, suffix) \ argument
380 __ ## function ## ieee128 ## suffix
381 # define __REDIRTO_ALT(function, suffix) \ argument
382 __ ## function ## f128 ## suffix
[all …]
A Dcomplex.h96 #define __MATHCALL(function, args) \ argument
99 __MATHDECL_1(type, function, args); \
102 __MATHDECL_IMPL(type, function, args)
106 __MATHDECL_1_IMPL(type, function, args)
128 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)
132 # define __REDIR_TO(function) \
133 __ ## function ## ieee128
137 __MATHDECL_1(type, function, __REDIR_TO(function), args); \
138 __MATHDECL_1(type, __CONCAT(__,function), __REDIR_TO(function), args)
150 __MATHDECL_IMPL(type, function, args)
[all …]
A DREADME.libm-test4 The libm-test math test suite tests a number of function points of
30 cases for each math function that are specific to the target platform
33 platform specific deltas by which the actual math function results may
48 type and rounding mode) of every tested function reads from it the
50 actual result of the function may deviate from the expected result
107 the test macro for a function with input of type FLOAT (FLOAT is
109 "TEST_f_f". The macro's parameter are the name of the function, the
145 verbosity), the output contains the name of the function under test
147 that the name of the function in the output need not correspond
149 the output will refer to the "acos" function even if the actual function
[all …]
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-narrow.h19 #define FUNC_TEST(function) \ argument
20 FUNC_TEST_CONCAT (FUNC_NARROW_PREFIX, function, FUNC_NARROW_SUFFIX)
21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
22 _FUNC_TEST_CONCAT (prefix, function, suffix)
23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
24 prefix ## function ## suffix
A Dgen-auto-libm-tests.c2259 generate_output (const char *function, bool narrow, const char *filename) in generate_output() argument
2267 if (strcmp (tf->name, function) != 0) in generate_output()
2292 const char *function = argv[2]; in main() local
2298 function = argv[2]; in main()
2305 function = argv[3]; in main()
2310 generate_output (function, narrow, output_filename); in main()
A Dtest-math-scalar.h19 #define FUNC_TEST(function) FUNC (function) 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-ldouble.h22 #define ARG_FUNC(function) function ## l 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-double.h19 #define FUNC(function) function argument
A Dtest-float.h19 #define FUNC(function) function ## f 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-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 Dlibm-test-j0.inc23 /* j0 is the Bessel function of the first kind of order 0 */
A Dlibm-test-j1.inc23 /* j1 is the Bessel function of the first kind of order 1 */
A Dlibm-test-y0.inc23 /* y0 is the Bessel function of the second kind of order 0 */
A Dlibm-test-y1.inc23 /* y1 is the Bessel function of the second kind of order 1 */

Completed in 28 milliseconds

12