Searched refs:__pow (Results 1 – 11 of 11) sorted by relevance
/sysdeps/x86_64/fpu/multiarch/ |
A D | e_pow.c | 29 libm_alias_finite (__ieee754_pow, __pow) 31 #define __pow __ieee754_pow_sse2 macro
|
A D | e_powf.c | 37 libm_alias_float_other (__pow, pow) 39 libm_alias_float (__pow, pow)
|
A D | e_pow-fma.c | 2 #define __pow __ieee754_pow_fma macro
|
A D | e_pow-fma4.c | 2 #define __pow __ieee754_pow_fma4 macro
|
/sysdeps/i386/i686/fpu/multiarch/ |
A D | e_powf.c | 36 libm_alias_float_other (__pow, pow) 38 libm_alias_float (__pow, pow)
|
/sysdeps/ieee754/dbl-64/ |
A D | e_pow.c | 282 __pow (double x, double y) in __pow() function 381 #ifndef __pow 382 strong_alias (__pow, __ieee754_pow) 383 libm_alias_finite (__ieee754_pow, __pow) 385 versioned_symbol (libm, __pow, pow, GLIBC_2_29); 386 libm_alias_double_other (__pow, pow) 388 libm_alias_double (__pow, pow)
|
/sysdeps/m68k/m680x0/fpu/ |
A D | e_pow.c | 127 libm_alias_finite (s(__ieee754_pow), s (__pow))
|
/sysdeps/ieee754/flt-32/ |
A D | e_powf.c | 236 libm_alias_float_other (__pow, pow)
|
/sysdeps/i386/fpu/ |
A D | e_pow.S | 456 libm_alias_finite (__ieee754_pow, __pow)
|
/sysdeps/ia64/fpu/ |
A D | e_pow.S | 2236 libm_alias_double_other (__pow, pow) 2240 .set __pow_compat,__pow
|
A D | e_powf.S | 2005 libm_alias_float_other (__pow, pow)
|
Completed in 17 milliseconds