Home
last modified time | relevance | path

Searched defs:reduce (Results 76 – 100 of 4987) sorted by relevance

12345678910>>...200

/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Denum.ex143 def reduce(enumerable, acc, fun) function
2335 def reduce(enumerable, fun) function
2337 def reduce([h | t], fun) do function
2341 def reduce([], _fun) do function
2345 def reduce(enumerable, fun) do function
2399 def reduce(first..last//step, acc, fun) do function
2403 def reduce(%_{} = enumerable, acc, fun) do function
2407 def reduce(%{} = enumerable, acc, fun) do function
2411 def reduce(enumerable, acc, fun) do function
4507 def reduce(map, acc, fun) do function
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/utilities/include/alps/utilities/
H A Dboost_mpi.hpp20 …template<typename T, typename A, typename Op> void reduce(const communicator & comm, std::vector<T… in reduce() function
25 …template<typename T, typename A, typename Op> void reduce(const communicator & comm, std::vector<T… in reduce() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dmapreduce.h62 MapFunction &&map, State &state, ReduceFunction &&reduce, in MapReduceBase()
192 MapFunction &&map, State &state, ReduceFunction &&reduce, MapReduceOption option, in MapReduce()
200 void reduce(QFutureWatcher<MapResult> *watcher, int index) override in reduce() function
241 MapFunction &&map, State &state, ReduceFunction &&reduce, MapReduceOption option, in MapReduce()
249 void reduce(QFutureWatcher<void> *, int) override in reduce() function
285 ReduceFunction &&reduce, CleanUpFunction &&cleanup, in blockingIteratorMapReduce()
302 ReduceFunction &&reduce, CleanUpFunction &&cleanup, in blockingContainerMapReduce()
317 ReduceFunction &&reduce, CleanUpFunction &&cleanup, in blockingContainerRefMapReduce()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DT6392782.java71 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
85 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
97 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DT6392782.java71 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
85 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
97 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DSparsePolyOps-reduce.C141 void reduce(ReductionCog& F, const Reductors& v) in reduce() function
152 void reduce(ReductionCog& F, SugarDegree& s, const Reductors& v) in reduce() function
162 void reduce(ReductionCog& F, SugarDegree& s, const GPoly& g) in reduce() function
193 void reduce(ReductionCog& F, const GPoly& g) in reduce() function
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DSparsePolyOps-reduce.C141 void reduce(ReductionCog& F, const Reductors& v) in reduce() function
152 void reduce(ReductionCog& F, SugarDegree& s, const Reductors& v) in reduce() function
162 void reduce(ReductionCog& F, SugarDegree& s, const GPoly& g) in reduce() function
193 void reduce(ReductionCog& F, const GPoly& g) in reduce() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DConcurrency.hpp50 static T reduce(I from, in reduce() function
69 static IteratorOnly<I, T> reduce(I from, in reduce() function
112 static T reduce(I from, in reduce() function
126 static IteratorOnly<I, T> reduce(I from, in reduce() function
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Ddecov.py11 def __init__(self, reduce='half_squared_sum'): argument
58 def decov(h, reduce='half_squared_sum'): argument
H A Dcross_covariance.py12 def __init__(self, reduce='half_squared_sum'): argument
84 def cross_covariance(y, z, reduce='half_squared_sum'): argument
H A Dhuber_loss.py10 def __init__(self, delta, reduce='sum_along_second_axis'): argument
64 def huber_loss(x, t, delta, reduce='sum_along_second_axis'): argument
H A Dcontrastive.py11 def __init__(self, margin, reduce='mean'): argument
90 def contrastive(x0, x1, y, margin=1, reduce='mean'): argument
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dhorizontal.hpp45 KFR_INTRINSIC T horizontal_impl(const vec<T, N>& value, ReduceFn&& reduce) in horizontal_impl()
50 KFR_INTRINSIC T horizontal_impl(const vec<T, N>& value, ReduceFn&& reduce) in horizontal_impl()
58 KFR_INTRINSIC T horizontal(const vec<T, N>& value, ReduceFn&& reduce) in horizontal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/api/
H A DT6392782.java74 public Integer reduce(Integer i1, Integer i2) { in reduce() method in T6392782.MyScanner
88 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountNodes
100 public Integer reduce(Integer r1, Integer r2) { in reduce() method in T6392782.CountIdentifiers
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/gettext/languages/bin/
H A Dexport-plural-rules.php77 public static $reduce; variable in Enviro
198 public static function reduce($languages) function in Enviro
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/cldr-to-gettext-plural-rules/bin/
H A Dexport-plural-rules.php77 public static $reduce; variable in Enviro
198 public static function reduce($languages) function in Enviro
/dports/devel/elixir-plug/plug-1.4.5/lib/plug/
H A Dparsers.ex241 defp reduce(conn, [{parser, options} | rest], type, subtype, params, pass, query_string_length) do function
252 defp reduce(conn, [], type, subtype, _params, pass, _query_string_length) do function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Quantizer/Support/
H A DRules.h115 static ValueTy reduce(ValueTy lhs, ValueTy rhs) { in reduce() function
133 static ValueTy reduce(ValueTy lhs, ValueTy rhs) { return std::min(lhs, rhs); } in reduce() function
150 static ValueTy reduce(ValueTy lhs, ValueTy rhs) { return std::max(lhs, rhs); } in reduce() function
179 static ValueTy reduce(ValueTy lhs, ValueTy rhs) { in reduce() function

12345678910>>...200