Home
last modified time | relevance | path

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

/external/fdlibm/
Dw_hypot.c29 return __ieee754_hypot(x,y);
32 z = __ieee754_hypot(x,y);
De_hypot.c49 double __ieee754_hypot(double x, double y) in __ieee754_hypot() function
51 double __ieee754_hypot(x,y) in __ieee754_hypot()
Dfdlibm.h204 extern double __ieee754_hypot __P((double,double));