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

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 290 template <typename T> struct minop : minimum<T> struct in namespace:cv::cudev::grid_reduce_detail
363 minimum<work_type> minOp;
366 mymin = minOp(mymin, srcVal);
376 minimum<work_type> minOp;
379 blockReduce<BLOCK_SIZE>(smem_tuple(sminval, smaxval), tie(mymin, mymax), tid, make_tuple(minOp, maxOp));
444 reduce<MinMaxReductor<minop<ResType>, src_type, ResType>, Policy>(src, result, mask, rows, cols, stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 328 #define CV_CUDEV_MINMAX_INST(type, maxop, minop) \
335 __device__ __forceinline__ type operator ()(type a, type b) const {return minop(a, b);} \
719 minimum<T> minOp;
720 return minOp(src, thresh);
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 1150 _instName (void *_this ATTRIBUTE_UNUSED, int majop, int minop, int *flags)
1152 return arcExtMap_instName(majop, minop, flags);

Completed in 114 milliseconds