Home
last modified time | relevance | path

Searched defs:reduce (Results 51 – 75 of 4987) sorted by relevance

12345678910>>...200

/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A Dtools-defunct.R44 reduce=TRUE, lib.loc=NULL) { argument
49 local=TRUE, reduce=TRUE, lib.loc=NULL) argument
63 function(vignette, recursive = TRUE, reduce = TRUE, argument
/dports/net/p5-Net-Riak/Net-Riak-0.1702/lib/Net/Riak/Role/
H A DMapReduce.pm30 sub reduce { subroutine
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/job/event/
H A DJobTaskAttemptFetchFailureEvent.java29 private final TaskAttemptId reduce; field in JobTaskAttemptFetchFailureEvent
32 public JobTaskAttemptFetchFailureEvent(TaskAttemptId reduce, in JobTaskAttemptFetchFailureEvent()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/matplotlylib/mplexporter/
H A D_py3k_compat.py11 reduce = functools.reduce variable
19 reduce = __builtin__.reduce variable
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dreduce.cc254 vvp_reduce_and* reduce = new vvp_reduce_and; in compile_reduce_and() local
260 vvp_reduce_or* reduce = new vvp_reduce_or; in compile_reduce_or() local
266 vvp_reduce_xor* reduce = new vvp_reduce_xor; in compile_reduce_xor() local
272 vvp_reduce_nand* reduce = new vvp_reduce_nand; in compile_reduce_nand() local
278 vvp_reduce_nor* reduce = new vvp_reduce_nor; in compile_reduce_nor() local
284 vvp_reduce_xnor* reduce = new vvp_reduce_xnor; in compile_reduce_xnor() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVAlg.hpp73 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
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/nvidia/
H A DNCVAlg.hpp71 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function
86 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function
101 static __device__ __inline__ void reduce(volatile T &in1out, const volatile T &in2) in reduce() function
/dports/math/R-cran-intervals/intervals/R/
H A Dreduce-methods.R1 setGeneric( "reduce", def = function( x, ... ) standardGeneric( "reduce" ) ) generic
4 "reduce", method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/
H A Dreduce.hpp18 auto reduce(Operator op, Iterable s) in reduce() function
34 auto reduce(Operator op, Iterable s, T const &init) in reduce() function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DTargetType29.java36 public V reduce(E element, V value); in reduce() method
39 …private static <E> int reduce(Iterable<? extends E> iterable, Reducer<? super E, Integer> reducer)… in reduce() method in TargetType29
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-clip-boxes.c376 struct reduce { struct
387 _add_clipped_edge (struct reduce *r, in _add_clipped_edge() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip-boxes.c376 struct reduce { struct
387 _add_clipped_edge (struct reduce *r, in _add_clipped_edge() argument
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-clip-boxes.c376 struct reduce { struct
387 _add_clipped_edge (struct reduce *r, in _add_clipped_edge() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-clip-boxes.c376 struct reduce { struct
387 _add_clipped_edge (struct reduce *r, in _add_clipped_edge() argument
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Dsigmoid_cross_entropy.py15 def __init__(self, normalize=True, reduce='mean'): argument
72 def __init__(self, reduce, count, ignore_mask, t): argument
113 def sigmoid_cross_entropy(x, t, normalize=True, reduce='mean'): argument
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Denum.ex141 def reduce(enumerable, acc, fun) function
2324 def reduce(enumerable, fun) function
2326 def reduce([h | t], fun) do function
2330 def reduce([], _fun) do function
2334 def reduce(enumerable, fun) do function
2388 def reduce(first..last//step, acc, fun) do function
2392 def reduce(%_{} = enumerable, acc, fun) do function
2396 def reduce(%{} = enumerable, acc, fun) do function
2400 def reduce(enumerable, acc, fun) do function
4318 def reduce(map, acc, fun) do function
[all …]

12345678910>>...200