Searched refs:hypot (Results 1 - 25 of 28) sorted by path

12

/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h544 extern double hypot(double, double);
/freebsd-10.0-release/contrib/groff/
H A Dconfigure6612 echo "$as_me:$LINENO: checking whether hypot must be declared" >&5
6613 echo $ECHO_N "checking whether hypot must be declared... $ECHO_C" >&6
6658 #ifndef hypot
6659 char *p = (char *) hypot;
/freebsd-10.0-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-10.0-release/contrib/groff/src/preproc/pic/
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 Dposition.h44 double hypot(const position &a);
H A Dtex.cpp276 hypot(cent - start),
H A Dtroff.cpp97 double dist = hypot(vec);
111 double dist = hypot(vec);
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in124 /* Define to 1 if you have the `hypot' function. */
918 # define hypot _hypot
H A Dconfigure11397 echo "$as_me:$LINENO: checking for hypot declaration" >&5
11398 echo $ECHO_N "checking for hypot declaration... $ECHO_C" >&6
11422 hypot(0, 0);
11472 for ac_func in hypot
31008 hypot(0.0, 0.0);
35437 echo "$as_me:$LINENO: checking for hypot declaration" >&5
35438 echo $ECHO_N "checking for hypot declaration... $ECHO_C" >&6
35462 hypot(0, 0);
35512 for ac_func in hypot
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver497 hypot;
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h66 using std::tr1::hypot;
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c273 hypot(double x, double y) function
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dcompatibility.cc450 _GLIBCXX_MATHL_WRAPPER2 (hypot, GLIBCXX_3.4);
/freebsd-10.0-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-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h130 /* Define to 1 if you have the `hypot' function. */
936 # define hypot _hypot macro
/freebsd-10.0-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile8 hypot.cpp invalid.cpp lf.cpp lineno.cpp macropath.cpp\
/freebsd-10.0-release/include/
H A Dtgmath.h178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-10.0-release/lib/msun/
H A DMakefile135 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
181 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
182 hypot.3 hypotf.3 hypot.3 hypotl.3
H A DSymbol.map29 hypot;
/freebsd-10.0-release/lib/msun/src/
H A Dcatrig.c106 * f(a, b) = (hypot(a, b) - b) / 2 = a*a / (hypot(a, b) + b) / 2
129 * Function f(a, b, hypot_a_b) = (hypot(a, b) - b) / 2.
130 * Pass hypot(a, b) as the third argument.
159 R = hypot(x, y + 1); /* |z+I| */
160 S = hypot(x, y - 1); /* |z-I| */
471 * Avoid overflow in hypot() when x and y are both very large.
478 return (cpack(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x)));
485 return (cpack(log(hypot(x, y)), atan2(y, x)));
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.h276 double hypot(double, double);
H A Dmath_private.h689 #define __ieee754_hypot hypot
H A Ds_csqrt.c96 t = sqrt((a + hypot(a, b)) * 0.5);
99 t = sqrt((-a + hypot(a, b)) * 0.5);

Completed in 350 milliseconds

12