Searched refs:__hypot (Results 1 – 6 of 6) sorted by relevance
/sysdeps/i386/fpu/ |
A D | e_hypot.c | 32 __hypot (double x, double y) in __hypot() function 50 strong_alias (__hypot, __ieee754_hypot) 52 versioned_symbol (libm, __hypot, hypot, GLIBC_2_35); 53 libm_alias_finite (__ieee754_hypot, __hypot) 54 libm_alias_double_other (__hypot, hypot) 56 libm_alias_double (__hypot, hypot)
|
/sysdeps/ieee754/dbl-64/ |
A D | e_hypot.c | 97 __hypot (double x, double y) in __hypot() function 140 strong_alias (__hypot, __ieee754_hypot) 141 libm_alias_finite (__ieee754_hypot, __hypot) 143 versioned_symbol (libm, __hypot, hypot, GLIBC_2_35); 144 libm_alias_double_other (__hypot, hypot) 146 libm_alias_double (__hypot, hypot)
|
/sysdeps/ieee754/flt-32/ |
A D | e_hypotf.c | 47 libm_alias_float_other (__hypot, hypot) 49 libm_alias_float (__hypot, hypot)
|
/sysdeps/ia64/fpu/ |
A D | e_hypotf.S | 340 libm_alias_float_other (__hypot, hypot)
|
A D | e_hypot.S | 387 libm_alias_double_other (__hypot, hypot)
|
A D | e_hypotl.S | 424 libm_alias_ldouble_other (__hypot, hypot)
|
Completed in 6 milliseconds