/sysdeps/m68k/m680x0/fpu/ |
A D | s_isinf.c | 21 #ifndef FUNC 22 #define FUNC isinf macro 31 __CONCATX(__,FUNC) (float_type x) in __CONCATX() argument 33 return __m81_u(__CONCATX(__,FUNC))(x); in __CONCATX() 37 hidden_defx(__CONCATX(__,FUNC)) 38 weak_alias (__CONCATX(__,FUNC), FUNC)
|
A D | e_acos.c | 23 #ifndef FUNC 24 # define FUNC __ieee754_acos macro 32 FUNC (float_type x) in FUNC() function 34 return __m81_u(FUNC)(x); in FUNC() 37 libm_alias_finite (FUNC, FUNC_FINITE)
|
A D | e_fmod.c | 23 #ifndef FUNC 24 # define FUNC __ieee754_fmod macro 32 FUNC (float_type x, float_type y) in FUNC() function 34 return __m81_u(FUNC)(x, y); in FUNC() 37 libm_alias_finite (FUNC, FUNC_FINITE)
|
A D | s_log1p.c | 22 #ifndef FUNC 23 #define FUNC log1p macro 32 __CONCATX(__,FUNC) (float_type x) in __CONCATX() argument 34 return __m81_u(__CONCATX(__,FUNC))(x); in __CONCATX()
|
A D | s_isinff.c | 1 #ifndef FUNC 2 #define FUNC isinff macro
|
A D | s_isinfl.c | 1 #ifndef FUNC 2 #define FUNC isinfl macro
|
A D | e_acosf.c | 1 #ifndef FUNC 2 # define FUNC __ieee754_acosf macro
|
A D | e_acosl.c | 1 #ifndef FUNC 2 # define FUNC __ieee754_acosl macro
|
A D | e_fmodf.c | 1 #ifndef FUNC 2 # define FUNC __ieee754_fmodf macro
|
A D | e_fmodl.c | 1 #ifndef FUNC 2 # define FUNC __ieee754_fmodl macro
|
A D | s_finite.c | 1 #define FUNC finite macro
|
A D | s_isnan.c | 1 #define FUNC isnan macro
|
A D | s_isnanf.c | 1 #define FUNC isnanf macro
|
A D | s_finitef.c | 1 #define FUNC finitef macro
|
A D | s_finitel.c | 1 #define FUNC finitel macro
|
A D | s_isnanl.c | 1 #define FUNC isnanl macro
|
A D | s_log1pf.c | 1 #define FUNC log1pf macro
|
/sysdeps/ia64/fpu/ |
A D | lgamma-compat.h | 26 # define LGFUNC(FUNC) __ ## FUNC ## _compat argument 28 # define LGFUNC(FUNC) __ieee754_ ## FUNC argument 32 #define CALL_LGAMMA(TYPE, FUNC, ARG) \ argument 36 lgamma_tmp = FUNC ((ARG), &__signgam, sizeof (__signgam)); \
|
/sysdeps/htl/ |
A D | libc-lockP.h | 32 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \ 36 (FUNC != NULL ? FUNC ARGS : ELSE) 42 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument 44 # define __libc_ptf_call_always(FUNC, ARGS) \ argument 45 PTHFCT_CALL (ptr_##FUNC, ARGS) 48 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument 49 FUNC ARGS 51 FUNC ARGS 54 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument 55 __libc_maybe_call (FUNC, ARGS, ELSE) [all …]
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 84 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 85 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \ 88 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument 89 (FUNC != NULL ? FUNC ARGS : ELSE) 96 #define __libc_ptf_call(FUNC, ARGS, ELSE) FUNC ARGS argument 97 #define __libc_ptf_call_always(FUNC, ARGS) FUNC ARGS argument
|
/sysdeps/unix/sysv/linux/i386/ |
A D | clone.S | 30 #define FUNC PARMS macro 31 #define STACK FUNC+4 45 movl FUNC(%esp),%ecx /* no NULL function pointers */ 61 movl FUNC(%esp),%eax
|
/sysdeps/s390/multiarch/ |
A D | ifunc-resolve.h | 58 #define s390_libc_ifunc_expr(TYPE_FUNC, FUNC, EXPR) \ argument 59 __ifunc (TYPE_FUNC, FUNC, EXPR, unsigned long int hwcap, \
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | add_n.S | 27 # define FUNC __mpn_sub_n macro 30 # define FUNC __mpn_add_n macro 39 ENTRY_TOCLESS (FUNC, 5) 98 END(FUNC)
|
/sysdeps/arm/ |
A D | add_n.S | 29 # define FUNC __mpn_sub_n macro 34 # define FUNC __mpn_add_n macro 39 ENTRY (FUNC) 90 END (FUNC)
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | test-fmodl-ldbl-128ibm.c | 19 #define FUNC fmodl macro
|