Home
last modified time | relevance | path

Searched refs:__log (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
De_log.c48 __log (double x) in __log() function
133 #ifndef __log
134 strong_alias (__log, __ieee754_log)
135 libm_alias_finite (__ieee754_log, __log)
137 versioned_symbol (libm, __log, log, GLIBC_2_29);
138 libm_alias_double_other (__log, log)
140 libm_alias_double (__log, log)
/glibc-2.36/sysdeps/x86_64/fpu/multiarch/
De_log.c29 libm_alias_finite (__ieee754_log, __log)
31 #define __log __ieee754_log_sse2 macro
De_logf.c34 libm_alias_float_other (__log, log)
36 libm_alias_float (__log, log)
De_log-avx.c2 #define __log __ieee754_log_avx macro
De_log-fma.c2 #define __log __ieee754_log_fma macro
De_log-fma4.c2 #define __log __ieee754_log_fma4 macro
/glibc-2.36/math/
Dw_log.c7 versioned_symbol (libm, __log, log, GLIBC_2_29);
8 libm_alias_double_other (__log, log)
Dw_log_template.c30 M_DECL_FUNC (__log) (FLOAT x) in M_DECL_FUNC() argument
43 declare_mgen_alias (__log, log)
Dw_logf.c8 libm_alias_float_other (__log, log)
Dw_logl_compat.c46 libm_alias_ldouble (__log, log)
/glibc-2.36/sysdeps/i386/i686/fpu/multiarch/
De_logf.c33 libm_alias_float_other (__log, log)
35 libm_alias_float (__log, log)
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
De_log-power10.c3 #define __log __log_power10 macro
De_log-ppc64.c2 #define __log __log_ppc64 macro
De_log.c37 libm_alias_finite (__ieee754_log, __log)
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
De_log.c2 #define FUNC_FINITE __log
/glibc-2.36/sysdeps/i386/i686/fpu/
De_log.S29 libm_alias_finite (__log_finite, __log)
/glibc-2.36/sysdeps/ieee754/flt-32/
De_logf.c93 libm_alias_float_other (__log, log)
/glibc-2.36/sysdeps/i386/fpu/
De_log.S91 libm_alias_finite (__log_finite, __log)
/glibc-2.36/sysdeps/ia64/fpu/
De_log.S1671 libm_alias_double_other (__log, log)
1675 .set __log_compat,__log
De_logf.S1091 libm_alias_float_other (__log, log)
De_logl.S635 libm_alias_ldouble_other (__log, log)
/glibc-2.36/ChangeLog.old/
DChangeLog.1911277 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Rename to __log
11306 __log.
DChangeLog.1842011 * math/w_log.c (__log): Likewise.