Searched refs:__hypotf (Results 1 – 2 of 2) sorted by relevance
28 __hypotf (float x, float y) in __hypotf() function44 strong_alias (__hypotf, __ieee754_hypotf)46 versioned_symbol (libm, __hypotf, hypotf, GLIBC_2_35);51 libm_alias_finite (__ieee754_hypotf, __hypotf)
32 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