| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | ssinh.S | 11 | Output: The value sinh(X) returned in floating-point register Fp0. 27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ). 33 | sinh(X) = sign(X) * exp(|X|)/2. 35 | Thus, we calculate sinh(X) as follows: 43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
|
| H A D | scosh.S | 35 | Thus, we calculate sinh(X) as follows: 42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
|
| /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 | 26 template <class T> T sinh( T ); 49 template <> BOOST_QVM_INLINE_TRIVIAL float sinh<float>( float x ) { return ::sinhf(x); } in sinh() function 71 template <> BOOST_QVM_INLINE_TRIVIAL double sinh<double>( double x ) { return ::sinh(x); } in sinh() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float) 329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float) 330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float) 331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float) 332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float) 333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) 334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float) 335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
|
| H A D | functional.hpp | 527 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(sinh, ::sinh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float) 329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float) 330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float) 331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float) 332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float) 333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) 334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float) 335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
|
| H A D | functional.hpp | 527 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(sinh, ::sinh)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 328 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uchar, float) 329 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, char, float) 330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, ushort, float) 331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, short, float) 332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, int, float) 333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) 334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, float, float) 335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinh, double, double)
|
| H A D | functional.hpp | 527 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(sinh, ::sinh)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 226 template<class T> complex<T> sinh (const complex<T>&); 1236 // sinh 1240 sinh(const complex<_Tp>& __x) 1248 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1265 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1285 _Tp __2rsh(sinh(__2r)); 1355 complex<_Tp> __z = sinh(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 | 226 template<class T> complex<T> sinh (const complex<T>&); 1236 // sinh 1240 sinh(const complex<_Tp>& __x) 1248 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1265 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1285 _Tp __2rsh(sinh(__2r)); 1355 complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real()));
|
| H A D | cmath | 122 floating_point sinh (arithmetic x); 384 using ::sinh;
|
| /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 | 47 using std::sinh;
|
| H A D | complex | 108 template<typename _Tp> complex<_Tp> sinh(const complex<_Tp>&); 720 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 750 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 838 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 861 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z. 868 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 884 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } 888 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } 968 { return std::sinh(__z) / std::cosh(__z); }
|
| H A D | cmath | 72 #undef sinh 440 using ::sinh; 444 sinh(float __x) 448 sinh(long double __x) 456 sinh(_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 | 47 using std::sinh;
|
| H A D | complex | 108 template<typename _Tp> complex<_Tp> sinh(const complex<_Tp>&); 720 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 750 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 838 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 861 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z. 868 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 884 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } 888 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } 968 { return std::sinh(__z) / std::cosh(__z); }
|
| H A D | cmath | 72 #undef sinh 440 using ::sinh; 444 sinh(float __x) 448 sinh(long double __x) 456 sinh(_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 | 327 using std::sinh;\
|
| /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 | 73 __MATHCALL (sinh,, (_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 | 85 using std::tr1::sinh;
|
| /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 | 85 using std::tr1::sinh;
|
| /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 | 73 __MATHCALL (sinh,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 106 extern double sinh (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 106 extern double sinh (double);
|