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

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 303 template <typename T> struct maxop : maximum<T> struct in namespace:cv::cudev::grid_reduce_detail
364 maximum<work_type> maxOp;
367 mymax = maxOp(mymax, srcVal);
377 maximum<work_type> maxOp;
379 blockReduce<BLOCK_SIZE>(smem_tuple(sminval, smaxval), tie(mymin, mymax), tid, make_tuple(minOp, maxOp));
452 reduce<MinMaxReductor<maxop<ResType>, src_type, ResType>, Policy>(src, result, mask, rows, cols, stream);
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x.go 135 var plan9Suffix = [maxOp + 1]bool{
decode.go     [all...]
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x.go 135 var plan9Suffix = [maxOp + 1]bool{
decode.go     [all...]
tables.go     [all...]

Completed in 670 milliseconds