Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 25 of 89) sorted by relevance

1234

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_math.hpp792 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uchar, float)
793 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, char, float)
794 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, ushort, float)
795 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, short, float)
796 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float)
797 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, int, float)
798 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, float, float)
799 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypot, double, double)
892 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uchar, float, float)
893 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypot, uchar, double, double)
[all …]
H A Dfunctional.hpp534 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(hypot, ::hypot)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_math.hpp792 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uchar, float)
793 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, char, float)
794 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, ushort, float)
795 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, short, float)
796 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float)
797 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, int, float)
798 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, float, float)
799 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypot, double, double)
892 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uchar, float, float)
893 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypot, uchar, double, double)
[all …]
H A Dfunctional.hpp534 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(hypot, ::hypot)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_math.hpp792 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uchar, float)
793 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, char, float)
794 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, ushort, float)
795 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, short, float)
796 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float)
797 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, int, float)
798 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, float, float)
799 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypot, double, double)
892 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uchar, float, float)
893 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypot, uchar, double, double)
[all …]
H A Dfunctional.hpp534 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(hypot, ::hypot)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath208 floating_point hypot (arithmetic x, arithmetic y);
212 double hypot(double x, double y, double z); // C++17
213 float hypot(float x, float y, float z); // C++17
214 long double hypot(long double x, long double y, long double z); // C++17
423 using ::hypot;
533 inline _LIBCPP_INLINE_VISIBILITY float hypot( float x, float y, float z ) {…
534 inline _LIBCPP_INLINE_VISIBILITY double hypot( double x, double y, double z ) {…
535 inline _LIBCPP_INLINE_VISIBILITY long double hypot( long double x, long double y, long double z ) {…
546 hypot(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT
552 return hypot((__result_type)__lcpp_x, (__result_type)__lcpp_y, (__result_type)__lcpp_z);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath208 floating_point hypot (arithmetic x, arithmetic y);
212 double hypot(double x, double y, double z); // C++17
213 float hypot(float x, float y, float z); // C++17
214 long double hypot(long double x, long double y, long double z); // C++17
423 using ::hypot;
533 inline _LIBCPP_INLINE_VISIBILITY float hypot( float x, float y, float z ) {…
534 inline _LIBCPP_INLINE_VISIBILITY double hypot( double x, double y, double z ) {…
535 inline _LIBCPP_INLINE_VISIBILITY long double hypot( long double x, long double y, long double z ) {…
546 hypot(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT
552 return hypot((__result_type)__lcpp_x, (__result_type)__lcpp_y, (__result_type)__lcpp_z);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dhypot.hpp64 hypot(T1 x, T2 y) in hypot() function
73 hypot(T1 x, T2 y, const Policy& pol) in hypot() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcmath995 #undef hypot
1121 using ::hypot;
1458 hypot(float __x, float __y)
1462 hypot(long double __x, long double __y)
1469 hypot(_Tp __x, _Up __y)
1472 return hypot(__type(__x), __type(__y));
1868 hypot(float __x, float __y, float __z)
1872 hypot(double __x, double __y, double __z)
1876 hypot(long double __x, long double __y, long double __z)
1881 hypot(_Tp __x, _Up __y, _Vp __z)
H A Dmath.h91 using std::hypot;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcmath995 #undef hypot
1121 using ::hypot;
1458 hypot(float __x, float __y)
1462 hypot(long double __x, long double __y)
1469 hypot(_Tp __x, _Up __y)
1472 return hypot(__type(__x), __type(__y));
1868 hypot(float __x, float __y, float __z)
1872 hypot(double __x, double __y, double __z)
1876 hypot(long double __x, long double __y, long double __z)
1881 hypot(_Tp __x, _Up __y, _Vp __z)
H A Dmath.h91 using std::hypot;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dcmath77 #undef hypot
213 using ::hypot;
466 using std::hypot;
713 hypot(float __x, float __y)
717 hypot(long double __x, long double __y)
723 hypot(_Tp __y, _Up __x)
726 return hypot(__type(__y), __type(__x));
H A Dmath.h61 using std::tr1::hypot;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dcmath77 #undef hypot
213 using ::hypot;
466 using std::hypot;
713 hypot(float __x, float __y)
717 hypot(long double __x, long double __y)
723 hypot(_Tp __y, _Up __x)
726 return hypot(__type(__y), __type(__x));
H A Dmath.h61 using std::tr1::hypot;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h147 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h147 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h347 extern double hypot (double, double);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp61 T h = boost::math::hypot(x, y); in normalize()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h347 extern double hypot (double, double);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h692 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h692 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dsimd434 template <class Abi> floatv<Abi> hypot(floatv<Abi> x, floatv<Abi> y);
435 template <class Abi> doublev<Abi> hypot(doublev<Abi> x, doublev<Abi> y);
436 template <class Abi> ldoublev<Abi> hypot(doublev<Abi> x, doublev<Abi> y);
437 template <class Abi> floatv<Abi> hypot(floatv<Abi> x, floatv<Abi> y, floatv<Abi> z);
438 template <class Abi> doublev<Abi> hypot(doublev<Abi> x, doublev<Abi> y, doublev<Abi> z);
439 template <class Abi> ldoublev<Abi> hypot(ldoublev<Abi> x, ldoublev<Abi> y, ldoublev<Abi> z);

1234