Searched refs:hypot (Results 1 – 8 of 8) sorted by relevance
/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/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() 250 r._M_re = ::log(::hypot(z._M_re, z._M_im)); in logT() 287 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT() 297 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT()
|
/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/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/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1184 …'i18n_discover_encoding','i18n_convert','hypot','htmlspecialchars','htmlentities','html_entity_dec…
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 6448 * glib.h: Map also rmdir() and hypot() for MSVCRT library.
|