/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | test-redirection-ldbl-64.c | 31 #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/ |
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
|
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
|
D | test-math-scalar.h | 19 #define FUNC_TEST(function) FUNC (function) argument
|
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
|
D | test-arg-double.h | 20 #define ARG_FUNC(function) function argument
|
D | test-arg-float64.h | 23 #define ARG_FUNC(function) function ## f64 argument
|
D | test-arg-float32x.h | 23 #define ARG_FUNC(function) function ## f32x argument
|
D | test-arg-float128.h | 23 #define ARG_FUNC(function) function ## f128 argument
|
D | test-arg-float64x.h | 23 #define ARG_FUNC(function) function ## f64x argument
|
D | test-arg-ldouble.h | 22 #define ARG_FUNC(function) function ## l argument
|
/glibc-2.36/sysdeps/alpha/bits/ |
D | mathdef.h | 28 # 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/ |
D | xpthread_check_return.c | 27 xpthread_check_return (const char *function, int value) in xpthread_check_return()
|
D | oom_error.c | 25 oom_error (const char *function, size_t size) in oom_error()
|
/glibc-2.36/nptl/ |
D | tst-stack4mod.c | 23 function (void) in function() function
|
/glibc-2.36/assert/ |
D | assert.c | 48 unsigned int line, const char *function) in __assert_fail_base() 99 const char *function) in __assert_fail()
|
D | assert-perr.c | 30 const char *function) in __assert_perror_fail()
|
/glibc-2.36/sysdeps/x86/ |
D | tst-memset-rtm.c | 35 function (void) in function() function
|
D | tst-memcmp-rtm.c | 40 function (void) in function() function
|
D | tst-memmove-rtm.c | 40 function (void) in function() function
|
D | tst-strcpy-rtm.c | 40 function (void) in function() function
|
D | tst-memchr-rtm.c | 41 function (void) in function() function
|
D | tst-memrchr-rtm.c | 41 function (void) in function() function
|
D | tst-strchr-rtm.c | 41 function (void) in function() function
|
D | tst-strlen-rtm.c | 40 function (void) in function() function
|