| /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 | 20 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 D | vertex_latitude.hpp | 84 CT const bet1 = atan( one_minus_f * tan(lat1) ); in apply() 90 return atan( tan(betv) / one_minus_f ); in apply()
|
| H A D | vertex_longitude.hpp | 100 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 D | thomas_inverse.hpp | 90 atan(one_minus_f * tan(lat1)); in apply() 93 atan(one_minus_f * tan(lat2)); in apply()
|
| H A D | sjoberg_intersection.hpp | 53 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 D | area_formulas.hpp | 381 * 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 D | projection.hpp | 68 …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 D | vec_math.hpp | 319 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 D | vec_math.hpp | 319 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 D | vec_math.hpp | 319 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 D | complex | 50 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 D | complex | 50 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 D | math.h | 40 using std::tr1::atan;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qwebmercator.cpp | 89 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 D | sacos.S | 27 | acos(X) = 2 * atan( sqrt(z) ).
|
| H A D | sasin.S | 27 | asin(X) = atan( x / z ).
|
| H A D | satanh.S | 38 | atan(X) := sgn / (+0).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 158 - 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 D | geo.cpp | 15 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 D | geometry_tile_data.cpp | 111 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 D | whets.c | 694 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 D | math.h | 41 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 D | math.h | 41 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 D | config.hpp | 320 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 D | mathcalls.h | 57 __MATHCALL (atan,, (_Mdouble_ __x));
|