Home
last modified time | relevance | path

Searched defs:Warp (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dwarp.hpp54 struct Warp struct
57 {
64 static __device__ __forceinline__ unsigned int laneId() in laneId()
72 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy()
87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
95 …__device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) in transform()
107 static __device__ __forceinline__ T reduce(volatile T *ptr, BinOp op) in reduce()
126 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dwarp.hpp62 struct Warp struct
64 __device__ __forceinline__ static uint laneId() in laneId()
71 __device__ __forceinline__ static uint warpId() in warpId()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada_unittest.cc405 int64_t Warp(int64_t input) { in Warp() function