Home
last modified time | relevance | path

Searched refs:num_points (Results 1 – 25 of 3099) sorted by relevance

12345678910>>...124

/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_64u_byteswappuppet_64u.h12 volk_64u_byteswap_generic((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_generic()
13 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint64_t)); in volk_64u_byteswappuppet_64u_generic()
21 volk_64u_byteswap_neonv8((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_neonv8()
22 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint64_t)); in volk_64u_byteswappuppet_64u_neonv8()
29 volk_64u_byteswap_neon((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_neon()
39 volk_64u_byteswap_u_sse2((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_u_sse2()
48 volk_64u_byteswap_a_sse2((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_a_sse2()
57 volk_64u_byteswap_u_ssse3((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_u_ssse3()
66 volk_64u_byteswap_a_ssse3((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_a_ssse3()
75 volk_64u_byteswap_u_avx2((uint64_t*)intsToSwap, num_points); in volk_64u_byteswappuppet_64u_u_avx2()
[all …]
H A Dvolk_16u_byteswappuppet_16u.h12 volk_16u_byteswap_generic((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_generic()
13 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint16_t)); in volk_16u_byteswappuppet_16u_generic()
21 volk_16u_byteswap_neon((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_neon()
22 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint16_t)); in volk_16u_byteswappuppet_16u_neon()
30 volk_16u_byteswap_neon_table((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_neon_table()
31 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint16_t)); in volk_16u_byteswappuppet_16u_neon_table()
39 volk_16u_byteswap_u_sse2((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_u_sse2()
40 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint16_t)); in volk_16u_byteswappuppet_16u_u_sse2()
48 volk_16u_byteswap_a_sse2((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_a_sse2()
57 volk_16u_byteswap_u_avx2((uint16_t*)intsToSwap, num_points); in volk_16u_byteswappuppet_16u_u_avx2()
[all …]
H A Dvolk_32u_byteswappuppet_32u.h11 volk_32u_byteswap_generic((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_generic()
12 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint32_t)); in volk_32u_byteswappuppet_32u_generic()
20 volk_32u_byteswap_neon((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_neon()
21 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint32_t)); in volk_32u_byteswappuppet_32u_neon()
29 volk_32u_byteswap_neonv8((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_neonv8()
30 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint32_t)); in volk_32u_byteswappuppet_32u_neonv8()
38 volk_32u_byteswap_u_sse2((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_u_sse2()
39 memcpy((void*)output, (void*)intsToSwap, num_points * sizeof(uint32_t)); in volk_32u_byteswappuppet_32u_u_sse2()
47 volk_32u_byteswap_a_sse2((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_a_sse2()
56 volk_32u_byteswap_u_avx2((uint32_t*)intsToSwap, num_points); in volk_32u_byteswappuppet_32u_u_avx2()
[all …]
H A Dvolk_32f_x2_add_32f.h110 for(;number < num_points; number++){ in volk_32f_x2_add_32f_u_avx512f()
126 const unsigned int eighthPoints = num_points / 8; in volk_32f_x2_add_32f_u_avx()
147 for(;number < num_points; number++){ in volk_32f_x2_add_32f_u_avx()
184 for(;number < num_points; number++){ in volk_32f_x2_add_32f_u_sse()
202 for(number = 0; number < num_points; number++){ in volk_32f_x2_add_32f_generic()
247 for(;number < num_points; number++){ in volk_32f_x2_add_32f_a_avx512f()
263 const unsigned int eighthPoints = num_points / 8; in volk_32f_x2_add_32f_a_avx()
285 for(;number < num_points; number++){ in volk_32f_x2_add_32f_a_avx()
319 for(;number < num_points; number++){ in volk_32f_x2_add_32f_a_sse()
358 for(;number < num_points; number++){ in volk_32f_x2_add_32f_u_neon()
[all …]
H A Dvolk_32f_x2_multiply_32f.h85 const unsigned int quarterPoints = num_points / 4; in volk_32f_x2_multiply_32f_u_sse()
107 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_u_sse()
143 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_u_avx512f()
157 const unsigned int eighthPoints = num_points / 8; in volk_32f_x2_multiply_32f_u_avx()
179 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_u_avx()
197 for(number = 0; number < num_points; number++){ in volk_32f_x2_multiply_32f_generic()
243 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_a_sse()
279 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_a_avx512f()
294 const unsigned int eighthPoints = num_points / 8; in volk_32f_x2_multiply_32f_a_avx()
316 for(;number < num_points; number++){ in volk_32f_x2_multiply_32f_a_avx()
[all …]
H A Dvolk_32fc_s32fc_multiply_32fc.h91 unsigned int isodd = num_points & 3; in volk_32fc_s32fc_multiply_32fc_u_avx_fma()
117 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_s32fc_multiply_32fc_u_avx_fma()
131 unsigned int isodd = num_points & 3; in volk_32fc_s32fc_multiply_32fc_u_avx()
157 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_s32fc_multiply_32fc_u_avx()
197 if((num_points % 2) != 0) { in volk_32fc_s32fc_multiply_32fc_u_sse3()
208 unsigned int number = num_points; in volk_32fc_s32fc_multiply_32fc_generic()
272 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_s32fc_multiply_32fc_a_avx_fma()
313 for(i = num_points-isodd; i < num_points; i++) { in volk_32fc_s32fc_multiply_32fc_a_avx()
353 if((num_points % 2) != 0) { in volk_32fc_s32fc_multiply_32fc_a_sse3()
365 unsigned int number = num_points; in volk_32fc_s32fc_multiply_32fc_neon()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/point_cloud/
H A Dpoint_cloud_kd_tree_encoding_test.cc28 ASSERT_EQ(p0.num_points(), p1.num_points()); in ComparePointClouds()
98 constexpr int num_points = 120; in TEST_F() local
110 builder.Start(num_points); in TEST_F()
125 constexpr int num_points = 120; in TEST_F() local
152 builder.Start(num_points); in TEST_F()
208 builder.Start(num_points); in TEST_F()
248 builder.Start(num_points); in TEST_F()
299 builder.Start(num_points); in TEST_F()
348 builder.Start(num_points); in TEST_F()
401 builder.Start(num_points); in TEST_F()
[all …]
/dports/archivers/draco/draco-1.4.3/src/draco/compression/point_cloud/
H A Dpoint_cloud_kd_tree_encoding_test.cc28 ASSERT_EQ(p0.num_points(), p1.num_points()); in ComparePointClouds()
98 constexpr int num_points = 120; in TEST_F() local
110 builder.Start(num_points); in TEST_F()
125 constexpr int num_points = 120; in TEST_F() local
152 builder.Start(num_points); in TEST_F()
208 builder.Start(num_points); in TEST_F()
248 builder.Start(num_points); in TEST_F()
299 builder.Start(num_points); in TEST_F()
348 builder.Start(num_points); in TEST_F()
403 builder.Start(num_points); in TEST_F()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/point_cloud/
H A Dpoint_cloud_kd_tree_encoding_test.cc28 ASSERT_EQ(p0.num_points(), p1.num_points()); in ComparePointClouds()
98 constexpr int num_points = 120; in TEST_F() local
110 builder.Start(num_points); in TEST_F()
125 constexpr int num_points = 120; in TEST_F() local
152 builder.Start(num_points); in TEST_F()
208 builder.Start(num_points); in TEST_F()
248 builder.Start(num_points); in TEST_F()
299 builder.Start(num_points); in TEST_F()
348 builder.Start(num_points); in TEST_F()
403 builder.Start(num_points); in TEST_F()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/
H A Dnum_points.hpp55 namespace detail { namespace num_points namespace
94 struct num_points: not_implemented<Tag> struct
98 struct num_points<Geometry, AddForOpen, point_tag> struct
103 struct num_points<Geometry, AddForOpen, box_tag> struct
108 struct num_points<Geometry, AddForOpen, segment_tag> struct
114 : detail::num_points::range_count<AddForOpen>
118 struct num_points<Geometry, AddForOpen, ring_tag> struct
119 : detail::num_points::range_count<AddForOpen>
131 struct num_points<Geometry, AddForOpen, multi_tag> struct
146 struct num_points struct
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points
95 struct num_points: not_implemented<Tag>
99 struct num_points<Geometry, AddForOpen, point_tag>
104 struct num_points<Geometry, AddForOpen, box_tag>
109 struct num_points<Geometry, AddForOpen, segment_tag>
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag>
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag>
132 struct num_points<Geometry, AddForOpen, multi_tag>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
115 : detail::num_points::range_count<AddForOpen>
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
120 : detail::num_points::range_count<AddForOpen>
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
[all …]

12345678910>>...124