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

/external/dng_sdk/source/
H A Ddng_types.h103 // Visual Studio now prefers _hypot to hypot
104 // Note: since Visual Studio 2010, there is a definition of hypot (in math.h),
105 // we only define hypot here for the older Visual Studio versions.
109 #ifdef hypot
110 #undef hypot macro
113 #define hypot _hypot macro
/external/ImageMagick/MagickCore/
H A Dnt-base.h143 #if !defined(hypot)
144 # define hypot _hypot macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java3928 public static double hypot(final double x, final double y) { method in class:FastMath
/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/Eigen/src/Core/
H A DMathFunctions.h348 * Implementation of hypot *
945 inline EIGEN_MATHFUNC_RETVAL(hypot, Scalar) hypot(const Scalar& x, const Scalar& y) function in namespace:Eigen::numext
947 return EIGEN_MATHFUNC_IMPL(hypot, Scalar)::run(x, y);
1083 return ::hypot(x.real(), x.imag());
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp78 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } function
1037 static_assert((std::is_same<decltype(hypot((float)0, (float)0)), float>::value), "");
1038 static_assert((std::is_same<decltype(hypot((bool)0, (float)0)), double>::value), "");
1039 static_assert((std::is_same<decltype(hypot((unsigned short)0, (double)0)), double>::value), "");
1040 static_assert((std::is_same<decltype(hypot((int)0, (long double)0)), long double>::value), "");
1041 static_assert((std::is_same<decltype(hypot((float)0, (unsigned int)0)), double>::value), "");
1042 static_assert((std::is_same<decltype(hypot((double)0, (long)0)), double>::value), "");
1043 static_assert((std::is_same<decltype(hypot((long double)0, (unsigned long)0)), long double>::value), "");
1044 static_assert((std::is_same<decltype(hypot((int)0, (long long)0)), double>::value), "");
1045 static_assert((std::is_same<decltype(hypot((in
[all...]
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } function
80 Ambiguous hypot(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } function
1039 static_assert((std::is_same<decltype(std::hypot((float)0, (float)0)), float>::value), "");
1040 static_assert((std::is_same<decltype(std::hypot((bool)0, (float)0)), double>::value), "");
1041 static_assert((std::is_same<decltype(std::hypot((unsigned short)0, (double)0)), double>::value), "");
1042 static_assert((std::is_same<decltype(std::hypot((int)0, (long double)0)), long double>::value), "");
1043 static_assert((std::is_same<decltype(std::hypot((float)0, (unsigned int)0)), double>::value), "");
1044 static_assert((std::is_same<decltype(std::hypot((double)0, (long)0)), double>::value), "");
1045 static_assert((std::is_same<decltype(std::hypot((long double)0, (unsigned long)0)), long double>::value), "");
1046 static_assert((std::is_same<decltype(std::hypot((in
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 554 milliseconds