| /external/musl/src/math/i386/ | 
| D | hypot.s | 1 .global hypot  symbol 3 hypot:  label
  | 
| /external/python/cpython2/Python/ | 
| D | pymath.c | 35 double hypot(double x, double y)  in hypot()  function
  | 
| /external/python/cpython3/Python/ | 
| D | pymath.c | 37 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 | 139 mod hypot;  module
  | 
| /external/musl/src/math/ | 
| D | hypot.c | 22 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/ImageMagick/MagickCore/ | 
| D | nt-base.h | 151 #  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 | 1578     fn hypot(self, other: Self) -> Self;  in hypot()  method
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | math.h | 1249 inline _LIBCPP_HIDE_FROM_ABI float       hypot(float __x, float __y) _NOEXCEPT             {return …  in hypot()  function 1252 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT {  in hypot()  function 1256 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y) _NOEXCEPT {return …  in hypot()  function 1266 hypot(_A1 __x, _A2 __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/ComputeLibrary/include/half/ | 
| D | half.hpp | 1451 			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/ | 
| D | half.hpp | 1453 			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/ | 
| D | tgmath.h | 239 #define hypot(x,y)      __tg_real_2(hypot, (x), (y))  macro
  | 
| /external/libcxx/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 79 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); }  in hypot()  function
  | 
| /external/rust/crates/half/src/ | 
| D | num_traits.rs | 491     fn hypot(self, other: Self) -> Self {  in hypot()  method 1229     fn hypot(self, other: Self) -> Self {  in hypot()  method
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ | 
| D | math_h.pass.cpp | 80 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); }  in hypot()  function
  | 
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ | 
| D | np_math_ops.py | 379 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
  |