Home
last modified time | relevance | path

Searched refs:__hypotf (Results 1 – 2 of 2) sorted by relevance

/sysdeps/ieee754/flt-32/
A De_hypotf.c28 __hypotf (float x, float y) in __hypotf() function
44 strong_alias (__hypotf, __ieee754_hypotf)
46 versioned_symbol (libm, __hypotf, hypotf, GLIBC_2_35);
51 libm_alias_finite (__ieee754_hypotf, __hypotf)
/sysdeps/alpha/fpu/
A Dcabsf.c32 return __hypotf (c1_cfloat_real (z), c1_cfloat_imag (z)); in __c1_cabsf()
38 return __hypotf (c2_cfloat_real (z), c2_cfloat_imag (z)); in __c2_cabsf()

Completed in 4 milliseconds