Searched refs:hypot (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dhypot.cpp26 double hypot(double, double);
31 double result = hypot(x, y);
34 /* hypot() on Interix is broken */
/freebsd-9.3-release/lib/msun/src/
H A Dw_cabs.c2 * cabs() wrapper for hypot().
18 return hypot(creal(z), cimag(z));
H A Ds_csqrtf.c82 t = sqrt((a + hypot(a, b)) * 0.5);
85 t = sqrt((-a + hypot(a, b)) * 0.5);
H A Ds_csqrt.c96 t = sqrt((a + hypot(a, b)) * 0.5);
99 t = sqrt((-a + hypot(a, b)) * 0.5);
H A De_hypot.c41 * hypot(x,y) is INF if x or y is +INF or -INF; else
42 * hypot(x,y) is NAN if x or y is NAN.
45 * hypot(x,y) returns sqrt(x^2+y^2) with error less
130 __weak_reference(hypot, hypotl);
H A Dmath_private.h333 #define __ieee754_hypot hypot
H A Dmath.h231 double hypot(double, double);
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dposition.h44 double hypot(const position &a);
H A Dcommon.cpp112 double dist0 = hypot(z0 - M0) / sqrt(z0 * z0);
113 double dist1 = hypot(z1 - M1) / sqrt(z1 * z1);
165 dl = hypot(z - zold);
217 dl = hypot(z - zold);
263 double rad = hypot(c - start);
296 double rad = hypot(c - start);
449 double length = hypot(dist);
572 double length = hypot(dist);
H A Dobject.cpp203 double hypot(const position &a) function
218 double hyp = hypot(dir);
1266 double hyp = hypot(base);
1285 double hyp = hypot(base);
1371 double hyp = hypot(base);
1390 double hyp = hypot(base);
1482 start_chop_vec *= start_chop / hypot(start_chop_vec);
1487 end_chop_vec *= end_chop / hypot(end_chop_vec);
1539 rad = hypot(c - s);
1709 double r = max(hypot(start_offse
[all...]
H A Dtroff.cpp97 double dist = hypot(vec);
111 double dist = hypot(vec);
H A Dtex.cpp276 hypot(cent - start),
/freebsd-9.3-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile8 hypot.cpp invalid.cpp lf.cpp lineno.cpp macropath.cpp\
/freebsd-9.3-release/lib/msun/
H A DMakefile133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
173 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
174 hypot.3 hypotf.3 hypot.3 hypotl.3
H A DSymbol.map29 hypot;
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h66 using std::tr1::hypot;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dstubs.c273 hypot(double x, double y) function
/freebsd-9.3-release/include/
H A Dtgmath.h177 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h130 /* Define to 1 if you have the `hypot' function. */
936 # define hypot _hypot macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c124 TGMACRO_REAL_REAL(hypot)
523 PRINT("hypot",
524 PASS_REAL_REAL_ARG_REAL_RET(hypot));
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility.cc450 _GLIBCXX_MATHL_WRAPPER2 (hypot, GLIBCXX_3.4);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver497 hypot;
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfig.h.in124 /* Define to 1 if you have the `hypot' function. */
918 # define hypot _hypot
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h544 extern double hypot(double, double);

Completed in 207 milliseconds

12