Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_cmath.h53 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/
Dcomplex.cpp41 { 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/
Ddefault.pro90 public static double hypot(double,double);
Dboilerplate.pro151 public static double hypot(double,double);
/external/stlport/etc/
DChangeLog-5.11114 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
DChangeLog2505 * stlport/stl/_cmath.h: move hypot in global namespace for SunSoft;
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1184 …'i18n_discover_encoding','i18n_convert','hypot','htmlspecialchars','htmlentities','html_entity_dec…
/external/bluetooth/glib/
DChangeLog.pre-2-06448 * glib.h: Map also rmdir() and hypot() for MSVCRT library.