Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_types.h113 #define hypot _hypot macro
/external/opencv3/3rdparty/openexr/Imath/
DImathMath.h119 static T hypot (T x, T y) {return ::hypot (double(x), double(y));} in hypot() function
/external/bison/lib/
Dmath.in.h1053 # define hypot rpl_hypot macro
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp81 Ambiguous hypot(Ambiguous, Ambiguous){ return Ambiguous(); } in hypot() function
/external/opencv3/modules/core/src/
Dlapack.cpp73 template<typename _Tp> static inline _Tp hypot(_Tp a, _Tp b) in hypot() 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