Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 25 of 113) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmath.hpp20 template <class T> T atan( T );
43 template <> BOOST_QVM_INLINE_TRIVIAL float atan<float>( float x ) { return ::atanf(x); } in atan() function
65 template <> BOOST_QVM_INLINE_TRIVIAL double atan<double>( double x ) { return ::atan(x); } in atan() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_latitude.hpp84 CT const bet1 = atan( one_minus_f * tan(lat1) ); in apply()
90 return atan( tan(betv) / one_minus_f ); in apply()
H A Dvertex_longitude.hpp100 CT const bet1 = atan(one_minus_f * tan(lat1)); in apply()
101 CT const bet2 = atan(one_minus_f * tan(lat2)); in apply()
102 CT const bet3 = atan(one_minus_f * tan(lat3)); in apply()
H A Dthomas_inverse.hpp90 atan(one_minus_f * tan(lat1)); in apply()
93 atan(one_minus_f * tan(lat2)); in apply()
H A Dsjoberg_intersection.hpp53 lat = atan(tan_lat); in apply()
323 betaj = atan(tan_betaj); in sjoberg_geodesic()
550 return atan(t / one_minus_f); in lat()
769 CT const beta = atan(t); in apply()
1043 CT const beta_new = atan(t_new); in converge_07_update()
H A Darea_formulas.hpp381 * atan(((tan_lat1 + tan_lat2) / (CT(1) + tan_lat1 * tan_lat2)) in spherical()
441 CT cos_bet1 = cos(atan(tan_bet1)); in ellipsoidal()
442 CT cos_bet2 = cos(atan(tan_bet2)); in ellipsoidal()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp68 …double latitude = (2 * std::atan(std::exp(projectedMeters.northing() / util::EARTH_RADIUS_M)) - (M… in latLngForProjectedMeters()
89 …util::DEGREES_MAX / M_PI * std::atan(std::exp((util::LONGITUDE_MAX - p2.y) * util::DEG2RAD)) - 90.… in unproject()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_math.hpp319 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uchar, float)
320 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, char, float)
321 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, ushort, float)
322 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, short, float)
323 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, int, float)
324 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float)
325 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, float, float)
326 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atan, double, double)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_math.hpp319 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uchar, float)
320 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, char, float)
321 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, ushort, float)
322 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, short, float)
323 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, int, float)
324 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float)
325 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, float, float)
326 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atan, double, double)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_math.hpp319 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uchar, float)
320 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, char, float)
321 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, ushort, float)
322 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, short, float)
323 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, int, float)
324 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float)
325 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, float, float)
326 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atan, double, double)
/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 Dcomplex50 using std::atan;
57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
171 atan(const std::complex<_Tp>& __z)
174 /// atan(__z) [8.1.4].
179 atan(const std::complex<_Tp>& __z)
/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 Dcomplex50 using std::atan;
57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
171 atan(const std::complex<_Tp>& __z)
174 /// atan(__z) [8.1.4].
179 atan(const std::complex<_Tp>& __z)
H A Dmath.h40 using std::tr1::atan;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqwebmercator.cpp89 lat = (180.0 / pi) * (2.0 * std::atan(std::exp(pi * (1.0 - 2.0 * fy))) - (pi / 2.0)); in mercatorToCoord()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsacos.S27 | acos(X) = 2 * atan( sqrt(z) ).
H A Dsasin.S27 | asin(X) = atan( x / z ).
H A Dsatanh.S38 | atan(X) := sgn / (+0).
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch158 - result = glm::atan(i);
159 + glm::atan(i);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp15 return util::RAD2DEG * std::atan(0.5 * (std::exp(n) - std::exp(-n))); in lat_()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp111 360.0 / M_PI * std::atan(std::exp(y2 * M_PI / 180)) - 90.0 in convertGeometry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dwhets.c694 x = t*atan(t2*sin(x)*cos(x)/(cos(x+y)+cos(x-y)-1.0)); in whetstones()
695 y = t*atan(t2*sin(y)*cos(y)/(cos(x+y)+cos(x-y)-1.0)); in whetstones()
/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 Dmath.h41 using std::atan;
/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 Dmath.h41 using std::atan;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconfig.hpp320 using std::atan;\
/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 Dmathcalls.h57 __MATHCALL (atan,, (_Mdouble_ __x));

12345