/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_frexpl.c | 33 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);
|
D | s_cbrtl.c | 55 x = __frexpl (x, &e); in __cbrtl()
|
D | e_log2l.c | 201 x = __frexpl (x, &e); in __ieee754_log2l()
|
D | e_log10l.c | 207 x = __frexpl (x, &e); in __ieee754_log10l()
|
D | s_log1pl.c | 158 x = __frexpl (x, &e); in __log1pl()
|
D | e_gammal_r.c | 100 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_frexpl.c | 21 __frexpl (long double value, int *expptr) in __frexpl() function 58 weak_alias (__frexpl, frexpl)
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_frexpl.S | 42 ENTRY (__frexpl) 91 END (__frexpl)
|
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/ |
D | s_frexpl.c | 9 long_double_symbol (libc, __frexpl, frexpl);
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_frexpl.c | 36 _Float128 __frexpl(_Float128 x, int *eptr) in __frexpl() function
|
D | s_cbrtl.c | 89 x = __frexpl (x, &e); in __cbrtl()
|
D | e_log2l.c | 199 x = __frexpl (x, &e); in __ieee754_log2l()
|
D | e_log10l.c | 205 x = __frexpl (x, &e); in __ieee754_log10l()
|
D | e_gammal_r.c | 101 _Float128 x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
|
D | e_logl.c | 217 u.value = __frexpl (x, &e); in __ieee754_logl()
|
D | s_log1pl.c | 166 x = __frexpl (x, &e); in __log1pl()
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_frexpl.c | 42 long double __frexpl(long double x, int *eptr) in __frexpl() function
|
D | s_cbrtl.c | 46 xm = __frexpl (fabsl (x), &xe); in __cbrtl()
|
D | e_gammal_r.c | 95 long double x_adj_mant = __frexpl (x_adj, &x_adj_log2); in gammal_positive()
|
/glibc-2.36/sysdeps/x86/fpu/ |
D | powl_helper.c | 100 x_frac = __frexpl (x, &x_int_exponent); in libm_hidden_proto()
|
/glibc-2.36/sysdeps/ieee754/float128/ |
D | float128_private.h | 246 #define __frexpl __frexpf128 macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 6973 (__log1pl): Use __frexpl. 7158 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
|
D | ChangeLog.18 | 6912 declaration for __frexpl. 20266 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Add non-finite input to 20273 * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise. 20274 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise. 20275 * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise. 43365 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52 53724 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite. 59215 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl 63241 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise. 70591 (__frexpl): Do not use BP_SYM. [all …]
|
D | ChangeLog.12 | 1972 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Mostly revert 2000-12-03
|
D | ChangeLog.6 | 6429 * sysdeps/m68k/fpu/__math.h (__frexp, __frexpf, __frexpl):
|