HomeSort by relevance Sort by last modified time
    Searched refs:svals (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
reduce_key_val.hpp 98 __device__ static void copy(const PointerTuple& svals, const ReferenceTuple& val, uint tid, uint delta)
100 get<I>(svals)[tid] = get<I>(val) = get<I>(svals)[tid + delta];
102 For<I + 1, N>::copy(svals, val, tid, delta);
107 const ValPointerTuple& svals, const ValReferenceTuple& val,
116 get<I>(svals)[tid] = get<I>(val) = get<I>(svals)[tid + delta];
119 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta);
184 __device__ __forceinline__ void copyVals(volatile V* svals, V& val, uint tid, uint delta)
186 svals[tid] = val = svals[tid + delta]
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/
reduce_key_val.hpp 88 __device__ static void copy(const PointerTuple& svals, const ReferenceTuple& val, uint tid, uint delta)
90 get<I>(svals)[tid] = get<I>(val) = get<I>(svals)[tid + delta];
92 For<I + 1, N>::copy(svals, val, tid, delta);
97 const ValPointerTuple& svals, const ValReferenceTuple& val,
106 get<I>(svals)[tid] = get<I>(val) = get<I>(svals)[tid + delta];
109 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta);
154 __device__ __forceinline__ void copyVals(volatile V* svals, V& val, uint tid, uint delta)
156 svals[tid] = val = svals[tid + delta]
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce_key_val.hpp 96 static __device__ void copy(const PointerTuple& svals, const ReferenceTuple& val, unsigned int tid, unsigned int delta)
98 thrust::get<I>(svals)[tid] = thrust::get<I>(val) = thrust::get<I>(svals)[tid + delta];
100 For<I + 1, N>::copy(svals, val, tid, delta);
118 const ValPointerTuple& svals, const ValReferenceTuple& val,
127 thrust::get<I>(svals)[tid] = thrust::get<I>(val) = thrust::get<I>(svals)[tid + delta];
130 For<I + 1, N>::merge(skeys, key, svals, val, cmp, tid, delta);
206 __device__ __forceinline__ void copyVals(volatile V* svals, V& val, unsigned int tid, unsigned int delta)
208 svals[tid] = val = svals[tid + delta]
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/block/
reduce.hpp 86 __device__ __forceinline__ void blockReduceKeyVal(volatile K* skeys, K& key, volatile V* svals, V& val, uint tid, const Cmp& cmp)
88 block_reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, const Cmp&>(skeys, key, svals, val, tid, cmp);
97 const tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
104 const Cmp&>(skeys, key, svals, val, tid, cmp);
115 const tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
126 >(skeys, key, svals, val, tid, cmp);
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 104 const char* svals = #__VA_ARGS__; \
106 while(isspace(svals[pos]) || svals[pos] == ',') ++pos; \
108 while(!(isspace(svals[pos]) || svals[pos] == ',' || svals[pos] == 0)) \
111 *os << std::string(svals + start, svals + pos); \
134 const char* svals = #__VA_ARGS__; \
138 while(isspace(svals[pos]) || svals[pos] == ',') ++pos;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
reduce.hpp 79 __device__ __forceinline__ void reduceKeyVal(volatile K* skeys, K& key, volatile V* svals, V& val, unsigned int tid, const Cmp& cmp)
81 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, const Cmp&>(skeys, key, svals, val, tid, cmp);
89 const thrust::tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
96 const Cmp&>(skeys, key, svals, val, tid, cmp);
106 const thrust::tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
117 >(skeys, key, svals, val, tid, cmp);
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/
reduce.hpp 84 __device__ __forceinline__ void warpReduceKeyVal(volatile K* skeys, K& key, volatile V* svals, V& val, uint tid, const Cmp& cmp)
86 warp_reduce_key_val_detail::WarpReductor::template reduce<volatile K*, K&, volatile V*, V&, const Cmp&>(skeys, key, svals, val, tid, cmp);
94 const tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
101 const Cmp&>(skeys, key, svals, val, tid, cmp);
111 const tuple<VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9>& svals,
122 >(skeys, key, svals, val, tid, cmp);
  /external/valgrind/helgrind/
libhb_core.c 396 allow the user to do reference counting on the SVals stored herein.
448 SVal svals[N_LINE_ARANGE]; // == N_LINE_TREES * 8 member in struct:__anon25456
    [all...]

Completed in 480 milliseconds