| /external/llvm-project/libc/src/math/ |
| D | hypot.cpp | 14 double LLVM_LIBC_ENTRYPOINT(hypot)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
| /external/python/cpython2/Python/ |
| D | pymath.c | 35 double hypot(double x, double y) in hypot() function
|
| /external/rust/crates/libm/src/math/ |
| D | hypot.rs | 21 pub fn hypot(mut x: f64, mut y: f64) -> f64 { in hypot() function
|
| D | mod.rs | 123 mod hypot; module
|
| /external/python/cpython3/Python/ |
| D | pymath.c | 37 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/rust/crates/num-traits/src/ |
| D | real.rs | 499 fn hypot(self, other: Self) -> Self; in hypot() method
|
| D | float.rs | 1522 fn hypot(self, other: Self) -> Self; in hypot() method 2041 fn hypot(self, other: Self) -> Self { in hypot() method 2176 fn hypot(self, other: Self) -> Self { in hypot() method
|
| /external/ImageMagick/MagickCore/ |
| D | nt-base.h | 151 # define hypot _hypot macro
|
| /external/llvm-project/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 80 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function 81 Ambiguous hypot(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
|
| /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/llvm-project/libcxx/include/ |
| D | math.h | 1255 inline _LIBCPP_INLINE_VISIBILITY float hypot(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in hypot() function 1256 inline _LIBCPP_INLINE_VISIBILITY long double hypot(long double __lcpp_x, long double __lcpp_y) _NOE… in hypot() function 1266 hypot(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in hypot() function
|
| /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/llvm-project/libc/utils/MPFRWrapper/ |
| D | MPFRUtils.cpp | 136 MPFRNumber hypot(const MPFRNumber &b) { in hypot() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
|
| /external/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_math.h | 139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } in hypot() function
|
| D | tgmath.h | 833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 384 def hypot(x1, x2): 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
|