| /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 | 19 template <class T> T asin( T ); 42 template <> BOOST_QVM_INLINE_TRIVIAL float asin<float>( float x ) { return ::asinf(x); } in asin() function 64 template <> BOOST_QVM_INLINE_TRIVIAL double asin<double>( double x ) { return ::asin(x); } in asin() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | sasin.S | 25 | 2. (|X| < 1) Calculate asin(X) by 27 | asin(X) = atan( x / z ). 32 | 4. (|X| = 1) sgn := sign(X), return asin(X) := sgn * Pi/2. Exit.
|
| /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 | 49 using std::asin; 56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 71 const std::complex<_Tp> __t = std::tr1::asin(__z); 127 asin(const std::complex<_Tp>& __z) 130 /// asin(__z) [8.1.3]. 135 asin(const std::complex<_Tp>& __z)
|
| H A D | math.h | 38 using std::tr1::asin;
|
| /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 | 49 using std::asin; 56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 71 const std::complex<_Tp> __t = std::tr1::asin(__z); 127 asin(const std::complex<_Tp>& __z) 130 /// asin(__z) [8.1.3]. 135 asin(const std::complex<_Tp>& __z)
|
| H A D | math.h | 38 using std::tr1::asin;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | sjoberg_intersection.hpp | 220 CT const asin_B = asin(bounded(sin_beta / sqrt_1_Cj_sqr, -c1, c1)); in sjoberg_d_lambda_e_sqr() 221 CT const asin_Bj = asin(sin_betaj / sqrt_1_Cj_sqr); in sjoberg_d_lambda_e_sqr() 350 asin_tj_t0j = asin(tan_betaj * Cj / sqrt_1_Cj_sqr); in sjoberg_geodesic() 439 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon_diff() 504 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon_diffs() 533 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon() 571 CT const asin_tj_t0j = asin(Cj * tan_betaj / sqrt_1_Cj_sqr); in lon_of_equator_intersection() 1103 CT const asin_t_t0j = ! geod.is_Cj_zero ? asin(bounded(t / geod.t0j, -c1, c1)) : 0; in converge_07_one_geod()
|
| H A D | spherical.hpp | 74 lat = asin(z); in cart3d_to_sph()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 301 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uchar, float) 302 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, char, float) 303 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, ushort, float) 304 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, short, float) 305 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, int, float) 306 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uint, float) 307 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, float, float) 308 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asin, double, double)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 301 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uchar, float) 302 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, char, float) 303 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, ushort, float) 304 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, short, float) 305 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, int, float) 306 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uint, float) 307 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, float, float) 308 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asin, double, double)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 301 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uchar, float) 302 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, char, float) 303 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, ushort, float) 304 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, short, float) 305 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, int, float) 306 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uint, float) 307 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, float, float) 308 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asin, double, double)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | distance_cross_track.hpp | 415 return_type XTD = radius() * geometry::math::abs( asin( sin( d1 ) * sin( d_crs1 ) )); in apply() 539 return_type const c = return_type(2.0) * asin(math::sqrt(a)); in apply()
|
| H A D | distance_haversine.hpp | 160 calculation_type const c = calculation_type(2.0) * asin(math::sqrt(a)); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.cpp | 457 double x = 2 * asin(sqrt(y)); in distanceTo() 507 double resultLatRad = asin(sinLatRad * cosRatio in atDistanceAndAzimuth()
|
| H A D | qgeocircle.cpp | 313 double lon_delta_in_deg = QLocationUtils::degrees(std::asin( in updateBoundingBox()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 142 - result = glm::asin(i); 143 + glm::asin(i);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | strategy_transform.hpp | 257 set_from_radian<1>(p, asin(z)); in cartesian_to_spherical_equatorial2() 290 set_from_radian<1>(p, asin(z / r)); in cartesian_to_spherical_equatorial3()
|
| /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 | 40 using std::asin;
|
| /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 | 40 using std::asin;
|
| H A D | cmath | 55 #undef asin 102 using ::asin; 106 asin(float __x) 110 asin(long double __x) 118 asin(_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 | 315 using std::asin;\
|
| /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 | 55 __MATHCALL (asin,, (_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 | 55 __MATHCALL (asin,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 103 extern double asin (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 103 extern double asin (double);
|