Home
last modified time | relevance | path

Searched refs:__frexpl (Results 1 – 21 of 21) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A Ds_frexpl.c21 __frexpl (long double value, int *expptr) in __frexpl() function
58 weak_alias (__frexpl, frexpl)
/sysdeps/ieee754/ldbl-128ibm/
A Ds_frexpl.c33 long double __frexpl(long double x, int *eptr) in __frexpl() function
144 long_double_symbol (libm, __frexpl, frexpl);
146 long_double_symbol (libc, __frexpl, frexpl);
A Ds_cbrtl.c55 x = __frexpl (x, &e); in __cbrtl()
A De_log2l.c201 x = __frexpl (x, &e); in __ieee754_log2l()
A De_log10l.c207 x = __frexpl (x, &e); in __ieee754_log10l()
A Ds_log1pl.c158 x = __frexpl (x, &e); in __log1pl()
A De_gammal_r.c100 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
/sysdeps/ieee754/ldbl-64-128/
A Ds_frexpl.c9 long_double_symbol (libc, __frexpl, frexpl);
/sysdeps/i386/fpu/
A Ds_frexpl.S42 ENTRY (__frexpl)
91 END (__frexpl)
/sysdeps/ieee754/ldbl-128/
A Ds_frexpl.c36 _Float128 __frexpl(_Float128 x, int *eptr) in __frexpl() function
A Ds_cbrtl.c89 x = __frexpl (x, &e); in __cbrtl()
A De_log2l.c199 x = __frexpl (x, &e); in __ieee754_log2l()
A De_log10l.c205 x = __frexpl (x, &e); in __ieee754_log10l()
A De_gammal_r.c101 _Float128 x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
A Ds_log1pl.c166 x = __frexpl (x, &e); in __log1pl()
A De_logl.c217 u.value = __frexpl (x, &e); in __ieee754_logl()
/sysdeps/ieee754/ldbl-96/
A Ds_frexpl.c42 long double __frexpl(long double x, int *eptr) in __frexpl() function
A Ds_cbrtl.c46 xm = __frexpl (fabsl (x), &xe); in __cbrtl()
A De_gammal_r.c95 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
/sysdeps/x86/fpu/
A Dpowl_helper.c100 x_frac = __frexpl (x, &x_int_exponent); in libm_hidden_proto()
/sysdeps/ieee754/float128/
A Dfloat128_private.h246 #define __frexpl __frexpf128 macro

Completed in 29 milliseconds