Home
last modified time | relevance | path

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

12

/external/cronet/third_party/libc++/src/include/__math/
Dhypot.h26 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y) _NOEXCEPT { return __builtin_hypotf(… in hypot() function
29 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { in hypot() function
33 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y) _NOEXCEPT { in hypot() function
38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type hypot(_A1 __x, _A2 __y) _NOEXCEPT { in hypot() function
/external/trusty/musl/src/math/i386/
Dhypot.s1 .global hypot symbol
3 hypot: label
/external/musl/src/math/i386/
Dhypot.s1 .global hypot symbol
3 hypot: label
/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.rs139 mod hypot; module
/external/trusty/musl/src/math/
Dhypot.c22 double hypot(double x, double y) in hypot() function
/external/musl/src/math/
Dhypot.c22 double hypot(double x, double y) in hypot() function
/external/dng_sdk/source/
Ddng_types.h113 #define hypot _hypot macro
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
DDerivativeStructure.java511 public DerivativeStructure hypot(final DerivativeStructure y) in hypot() method in DerivativeStructure
572 … public static DerivativeStructure hypot(final DerivativeStructure x, final DerivativeStructure y) in hypot() method in DerivativeStructure
/external/python/cpython2/PC/
Dpyconfig.h231 #define hypot _hypot macro
285 #define hypot _hypot macro
/external/apache-commons-math/src/main/java/org/apache/commons/math3/
DRealFieldElement.java145 T hypot(T y) in hypot() method
/external/rust/crates/num-traits/src/
Dreal.rs499 fn hypot(self, other: Self) -> Self; in hypot() method
/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp84 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
85 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/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DDecimal64.java438 public Decimal64 hypot(final Decimal64 y) { in hypot() method in Decimal64
/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-libc/src/math/nvptx/
Dnvptx.h48 LIBC_INLINE double hypot(double x, double y) { return __nv_hypot(x, y); } in hypot() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1451 static expr hypot(float x, float y) in hypot() function
2385 inline expr hypot(half x, half y) { return functions::hypot(x, y); } in hypot() function
2386 inline expr hypot(half x, expr y) { return functions::hypot(x, y); } in hypot() function
2387 inline expr hypot(expr x, half y) { return functions::hypot(x, y); } in hypot() function
2388 inline expr hypot(expr x, expr y) { return functions::hypot(x, y); } in hypot() function
/external/armnn/third-party/half/
Dhalf.hpp1453 static expr hypot(float x, float y) in hypot() function
2387 inline expr hypot(half x, half y) { return functions::hypot(x, y); } in hypot() function
2388 inline expr hypot(half x, expr y) { return functions::hypot(x, y); } in hypot() function
2389 inline expr hypot(expr x, half y) { return functions::hypot(x, y); } in hypot() function
2390 inline expr hypot(expr x, expr y) { return functions::hypot(x, y); } in hypot() function
/external/musl/include/
Dtgmath.h239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/external/trusty/musl/include/
Dtgmath.h239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
/external/rust/crates/half/src/
Dnum_traits.rs491 fn hypot(self, other: Self) -> Self { in hypot() method
1229 fn hypot(self, other: Self) -> Self { in hypot() method

12