HomeSort by: relevance | last modified time | path
    Searched refs:__ieee754_hypot (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
w_hypot.c 34 return __ieee754_hypot(x,y);
37 z = __ieee754_hypot(x,y);
e_hypot.c 18 /* __ieee754_hypot(x,y)
54 __ieee754_hypot(double x, double y) function in typeref:typename:double
math_private.h 628 extern double __ieee754_hypot __P((double,double));

Completed in 50 milliseconds