Searched refs:dot_product (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/ |
| H A D | normalize.hpp | 31 return dot_product(pt, pt); in vec_length_sqr() 38 return math::sqrt(dot_product(pt, pt)); in vec_length()
|
| H A D | dot_product.hpp | 69 inline typename select_coordinate_type<Point1, Point2>::type dot_product( in dot_product() function
|
| /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 | distance_projected_point.hpp | 143 calculation_type const c1 = dot_product(w, v); in apply() 148 calculation_type const c2 = dot_product(v, v); in apply()
|
| H A D | distance_projected_point_ax.hpp | 202 calculation_type const c2 = dot_product(v, v); in apply() 211 calculation_type const c1 = dot_product(w, v); in apply()
|
| /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 | intersection.hpp | 419 calc_t dot_n1n2 = dot_product(plane1.normal, plane2.normal); in apply() 911 return dot_product(p1, p2); in cos_angle_between() 917 is_forward = dot_product(normal, cross_product(p1, p2)) >= c0; in cos_angle_between() 918 return dot_product(p1, p2); in cos_angle_between() 942 coord_t const len = math::sqrt(dot_product(ip1, ip1)); in intersection_points()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | spherical.hpp | 116 calc_t d = dot_product(norm, pt); in sph_side_value()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 192 T magnitude_sqr = dot_product(direction, direction); in normalize()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 11294 print *, dot_product(a,b)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 11294 print *, dot_product(a,b)
|