/external/stlport/src/ |
D | complex.cpp | 41 { return ::hypot(__z._M_re, __z._M_im); } in abs() 44 { return ::hypot(__z._M_re, __z._M_im); } in abs() 49 { return ::hypot(__z._M_re, __z._M_im); } in abs() 170 _Tp mag = ::hypot(re, im); in sqrtT() 225 r._M_re = ::log10(::hypot(z._M_re, z._M_im)); in log10T() 256 r._M_re = ::log(::hypot(z._M_re, z._M_im)); in logT() 293 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT() 303 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT()
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 53 extern "C" double hypot(double x, double y); 383 _STLP_DMATH_INLINE2(hypot) in _STLP_DMATH_INLINE() 497 _STLP_MATH_INLINE2XX(float, hypot, hypot) in _STLP_MATH_INLINE2XX() argument 498 inline long double hypot(long double x, long double y) { return sqrt(x * x + y * y); } in _STLP_MATH_INLINE2XX() 504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } in hypot() function 505 _STLP_DEF_MATH_INLINE2(hypot, hypot) in _STLP_DEF_MATH_INLINE2() argument 508 inline double hypot(double __x, double __y) { return _hypot(__x,__y); } in _STLP_DEF_MATH_INLINE2() 509 _STLP_DEF_MATH_INLINE2(hypot, _hypot) 574 using ::hypot;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | StrictMathTest.java | 454 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY, in test_hypot_DD() 457 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY, in test_hypot_DD() 460 Double.POSITIVE_INFINITY, StrictMath.hypot(-758.2587, in test_hypot_DD() 463 Double.POSITIVE_INFINITY, StrictMath.hypot(5687.21, in test_hypot_DD() 466 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY, in test_hypot_DD() 469 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY, in test_hypot_DD() 471 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(Double.NaN, in test_hypot_DD() 473 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(-345.2680, in test_hypot_DD() 477 .hypot(12322.12, -2396393.2258)); in test_hypot_DD() 479 StrictMath.hypot(-138.16951162, 0.13817035864)); in test_hypot_DD() [all …]
|
D | MathTest.java | 511 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY, in test_hypot_DD() 514 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY, in test_hypot_DD() 517 Double.POSITIVE_INFINITY, Math.hypot(-758.2587, in test_hypot_DD() 520 Double.POSITIVE_INFINITY, Math.hypot(5687.21, in test_hypot_DD() 523 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY, in test_hypot_DD() 526 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY, in test_hypot_DD() 528 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN, in test_hypot_DD() 530 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680, in test_hypot_DD() 534 .hypot(12322.12, -2396393.2258), 0D); in test_hypot_DD() 536 Math.hypot(-138.16951162, 0.13817035864), 0D); in test_hypot_DD() [all …]
|
/external/clang/test/CodeGen/ |
D | mandel.c | 41 if (hypot(__real__ z, __imag__ z) >= ESCAPE) in mandel()
|
/external/libvorbis/lib/ |
D | os.h | 61 # define FAST_HYPOT hypot
|
/external/chromium_org/mojo/examples/sample_app/ |
D | gles2_client_impl.cc | 19 return hypot(start.x() - end.x(), start.y() - end.y()); in CalculateDragDistance()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | SnapScrollController.java | 107 final double screenSize = Math.hypot((double) metrics.widthPixels / metrics.densityDpi, in calculateChannelDistance()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 318 Scalar t(internal::hypot(m_sigma[j],f)); in compute() 347 Scalar t(internal::hypot(m_sigma[j],f)); in compute() 395 Scalar t = internal::hypot(f,g); in compute() 413 t = internal::hypot(f,g); in compute()
|
/external/bison/linux-lib/ |
D | math.h | 1364 # 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
|
/external/bison/lib/ |
D | math.in.h | 1052 # undef hypot 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); 1062 # undef hypot
|
/external/bison/darwin-lib/ |
D | math.h | 1364 # 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
|
/external/eigen/Eigen/src/Core/ |
D | MathFunctions.h | 381 inline EIGEN_MATHFUNC_RETVAL(hypot, Scalar) hypot(const Scalar& x, const Scalar& y) 383 return EIGEN_MATHFUNC_IMPL(hypot, Scalar)::run(x, y);
|
/external/clang/lib/Headers/ |
D | tgmath.h | 833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} in __tg_hypot() 839 #undef hypot 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver.h | 746 RealScalar mu = diag[end] - (e / (td + (td>0 ? 1 : -1))) * (e / hypot(td,e));
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 90 public static double hypot(double,double);
|
D | boilerplate.pro | 151 public static double hypot(double,double);
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 368 …friend const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::default_r… 1944 inline const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode)
|
/external/llvm/lib/Target/ |
D | README.txt | 19 Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and 21 safe in general, even on darwin. See the libm implementation of hypot for
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 1114 anymore now that STLport always define a hypot function (thanks Uli 3595 ?f and ?l math functions on Solaris; hypot for long double should't 4831 * stlport/stl/_cmath.h: Fix missing non Standard hypot function under 5057 if ones absent in system; add missed hypot function; few workarounds
|
D | ChangeLog | 2505 * stlport/stl/_cmath.h: move hypot in global namespace for SunSoft;
|
/external/chromium_org/third_party/lcov/ |
D | descriptions.tests | 278 Euclidean distance function (hypot),
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1184 …'i18n_discover_encoding','i18n_convert','hypot','htmlspecialchars','htmlentities','html_entity_dec…
|