| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 801 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uchar, float) 802 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, char, float) 803 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, ushort, float) 804 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, short, float) 805 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uint, float) 806 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, int, float) 807 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, float, float) 808 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2, double, double) 908 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2f, uchar, float, float) 909 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2, uchar, double, double) [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 801 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uchar, float) 802 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, char, float) 803 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, ushort, float) 804 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, short, float) 805 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uint, float) 806 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, int, float) 807 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, float, float) 808 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2, double, double) 908 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2f, uchar, float, float) 909 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2, uchar, double, double) [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 801 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uchar, float) 802 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, char, float) 803 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, ushort, float) 804 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, short, float) 805 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uint, float) 806 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, int, float) 807 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, float, float) 808 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2, double, double) 908 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2f, uchar, float, float) 909 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2, uchar, double, double) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | vertex_longitude.hpp | 50 CT lon = atan2(B, A); in apply() 127 CT const sin_alp0 = sin(atan2(sin_alp1 * cos_bet1, norm)); in apply() 135 CT const sig1 = atan2(sin_bet1, cos_alp1 * cos_bet1); in apply() 136 CT const sig2 = atan2(sin_bet2, -cos_alp2 * cos_bet2); //lat3 is a vertex in apply() 144 CT const omg1 = atan2(sin_alp0 * sin_sig1, cos_sig1); in apply() 145 CT const omg2 = atan2(sin_alp0 * sin_sig2, cos_sig2); in apply()
|
| H A D | spherical.hpp | 73 lon = atan2(y, x); in cart3d_to_sph() 154 result.azimuth = atan2(y, x); in spherical_azimuth() 161 result.reverse_azimuth = atan2(y, x); in spherical_azimuth()
|
| H A D | vincenty_inverse.hpp | 152 sigma = atan2(sin_sigma, cos_sigma); // (16) in apply() 199 …result.azimuth = atan2(cos_U2 * sin_lambda, cos_U1 * sin_U2 - sin_U1 * cos_U2 * cos_lambda); // (2… in apply() 204 …result.reverse_azimuth = atan2(cos_U1 * sin_lambda, -sin_U1 * cos_U2 + cos_U1 * sin_U2 * cos_lambd… in apply()
|
| H A D | andoyer_inverse.hpp | 151 A = atan2(sin_dlon, M); in apply() 169 B = atan2(sin_dlon, N); in apply()
|
| H A D | thomas_inverse.hpp | 176 CT const v = atan2(cos_d_theta_m, sin_theta_m * tan_d_lambda_m_p); in apply() 177 CT const u = atan2(-sin_d_theta_m, cos_theta_m * tan_d_lambda_m_p); in apply()
|
| H A D | differential_quantities.hpp | 168 CT const sig_12 = atan2(cos_sig1 * sin_sig2 - sin_sig1 * cos_sig2, in J12_f() 250 CT const sig_12 = atan2(cos_sig1 * sin_sig2 - sin_sig1 * cos_sig2, in J12_ep_sqr()
|
| H A D | area_formulas.hpp | 361 CT alp1 = atan2(cbet1 * sbet2 in spherical() 365 CT alp2 = atan2(cbet1 * sbet2 * comg12 in spherical() 472 excess = CT(2) * atan2(sin_omg12 * (sin_bet1 * cos_bet2p1 + sin_bet2 * cos_bet1p1), in ellipsoidal()
|
| /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 | 21 template <class T> T atan2( T, T ); 44 …template <> BOOST_QVM_INLINE_TRIVIAL float atan2<float>( float x, float y ) { return ::atan2f(x,y)… in atan2() function 66 …template <> BOOST_QVM_INLINE_TRIVIAL double atan2<double>( double x, double y ) { return ::atan2(x… in atan2() function
|
| /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 | 246 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical2() 256 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical_equatorial2() 270 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical3() 287 set_from_radian<0>(p, atan2(y, x)); in cartesian_to_spherical_equatorial3()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_join_round.hpp | 86 PromotedType const angle1 = atan2(dy1, dx1); in generate_points() 87 PromotedType angle2 = atan2(dy2, dx2); in generate_points()
|
| H A D | buffer_end_round.hpp | 95 return atan2(geometry::get<1>(v), geometry::get<0>(v)); in calculate_angle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | math.hpp | 18 return std::atan2((a.x * b.y - a.y * b.x), a.x * b.x + a.y * b.y); in angle_between() 23 return std::atan2(a.y - b.y, a.x - b.x); in angle_to()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | benchmark.h | 12 (int)atan2(rcnt, rcnt)); \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | compandt.c | 103 theta = atan2(line2.y - line1.y, line2.x - line1.x); in prepare_transfer_fn() 109 theta = atan2(line3.y - line2.y, line3.x - line2.x); in prepare_transfer_fn()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | azimuth.hpp | 102 return atan2(x, y); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.cpp | 486 double azimuth = qRadiansToDegrees(atan2(y, x)) + 360.0; in azimuthTo() 509 double resultLonRad = lonRad + atan2(sin(azimuthRad) * sinRatio * cosLatRad, in atDistanceAndAzimuth()
|
| /OK3568_Linux_fs/buildroot/package/pixman/ |
| H A D | 0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch | 153 + r1 = (int) ANGLE (atan2 (y, x) * 180 / M_PI); 167 + r2 = (int) ANGLE (atan2 (y, x) * 180 / M_PI - 90);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep.cpp | 305 double angle = atan2(x, y); in Angle() 313 return atan2(ay, ax); in BasinAngle() 330 return atan2(ax * by - ay * bx, ax * bx + ay * by); in HoleAngle()
|
| /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 | 42 using std::atan2;
|
| /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 | 42 using std::atan2;
|
| /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 | 324 using std::atan2;\
|
| /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 | 59 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
|