Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dtest-redirection-ldbl-64.c31 #define MATH_REDIRX(function, to) \ argument
33 #define MATH_REDIR(function) MATH_REDIRX (function, __ ## function) argument
36 # define MATH_F32(function) MATH_REDIR(function ## f32) argument
38 # define MATH_F32(function) argument
42 # define MATH_F32X(function) MATH_REDIR(function ## f32x) argument
44 # define MATH_F32X(function) argument
48 # define MATH_F64(function) MATH_REDIR(function ## f64) argument
50 # define MATH_F64(function) argument
54 # define MATH_F64X(function) MATH_REDIR(function ## f64x) argument
56 # define MATH_F64X(function) argument
[all …]
/glibc-2.36/math/
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
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
Dtest-math-scalar.h19 #define FUNC_TEST(function) FUNC (function) argument
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
Dtest-arg-double.h20 #define ARG_FUNC(function) function argument
Dtest-arg-float64.h23 #define ARG_FUNC(function) function ## f64 argument
Dtest-arg-float32x.h23 #define ARG_FUNC(function) function ## f32x argument
Dtest-arg-float128.h23 #define ARG_FUNC(function) function ## f128 argument
Dtest-arg-float64x.h23 #define ARG_FUNC(function) function ## f64x argument
Dtest-arg-ldouble.h22 #define ARG_FUNC(function) function ## l argument
/glibc-2.36/sysdeps/alpha/bits/
Dmathdef.h28 # define __MATHCALL(function, args) \ argument
30 # define __MATHDECL(type, function, args) \ argument
33 # define __MATHDECL_1(type, function, args, alias) \ argument
/glibc-2.36/support/
Dxpthread_check_return.c27 xpthread_check_return (const char *function, int value) in xpthread_check_return()
Doom_error.c25 oom_error (const char *function, size_t size) in oom_error()
/glibc-2.36/nptl/
Dtst-stack4mod.c23 function (void) in function() function
/glibc-2.36/assert/
Dassert.c48 unsigned int line, const char *function) in __assert_fail_base()
99 const char *function) in __assert_fail()
Dassert-perr.c30 const char *function) in __assert_perror_fail()
/glibc-2.36/sysdeps/x86/
Dtst-memset-rtm.c35 function (void) in function() function
Dtst-memcmp-rtm.c40 function (void) in function() function
Dtst-memmove-rtm.c40 function (void) in function() function
Dtst-strcpy-rtm.c40 function (void) in function() function
Dtst-memchr-rtm.c41 function (void) in function() function
Dtst-memrchr-rtm.c41 function (void) in function() function
Dtst-strchr-rtm.c41 function (void) in function() function
Dtst-strlen-rtm.c40 function (void) in function() function

12