Searched refs:__ieee754_hypot (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dw_hypot.c33 return __ieee754_hypot(x,y);
36 z = __ieee754_hypot(x,y);
H A De_hypot.c17 /* __ieee754_hypot(x,y)
53 double __ieee754_hypot(double x, double y) function
55 double __ieee754_hypot(x,y)
H A Ds_clog.c45 __real__ result = __ieee754_log (__ieee754_hypot (__real__ x,
H A Ds_clog10.c45 __real__ result = __ieee754_log10 (__ieee754_hypot (__real__ x,
H A Ds_csqrt.c89 d = __ieee754_hypot (__real__ x, __imag__ x);
H A De_hypotf.c26 float __ieee754_hypot(x,y)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_hypot.S24 ENTRY(__ieee754_hypot) function
62 END(__ieee754_hypot)
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath_private.h175 extern double __ieee754_hypot (double,double);

Completed in 152 milliseconds