Searched defs:hypot (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Python/ |
D | pymath.c | 37 double hypot(double x, double y) in hypot() function
|
/external/python/cpython2/Python/ |
D | pymath.c | 35 double hypot(double x, double y) in hypot() function
|
/external/dng_sdk/source/ |
D | dng_types.h | 113 #define hypot _hypot macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 231 #define hypot _hypot macro 285 #define hypot _hypot macro
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 81 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function 82 Ambiguous hypot(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 147 # define hypot _hypot macro
|
/external/python/cpython2/Lib/ |
D | collections.py | 720 def hypot(self): member in Point
|
/external/libcxx/include/ |
D | math.h | 1259 inline _LIBCPP_INLINE_VISIBILITY float hypot(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in hypot() function 1260 inline _LIBCPP_INLINE_VISIBILITY long double hypot(long double __lcpp_x, long double __lcpp_y) _NOE… in hypot() function 1270 hypot(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in hypot() function
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 556 float const hypot = hypotf(dx,dy); in line_stroked_butt() local
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 3928 public static double hypot(final double x, final double y) { in hypot() method in FastMath
|
/external/clang/lib/Headers/ |
D | tgmath.h | 840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|