| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 25 template <class T> T cosh( T ); 48 template <> BOOST_QVM_INLINE_TRIVIAL float cosh<float>( float x ) { return ::coshf(x); } in cosh() function 70 template <> BOOST_QVM_INLINE_TRIVIAL double cosh<double>( double x ) { return ::cosh(x); } in cosh() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | scosh.S | 11 | Output: The value cosh(X) returned in floating-point register Fp0. 27 | cosh(X) = (1/2)*( z + 1/z ). 33 | cosh(X) = sign(X) * exp(|X|)/2.
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 337 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uchar, float) 338 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, char, float) 339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, ushort, float) 340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, short, float) 341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, int, float) 342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float) 343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, float, float) 344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::cosh, double, double)
|
| H A D | functional.hpp | 528 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(cosh, ::cosh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 337 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uchar, float) 338 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, char, float) 339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, ushort, float) 340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, short, float) 341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, int, float) 342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float) 343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, float, float) 344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::cosh, double, double)
|
| H A D | functional.hpp | 528 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(cosh, ::cosh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 337 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uchar, float) 338 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, char, float) 339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, ushort, float) 340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, short, float) 341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, int, float) 342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float) 343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, float, float) 344 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::cosh, double, double)
|
| H A D | functional.hpp | 528 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(cosh, ::cosh)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 250 : (std::cosh(r0) / std::cosh(r0 + rho * s))); in flyTo() 257 : (w0 * (std::cosh(r0) * std::tanh(r0 + rho * s) - std::sinh(r0)) / rho2 / u1)); in flyTo()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 216 template<class T> complex<T> cosh (const complex<T>&); 1248 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1251 // cosh 1255 cosh(const complex<_Tp>& __x) 1265 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1284 _Tp __d(cosh(__2r) + cos(__2i)); 1366 return cosh(complex<_Tp>(-__x.imag(), __x.real()));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 216 template<class T> complex<T> cosh (const complex<T>&); 1248 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1251 // cosh 1255 cosh(const complex<_Tp>& __x) 1265 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1284 _Tp __d(cosh(__2r) + cos(__2i)); 1366 return cosh(complex<_Tp>(-__x.imag(), __x.real()));
|
| H A D | cmath | 74 floating_point cosh (arithmetic x); 352 using ::cosh;
|
| /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 | 46 using std::cosh;
|
| H A D | complex | 89 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 720 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 743 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 750 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 766 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 770 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 838 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 868 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 968 { return std::sinh(__z) / std::cosh(__z); }
|
| H A D | cmath | 60 #undef cosh 199 using ::cosh; 203 cosh(float __x) 207 cosh(long double __x) 215 cosh(_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 | 46 using std::cosh;
|
| H A D | complex | 89 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 720 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 743 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 750 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 766 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 770 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 838 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 868 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 968 { return std::sinh(__z) / std::cosh(__z); }
|
| H A D | cmath | 60 #undef cosh 199 using ::cosh; 203 cosh(float __x) 207 cosh(long double __x) 215 cosh(_Tp __x)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | config.hpp | 316 using std::cosh;\
|
| /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 | 71 __MATHCALL (cosh,, (_Mdouble_ __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 | math.h | 47 using std::tr1::cosh;
|
| /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 | math.h | 47 using std::tr1::cosh;
|
| /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 | 71 __MATHCALL (cosh,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 105 extern double cosh (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 105 extern double cosh (double);
|