Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 25 of 123) sorted by relevance

12345

/sysdeps/m68k/m680x0/fpu/
A Ds_isinf.c21 #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 De_acos.c23 #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 De_fmod.c23 #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 Ds_log1p.c22 #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 Ds_isinff.c1 #ifndef FUNC
2 #define FUNC isinff macro
A Ds_isinfl.c1 #ifndef FUNC
2 #define FUNC isinfl macro
A De_acosf.c1 #ifndef FUNC
2 # define FUNC __ieee754_acosf macro
A De_acosl.c1 #ifndef FUNC
2 # define FUNC __ieee754_acosl macro
A De_fmodf.c1 #ifndef FUNC
2 # define FUNC __ieee754_fmodf macro
A De_fmodl.c1 #ifndef FUNC
2 # define FUNC __ieee754_fmodl macro
A Ds_finite.c1 #define FUNC finite macro
A Ds_isnan.c1 #define FUNC isnan macro
A Ds_isnanf.c1 #define FUNC isnanf macro
A Ds_finitef.c1 #define FUNC finitef macro
A Ds_finitel.c1 #define FUNC finitel macro
A Ds_isnanl.c1 #define FUNC isnanl macro
A Ds_log1pf.c1 #define FUNC log1pf macro
/sysdeps/ia64/fpu/
A Dlgamma-compat.h26 # 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 Dlibc-lockP.h32 (__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 Dlibc-lockP.h84 # 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 Dclone.S30 #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 Difunc-resolve.h58 #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 Dadd_n.S27 # define FUNC __mpn_sub_n macro
30 # define FUNC __mpn_add_n macro
39 ENTRY_TOCLESS (FUNC, 5)
98 END(FUNC)
/sysdeps/arm/
A Dadd_n.S29 # define FUNC __mpn_sub_n macro
34 # define FUNC __mpn_add_n macro
39 ENTRY (FUNC)
90 END (FUNC)
/sysdeps/ieee754/ldbl-128ibm/
A Dtest-fmodl-ldbl-128ibm.c19 #define FUNC fmodl macro

Completed in 25 milliseconds

12345