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

/netbsd-current/lib/libm/src/
H A Dw_hypot.c34 return __ieee754_hypot(x,y);
37 z = __ieee754_hypot(x,y);
H A De_hypot.c18 /* __ieee754_hypot(x,y)
54 __ieee754_hypot(double x, double y) function
H A Dmath_private.h628 extern double __ieee754_hypot __P((double,double));

Completed in 87 milliseconds