/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVAlg.hpp | 73 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function 88 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function 103 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | block.hpp | 132 static __device__ __forceinline__ void reduce(volatile T* buffer, BinOp op) in reduce() function 154 static __device__ __forceinline__ T reduce(volatile T* buffer, T init, BinOp op) in reduce() function
|
D | warp.hpp | 107 static __device__ __forceinline__ T reduce(volatile T *ptr, BinOp op) in reduce() function
|
D | reduce.hpp | 59 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function 67 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function
|
/external/skia/src/pathops/ |
D | SkReduceOrder.cpp | 9 int SkReduceOrder::reduce(const SkDLine& line) { in reduce() function in SkReduceOrder 54 int SkReduceOrder::reduce(const SkDQuad& quad) { in reduce() function in SkReduceOrder 185 int SkReduceOrder::reduce(const SkDCubic& cubic, Quadratics allowQuadratics) { in reduce() function in SkReduceOrder
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
D | FrameSnapshot.java | 61 private static Object[] reduce(final List<Object> source, final int popCount) { in reduce() method in FrameSnapshot
|
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/ |
D | reduce.hpp | 222 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) in reduce() function 317 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) in reduce() function 340 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) in reduce() function
|
D | reduce_key_val.hpp | 250 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce() function 332 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce() function 349 __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) in reduce() function
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | reduce.cu | 129 void cv::cuda::reduce(InputArray _src, OutputArray _dst, int dim, int reduceOp, int dtype, Stream& … in reduce() function in cv::cuda
|
/external/opencv3/modules/core/src/ |
D | opencl_kernels_core.cpp | 2345 const struct ProgramEntry reduce={"reduce", variable
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | reduce.hpp | 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() function 276 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() function 297 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() function
|
D | reduce_key_val.hpp | 315 … static __device__ void reduce(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in reduce() function 402 … static __device__ void reduce(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in reduce() function 425 … static __device__ void reduce(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in reduce() function
|
/external/v8/test/mjsunit/es6/ |
D | typedarray-reduce.js | 234 constructor.prototype.reduce.call([], function() {}, null); method in constructor
|
D | array-length.js | 189 Array.prototype.reduce.call(o, func, 0); method in Array
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 73 public static void reduce(int[] xx, int[] z) in reduce() method in SecP521R1Field
|
D | SecP224K1Field.java | 105 public static void reduce(int[] xx, int[] z) in reduce() method in SecP224K1Field
|
D | SecP256K1Field.java | 106 public static void reduce(int[] xx, int[] z) in reduce() method in SecP256K1Field
|
D | SecP192K1Field.java | 104 public static void reduce(int[] xx, int[] z) in reduce() method in SecP192K1Field
|
D | SecP192R1Field.java | 105 public static void reduce(int[] xx, int[] z) in reduce() method in SecP192R1Field
|
D | SecP384R1Field.java | 96 public static void reduce(int[] xx, int[] z) in reduce() method in SecP384R1Field
|
D | SecP224R1Field.java | 105 public static void reduce(int[] xx, int[] z) in reduce() method in SecP224R1Field
|
D | SecP256R1Field.java | 99 public static void reduce(int[] xx, int[] z) in reduce() method in SecP256R1Field
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce.hpp | 392 …__global__ void reduce(const SrcPtr src, ResType* result, const MaskPtr mask, const int rows, cons… in reduce() function 416 …__host__ void reduce(const SrcPtr& src, ResType* result, const MaskPtr& mask, int rows, int cols, … in reduce() function
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/ |
D | jquery.url.js | 180 function reduce(obj, accumulator){ function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 211 def reduce method in ANTLR3.TokenRewriteStream.RewriteProgram
|