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

12345

/netbsd-6-1-5-RELEASE/lib/libm/complex/
H A Dcabs.c16 return hypot(__real__ z, __imag__ z);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dhypot.cpp28 double hypot(double, double);
33 double result = hypot(x, y);
36 /* hypot() on Interix is broken */
H A DMakefile.sub21 hypot.$(OBJEXT) \
68 $(srcdir)/hypot.cpp \
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Dw_hypot.c19 * wrapper hypot(x,y)
27 __weak_alias(hypot, _hypot)
31 hypot(double x, double y)/* wrapper hypot */
40 return __kernel_standard(x,y,4); /* hypot overflow */
H A Dnamespace.h5 #define hypot _hypot macro
/netbsd-6-1-5-RELEASE/lib/libm/compat/
H A Dcompat_cabs.c2 * cabs() wrapper for hypot().
28 return hypot(z.x, z.y);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dposition.h46 double hypot(const position &a);
H A Dcommon.cpp114 double dist0 = hypot(z0 - M0) / sqrt(z0 * z0);
115 double dist1 = hypot(z1 - M1) / sqrt(z1 * z1);
167 dl = hypot(z - zold);
219 dl = hypot(z - zold);
265 double rad = hypot(c - start);
298 double rad = hypot(c - start);
451 double length = hypot(dist);
574 double length = hypot(dist);
H A Dobject.cpp205 double hypot(const position &a) function
220 double hyp = hypot(dir);
1268 double hyp = hypot(base);
1287 double hyp = hypot(base);
1373 double hyp = hypot(base);
1392 double hyp = hypot(base);
1484 start_chop_vec *= start_chop / hypot(start_chop_vec);
1489 end_chop_vec *= end_chop / hypot(end_chop_vec);
1541 rad = hypot(c - s);
1711 double r = max(hypot(start_offse
[all...]
H A Dtroff.cpp99 double dist = hypot(vec);
113 double dist = hypot(vec);
/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_cabs.c54 * 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) .
176 return hypot(z.x,z.y);
183 return hypot(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c22 extern double hypot (double, double);
134 if (hypot (x, 0) != fabs(x))
137 if (hypot (0, x) != fabs(x))
140 if (hypot (x, x) != fabs(x) * __builtin_sqrt(2))
143 if (hypot (-x, y) != hypot (x, y))
146 if (hypot (x, -y) != hypot (x, y))
149 if (hypot (-x, -y) != hypot (
[all...]
H A Dc99-tgmath-1.c139 #ifndef hypot
140 #error hypot undefined
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-3.c276 TESTIT2 (hypot, 0.0, 0.0, 0.0); /* hypot(0,0) == 0 */
277 TESTIT2 (hypot, -0.0, 0.0, 0.0); /* hypot(-0,0) == 0 */
278 TESTIT2 (hypot, 0.0, -0.0, 0.0); /* hypot(0,-0) == 0 */
279 TESTIT2 (hypot, -0.0, -0.0, 0.0); /* hypot(-0,-0) == 0 */
280 TESTIT2 (hypot, 3.0, 4.0, 5.0); /* hypot(
[all...]
H A Dbuiltin-nonneg-1.c73 TEST2 (hypot);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile13 glyphuni.cpp htmlhint.cpp hypot.cpp invalid.cpp \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Doverloads.cc129 check_ret_type<double>(std::tr1::hypot(d0, d0));
130 check_ret_type<double>(std::tr1::hypot(d0, f0));
131 check_ret_type<float>(std::tr1::hypot(f0, f0));
132 check_ret_type<long double>(std::tr1::hypot(ld0, ld0));
133 check_ret_type<long double>(std::tr1::hypot(ld0, d0));
134 check_ret_type<double>(std::tr1::hypot(i0, i0));
135 check_ret_type<double>(std::tr1::hypot(d0, i0));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libmath/
H A Dstubs.c273 hypot(double x, double y) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-prec.cc117 g = hypot(1 + 5 / f, 1.0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h162 #define hypot(a,b) __TG_FN2(hypot, (a), (b)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h30 New function `hypot' added.
301 hypot (double x, double y) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h61 using std::tr1::hypot;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/
H A Dconfig.h168 /* Define to 1 if you have the `hypot' function. */
951 # define hypot _hypot macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/
H A Dconfig.h168 /* Define to 1 if you have the `hypot' function. */
951 # define hypot _hypot macro

Completed in 304 milliseconds

12345