| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | atanh.hpp | 97 inline typename tools::promote_args<T>::type atanh(T x, const Policy&) in atanh() function 112 inline typename tools::promote_args<T>::type atanh(T x) in atanh() function 114 return boost::math::atanh(x, policies::policy<>()); in atanh()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | satanh.S | 26 | 2. (|X| < 1) Calculate atanh(X) by 30 | atanh(X) := sgn * (1/2) * logp1(z)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 373 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float) 374 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float) 375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float) 376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float) 377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float) 378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) 379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float) 380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanh, double, double)
|
| H A D | functional.hpp | 532 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(atanh, ::atanh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 373 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float) 374 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float) 375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float) 376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float) 377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float) 378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) 379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float) 380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanh, double, double)
|
| H A D | functional.hpp | 532 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(atanh, ::atanh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 373 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float) 374 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float) 375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float) 376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float) 377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float) 378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) 379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float) 380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanh, double, double)
|
| H A D | functional.hpp | 532 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(atanh, ::atanh)
|
| /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 D | complex | 53 using std::atanh; 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 290 atanh(const std::complex<_Tp>& __z) 293 /// atanh(__z) [8.1.7]. 298 atanh(const std::complex<_Tp>& __z)
|
| H A D | math.h | 42 using std::tr1::atanh;
|
| H A D | cmath | 44 #undef atanh 169 using ::atanh; 455 using std::atanh; 527 atanh(float __x) 531 atanh(long double __x) 538 atanh(_Tp __x)
|
| /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 D | complex | 53 using std::atanh; 60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&); 290 atanh(const std::complex<_Tp>& __z) 293 /// atanh(__z) [8.1.7]. 298 atanh(const std::complex<_Tp>& __z)
|
| H A D | math.h | 42 using std::tr1::atanh;
|
| H A D | cmath | 44 #undef atanh 169 using ::atanh; 455 using std::atanh; 527 atanh(float __x) 531 atanh(long double __x) 538 atanh(_Tp __x)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | area.hpp | 112 ((math::sqr(get_radius<2>(sph)) * boost::math::atanh(sqrt_e2)) in authalic_radius()
|
| /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 D | math.h | 80 using std::atanh;
|
| H A D | cmath | 962 #undef atanh 1077 using ::atanh; 1250 atanh(float __x) 1254 atanh(long double __x) 1262 atanh(_Tp __x)
|
| /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 D | math.h | 80 using std::atanh;
|
| H A D | cmath | 962 #undef atanh 1077 using ::atanh; 1250 atanh(float __x) 1254 atanh(long double __x) 1262 atanh(_Tp __x)
|
| /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 D | mathcalls.h | 89 __MATHCALL (atanh,, (_Mdouble_ __x));
|
| /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 D | mathcalls.h | 89 __MATHCALL (atanh,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 335 extern double atanh (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 335 extern double atanh (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 164 floating_point atanh (arithmetic x); 399 using ::atanh;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 164 floating_point atanh (arithmetic x); 399 using ::atanh;
|