HomeSort by relevance Sort by last modified time
    Searched defs:hypot (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Core/
MathFunctions.h 281 * 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/bison/darwin-lib/
math.h 1374 # undef hypot macro
    [all...]
  /external/bison/lib/
math.in.h 1052 # 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");
    [all...]
  /external/bison/linux-lib/
math.h 1374 # undef hypot macro
    [all...]
  /external/clang/lib/Headers/
tgmath.h 825 // 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/
mpreal.h 378 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
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 76 static native float hypot(float x, float y); method in class:CoreMathVerifier
398 static private Target.Floaty hypot(float x, float y, Target t) { method in class:CoreMathVerifier
402 hypot(inX.mid32(), inY.mid32()),
403 hypot(inX.min32(), inY.min32()),
404 hypot(inX.min32(), inY.max32()),
405 hypot(inX.max32(), inY.min32()),
406 hypot(inX.max32(), inY.max32()));
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 211 milliseconds