HomeSort by: relevance | last modified time | path
    Searched defs:hypot (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/noieee_src/
n_cabs.c 35 /* HYPOT(X,Y)
50 * 2. Hypot(x,y) is computed by:
54 * hypot = x + -----------------------------
60 * hypot = x + --------------------------------------------------
70 * hypot(x,y) is INF if x or y is +INF or -INF; else
71 * hypot(x,y) is NAN if x or y is NAN.
74 * hypot(x,y) returns the sqrt(x^2+y^2) with error less than 1 ulps (units
105 hypot(double x, double y) function
164 * hypot(x,y)
167 * cabs(z) = hypot(x,y)
    [all...]
n_cabs.c 35 /* HYPOT(X,Y)
50 * 2. Hypot(x,y) is computed by:
54 * hypot = x + -----------------------------
60 * hypot = x + --------------------------------------------------
70 * hypot(x,y) is INF if x or y is +INF or -INF; else
71 * hypot(x,y) is NAN if x or y is NAN.
74 * hypot(x,y) returns the sqrt(x^2+y^2) with error less than 1 ulps (units
105 hypot(double x, double y) function
164 * hypot(x,y)
167 * cabs(z) = hypot(x,y)
    [all...]
  /src/include/
tgmath.h 164 #define hypot(a,b) __TG_FN2(hypot, (a), (b)) macro
tgmath.h 164 #define hypot(a,b) __TG_FN2(hypot, (a), (b)) macro
  /src/lib/libm/src/
namespace.h 61 #define hypot _hypot macro
namespace.h 61 #define hypot _hypot macro

Completed in 54 milliseconds