Searched defs:hypot (Results 1 - 10 of 10) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMathFunctions.h281 * Implementation of hypot *
611 inline EIGEN_MATHFUNC_RETVAL(hypot, Scalar) hypot(const Scalar& x, const Scalar& y) function in namespace:Eigen::numext
613 return EIGEN_MATHFUNC_IMPL(hypot, Scalar)::run(x, y);
/external/stlport/stlport/stl/
H A D_cmath.h50 // All the other hypot stuff is going to be at file scope, so follow along here.
53 extern "C" double hypot(double x, double y);
383 _STLP_DMATH_INLINE2(hypot)
495 # pragma warning (disable : 4996) // hypot is deprecated.
497 _STLP_MATH_INLINE2XX(float, hypot, hypot)
498 inline long double hypot(long double x, long double y) { return sqrt(x * x + y * y); } function
504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } function
505 _STLP_DEF_MATH_INLINE2(hypot, hypot)
[all...]
/external/bison/darwin-lib/
H A Dmath.h1364 # undef hypot
1365 # define hypot rpl_hypot
1367 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1368 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1370 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1372 _GL_CXXALIASWARN (hypot);
1374 # undef hypot macro
1376 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1377 "use gnulib module hypot for portability");
/external/bison/lib/
H A Dmath.in.h1052 # undef hypot macro
1053 # define hypot rpl_hypot macro
1055 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1056 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1058 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1060 _GL_CXXALIASWARN (hypot); variable
1062 # undef hypot macro
1064 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1065 "use gnulib module hypot for portability");
/external/bison/linux-lib/
H A Dmath.h1364 # undef hypot
1365 # define hypot rpl_hypot
1367 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1368 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1370 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1372 _GL_CXXALIASWARN (hypot);
1374 # undef hypot macro
1376 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1377 "use gnulib module hypot for portability");
/external/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
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h378 friend const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2126 inline const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) function in namespace:mpfr
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1072 milliseconds