Searched refs:__ieee754_hypotf (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dw_hypotf.c36 return __ieee754_hypotf(x,y);
39 z = __ieee754_hypotf(x,y);
H A Ds_clog10f.c45 __real__ result = __ieee754_log10f (__ieee754_hypotf (__real__ x,
H A Ds_clogf.c45 __real__ result = __ieee754_logf (__ieee754_hypotf (__real__ x,
H A Ds_csqrtf.c89 d = __ieee754_hypotf (__real__ x, __imag__ x);
H A De_hypotf.c24 float __ieee754_hypotf(float x, float y) function
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_hypotf.S24 ENTRY(__ieee754_hypotf) function
62 END(__ieee754_hypotf)
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath_private.h218 extern float __ieee754_hypotf (float,float);

Completed in 46 milliseconds