Searched refs:__powf (Results 1 – 6 of 6) sorted by relevance
/sysdeps/x86_64/fpu/multiarch/ |
A D | e_powf.c | 30 libc_ifunc_redirected (__redirect_powf, __powf, IFUNC_SELECTOR ()); 33 __hidden_ver1 (__powf, __GI___powf, __redirect_powf) 42 strong_alias (__powf, __ieee754_powf) 43 libm_alias_finite (__powf, __powf) 45 #define __powf __powf_sse2 macro
|
A D | e_powf-fma.c | 1 #define __powf __powf_fma macro
|
/sysdeps/i386/i686/fpu/multiarch/ |
A D | e_powf.c | 28 libc_ifunc_redirected (__redirect_powf, __powf, IFUNC_SELECTOR ()); 35 versioned_symbol (libm, __powf, powf, GLIBC_2_27); 41 strong_alias (__powf, __ieee754_powf) 42 libm_alias_finite (__ieee754_powf, __powf) 44 #define __powf __powf_ia32 macro
|
A D | e_powf-sse2.c | 1 #define __powf __powf_sse2 macro
|
/sysdeps/ieee754/flt-32/ |
A D | e_powf.c | 147 __powf (float x, float y) in __powf() function 232 #ifndef __powf 233 strong_alias (__powf, __ieee754_powf) 234 libm_alias_finite (__ieee754_powf, __powf) 235 versioned_symbol (libm, __powf, powf, GLIBC_2_27);
|
/sysdeps/ia64/fpu/ |
A D | e_powf.S | 2009 .set __powf_compat,__powf
|
Completed in 9 milliseconds