Home
last modified time | relevance | path

Searched refs:__frexp (Results 1 – 12 of 12) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A Ds_frexp_template.c22 M_DECL_FUNC (__frexp) (FLOAT value, int *expptr) in M_DECL_FUNC() argument
45 declare_mgen_alias (__frexp, frexp)
/sysdeps/ieee754/dbl-64/
A Ds_frexp.c35 __frexp (double x, int *eptr) in __frexp() function
65 libm_alias_double (__frexp, frexp)
A Ds_cbrt.c43 xm = __frexp (fabs (x), &xe); in __cbrt()
A De_gamma_r.c94 double x_adj_mant = __frexp (x_adj, &x_adj_log2); in gamma_positive()
/sysdeps/i386/fpu/
A Ds_frexp.S41 ENTRY (__frexp)
82 END (__frexp)
83 libm_alias_double (__frexp, frexp)
A Ds_frexpf.S80 libm_alias_float (__frexp, frexp)
A Ds_frexpl.S92 libm_alias_ldouble (__frexp, frexp)
/sysdeps/ieee754/ldbl-opt/
A Ds_frexp.c4 compat_symbol (libc, __frexp, frexpl, GLIBC_2_0);
/sysdeps/ieee754/flt-32/
A Ds_frexpf.c44 libm_alias_float (__frexp, frexp)
/sysdeps/ieee754/ldbl-128/
A Ds_frexpl.c54 libm_alias_ldouble (__frexp, frexp)
/sysdeps/ieee754/ldbl-96/
A Ds_frexpl.c60 libm_alias_ldouble (__frexp, frexp)
/sysdeps/ieee754/ldbl-128ibm/
A Ds_fmal.c57 v->val = __frexp (d, &v->exp); in store_ext_val()
66 x = __frexp (x, &xexp); in mul_ext_val()
67 y = __frexp (y, &yexp); in mul_ext_val()

Completed in 11 milliseconds