Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/libc/src/math/
Dhypot.cpp14 double LLVM_LIBC_ENTRYPOINT(hypot)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/python/cpython2/Python/
Dpymath.c35 double hypot(double x, double y) in hypot() function
/external/rust/crates/libm/src/math/
Dhypot.rs21 pub fn hypot(mut x: f64, mut y: f64) -> f64 { in hypot() function
Dmod.rs123 mod hypot; module
/external/python/cpython3/Python/
Dpymath.c37 double hypot(double x, double y) in hypot() function
/external/dng_sdk/source/
Ddng_types.h113 #define hypot _hypot macro
/external/python/cpython2/PC/
Dpyconfig.h231 #define hypot _hypot macro
285 #define hypot _hypot macro
/external/rust/crates/num-traits/src/
Dreal.rs499 fn hypot(self, other: Self) -> Self; in hypot() method
Dfloat.rs1522 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/
Dnt-base.h151 # define hypot _hypot macro
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp80 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/
Dcmath.pass.cpp81 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/
Dmath.h1255 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/
Dcollections.py720 def hypot(self): member in Point
/external/libcxx/include/
Dmath.h1259 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/
DMPFRUtils.cpp136 MPFRNumber hypot(const MPFRNumber &b) { in hypot() function in __llvm_libc::testing::mpfr::MPFRNumber
/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp556 float const hypot = hypotf(dx,dy); in line_stroked_butt() local
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } in hypot() function
Dtgmath.h833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py384 def hypot(x1, x2): function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3928 public static double hypot(final double x, final double y) { in hypot() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro