| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | longest_common_subsequence.hpp | 26 template <class InIt, class OutIt, class Equal> 27 OutIt longest_common_subsequence(InIt a, InIt endA, in longest_common_subsequence() 28 InIt b, InIt endB, in longest_common_subsequence() 78 using E = typename std::iterator_traits<InIt>::value_type; in longest_common_subsequence() 99 template < typename InIt, typename OutIt > 100 OutIt longest_common_subsequence(InIt a, InIt endA, in longest_common_subsequence() 101 InIt b, InIt endB, in longest_common_subsequence()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 78 template<typename InIt, typename OutIt> 79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy() 81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy() 86 template<typename InIt, typename OutIt, class UnOp> 87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 97 template<typename InIt, typename OutIt> 98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy() 101 InIt t = beg + flattenedThreadId(); in copy() 108 template<typename InIt, typename OutIt, class UnOp> 109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 112 InIt t = beg + flattenedThreadId(); in transform()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 78 template<typename InIt, typename OutIt> 79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy() 81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy() 86 template<typename InIt, typename OutIt, class UnOp> 87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 97 template<typename InIt, typename OutIt> 98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy() 101 InIt t = beg + flattenedThreadId(); in copy() 108 template<typename InIt, typename OutIt, class UnOp> 109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 112 InIt t = beg + flattenedThreadId(); in transform()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 78 template<typename InIt, typename OutIt> 79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy() 81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy() 86 template<typename InIt, typename OutIt, class UnOp> 87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 97 template<typename InIt, typename OutIt> 98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy() 101 InIt t = beg + flattenedThreadId(); in copy() 108 template<typename InIt, typename OutIt, class UnOp> 109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform() 112 InIt t = beg + flattenedThreadId(); in transform()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | execute.hpp | 115 template<class InIt, class Op> 116 Op execute_foreach(InIt first, InIt last, Op op) in execute_foreach()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | pack_create.hpp | 150 template <typename InIt> inline static 151 node_pointer apply(InIt first, InIt last, size_type & values_count, size_type & leafs_level, in apply() 154 typedef typename std::iterator_traits<InIt>::difference_type diff_type; in apply() 160 typedef std::pair<point_type, InIt> entry_type; in apply() 173 typename std::iterator_traits<InIt>::reference in_ref = *first; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 924 template <class InIt> 925 vector(InIt first, InIt last 927 < container_detail::is_convertible<InIt BOOST_MOVE_I size_type>::value 940 template <class InIt> 941 vector(InIt first, InIt last, const allocator_type& a 943 < container_detail::is_convertible<InIt BOOST_MOVE_I size_type>::value 1171 template <class InIt> 1172 void assign(InIt first, InIt last 1175 BOOST_MOVE_I container_detail::is_convertible<InIt BOOST_MOVE_I size_type> 1178 BOOST_MOVE_I container_detail::is_not_input_iterator<InIt> [all …]
|