Home
last modified time | relevance | path

Searched refs:__m81_u (Results 1 – 25 of 34) sorted by relevance

12

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_cexp_template.c26 #define m81(func) __m81_u(s(func))
46 __m81_u (__sincosl) (__imag__ x, &sin_ix, &cos_ix); in s()
50 long double exp_t = __m81_u(__ieee754_expl) (t); in s()
62 exp_val = __m81_u(__ieee754_expl) (__real__ x); in s()
Dmathimpl.h32 #define __m81_u(x) __CONCAT(__,x) macro
39 __m81_nth (__m81_u(func) args)
210 __m81_nth (__m81_u(m(__sincos)) \
Ds_lrint_template.c26 return __m81_u(M_SUF (__lrint)) (x); in M_DECL_FUNC()
Ds_fabs_template.c25 return __m81_u(M_SUF (__fabs)) (x); in M_DECL_FUNC()
Ds_nearbyint_template.c25 return __m81_u(M_SUF (__nearbyint)) (x); in M_DECL_FUNC()
Ds_tanh_template.c25 return __m81_u(M_SUF (__tanh)) (x); in M_DECL_FUNC()
Ds_atan_template.c25 return __m81_u(M_SUF (__atan)) (x); in M_DECL_FUNC()
Ds_rint_template.c25 return __m81_u(M_SUF (__rint)) (x); in M_DECL_FUNC()
Ds_ceil_template.c26 return __m81_u(M_SUF (__ceil)) (x); in M_DECL_FUNC()
Ds_trunc_template.c26 return __m81_u(M_SUF (__trunc)) (x); in M_DECL_FUNC()
Ds_floor_template.c26 return __m81_u(M_SUF (__floor)) (x); in M_DECL_FUNC()
Ds_cos_template.c28 return __m81_u(M_SUF (__cos)) (x); in M_DECL_FUNC()
Ds_sin_template.c28 return __m81_u(M_SUF (__sin)) (x); in M_DECL_FUNC()
Ds_sincos_template.c25 __m81_u(M_SUF (__sincos)) (x, sinx, cosx); in M_DECL_FUNC()
Ds_tan_template.c28 return __m81_u(M_SUF (__tan)) (x); in M_DECL_FUNC()
De_acos.c34 return __m81_u(FUNC)(x); in FUNC()
Ds_expm1_template.c28 return __m81_u(M_SUF (__expm1)) (x); in M_DECL_FUNC()
De_fmod.c34 return __m81_u(FUNC)(x, y); in FUNC()
Ds_log1p.c34 return __m81_u(__CONCATX(__,FUNC))(x); in __CONCATX()
Ds_isinf.c33 return __m81_u(__CONCATX(__,FUNC))(x); in __CONCATX()
De_ilogb.c30 #define m81(func) __m81_u(s(func))
Ds_llrintl.c32 x = __m81_u(__rintl) (x); in __llrintl()
Ds_llrintf.c32 x = __m81_u(__rintf) (x); in __llrintf()
Ds_llrint.c32 x = __m81_u(__rint) (x); in __llrint()
Ds_scalbn.c46 return __m81_u(__CONCATX(__scalbn,suffix))(x, exp); in __CONCATX()

12