Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 25 of 3707) sorted by relevance

12345678910>>...149

/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_parse.erl238 reduce(0, [__1|__Vs]) -> [ begin __1 end | __Vs]; function
239 reduce(1, [__1|__Vs]) -> [ begin value (__1) end | __Vs]; function
240 reduce(2, [__1|__Vs]) -> [ begin value (__1) end | __Vs]; function
241 reduce(3, [__1|__Vs]) -> [ begin value (__1) end | __Vs]; function
242 reduce(4, [__1|__Vs]) -> [ begin value (__1) end | __Vs]; function
249 reduce(11, [__3,__2,__1|__Vs]) -> [ begin __2 end | __Vs]; function
255 reduce(17, __Vs) -> [ begin [] end | __Vs]; function
257 reduce(19, [__2,__1|__Vs]) -> [ begin __2 end | __Vs]; function
258 reduce(20, __Vs) -> [ begin [] end | __Vs]; function
260 reduce(22, __Vs) -> [ begin [] end | __Vs]; function
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/reduce/
H A Dfunction.go1 package reduce package
14 type reduce struct { struct
15 interfaces.FunctionBase
32 …m, until int64, values map[parser.MetricRequest][]*types.MetricData) ([]*types.MetricData, error) {
116 func (f *reduce) Description() map[string]types.FunctionDescription {
/dports/math/tblis/tblis-1.2.0/src/iface/1t/
H A Dreduce.h28 void reduce(reduce_t op, varray_view<const T> A, const label_type* idx_A, T& result, len_type& idx) in reduce() function
37 void reduce(const communicator& comm, reduce_t op, varray_view<const T> A, const label_type* idx_A, in reduce() function
47 std::pair<T,len_type> reduce(reduce_t op, varray_view<const T> A, const label_type* idx_A) in reduce() function
55 std::pair<T,len_type> reduce(const communicator& comm, reduce_t op, in reduce() function
68 void reduce(reduce_t op, dpd_varray_view<const T> A, const label_type* idx_A, in reduce() function
82 std::pair<T,len_type> reduce(reduce_t op, dpd_varray_view<const T> A, const label_type* idx_A) in reduce() function
90 std::pair<T,len_type> reduce(const communicator& comm, reduce_t op, in reduce() function
103 void reduce(reduce_t op, indexed_varray_view<const T> A, const label_type* idx_A, in reduce() function
125 std::pair<T,len_type> reduce(const communicator& comm, reduce_t op, in reduce() function
138 void reduce(reduce_t op, indexed_dpd_varray_view<const T> A, const label_type* idx_A, in reduce() function
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/elementwise/
H A DROL_Elementwise_Reduce.hpp76 void reduce( const Real &input, Real &output ) const { in reduce() function in ROL::Elementwise::ReductionSum
80 void reduce( const volatile Real &input, volatile Real &output ) const { in reduce() function in ROL::Elementwise::ReductionSum
97 void reduce( const Real &input, Real &output ) const { in reduce() function in ROL::Elementwise::ReductionAnd
101 void reduce( const volatile Real &input, volatile Real &output ) const { in reduce() function in ROL::Elementwise::ReductionAnd
123 void reduce( const Real &input, Real &output ) const { in reduce() function in ROL::Elementwise::ReductionMin
127 void reduce( const volatile Real &input, Real volatile &output ) const { in reduce() function in ROL::Elementwise::ReductionMin
150 void reduce( const Real &input, Real &output ) const { in reduce() function in ROL::Elementwise::ReductionMax
154 void reduce( const volatile Real &input, volatile Real &output ) const { in reduce() function in ROL::Elementwise::ReductionMax
171 void reduce( const Real &input, Real &output ) const { in reduce() function in ROL::Elementwise::EuclideanNormSquared
175 void reduce( const volatile Real &input, volatile Real &output ) const { in reduce() function in ROL::Elementwise::EuclideanNormSquared
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/group/
H A Dmessaget.h41 GrpSumReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
50 GrpMinReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
59 GrpMaxReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
68 GrpArithmeticAndReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
77 GrpArithmeticOrReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
86 GrpArithmeticXOrReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
95 GrpProductReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
104 GrpFunctionReduce<T>::reduce(T*target, T*data, int nelement) in reduce() function
/dports/devel/asyncplusplus/asyncplusplus-1.1/include/async++/
H A Dparallel_reduce.h40 …e(Sched& sched, Partitioner partitioner, Result init, const MapFunc& map, const ReduceFunc& reduce) in internal_parallel_map_reduce()
63 …_map_reduce(Sched& sched, Range&& range, Result init, const MapFunc& map, const ReduceFunc& reduce) in parallel_map_reduce()
70 Result parallel_map_reduce(Range&& range, Result init, const MapFunc& map, const ReduceFunc& reduce) in parallel_map_reduce()
77 …& sched, std::initializer_list<T> range, Result init, const MapFunc& map, const ReduceFunc& reduce) in parallel_map_reduce()
82 …p_reduce(std::initializer_list<T> range, Result init, const MapFunc& map, const ReduceFunc& reduce) in parallel_map_reduce()
89 Result parallel_reduce(Sched& sched, Range&& range, Result init, const ReduceFunc& reduce) in parallel_reduce()
94 Result parallel_reduce(Range&& range, Result init, const ReduceFunc& reduce) in parallel_reduce()
99 …arallel_reduce(Sched& sched, std::initializer_list<T> range, Result init, const ReduceFunc& reduce) in parallel_reduce()
104 Result parallel_reduce(std::initializer_list<T> range, Result init, const ReduceFunc& reduce) in parallel_reduce()
/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DEvaluatorTExpr.cxx33 void Evaluator::TNegLogicalExpr::reduce(){ in reduce() function in tfel::math::Evaluator::TNegLogicalExpr
61 void Evaluator::TNegation::reduce() in reduce() function in tfel::math::Evaluator::TNegation
83 void Evaluator::TOperator::reduce() in reduce() function in tfel::math::Evaluator::TOperator
104 void Evaluator::TBinaryOperation::reduce() in reduce() function in tfel::math::Evaluator::TBinaryOperation
146 void Evaluator::TVariable::reduce() in reduce() function in tfel::math::Evaluator::TVariable
169 void Evaluator::TGroup::reduce() in reduce() function in tfel::math::Evaluator::TGroup
270 void Evaluator::TFunction::reduce(){ in reduce() function in tfel::math::Evaluator::TFunction
293 void Evaluator::TBinaryFunction::reduce(){ in reduce() function in tfel::math::Evaluator::TBinaryFunction
315 void Evaluator::TNumber::reduce() in reduce() function in tfel::math::Evaluator::TNumber
393 void Evaluator::TConditionalExpr::reduce() in reduce() function in tfel::math::Evaluator::TConditionalExpr
[all …]
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DEvaluatorTExpr.cxx31 void Evaluator::TNegLogicalExpr::reduce() { in reduce() function in tfel::math::Evaluator::TNegLogicalExpr
70 void Evaluator::TOperator::reduce() { in reduce() function in tfel::math::Evaluator::TOperator
92 void Evaluator::TBinaryOperation::reduce() { in reduce() function in tfel::math::Evaluator::TBinaryOperation
131 void Evaluator::TVariable::reduce() {} in reduce() function in tfel::math::Evaluator::TVariable
146 void Evaluator::TGroup::reduce() { in reduce() function in tfel::math::Evaluator::TGroup
175 void Evaluator::TGroup::reduce(const std::string& op) { in reduce() function in tfel::math::Evaluator::TGroup
267 void Evaluator::TBinaryFunction::reduce() { in reduce() function in tfel::math::Evaluator::TBinaryFunction
284 void Evaluator::TNumber::reduce() {} in reduce() function in tfel::math::Evaluator::TNumber
305 void Evaluator::TExternalFunctionExpr::reduce() { in reduce() function in tfel::math::Evaluator::TExternalFunctionExpr
354 void Evaluator::TConditionalExpr::reduce() { in reduce() function in tfel::math::Evaluator::TConditionalExpr
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/
H A Dreduce.hpp38 struct reduce : public detail::algorithm<reduce<T>, T> struct
40 reduce() in reduce() function
47 sequential(ExPolicy, InIter first, InIter last, T_ && init, in sequential()
57 parallel(ExPolicy && policy, FwdIter first, FwdIter last, in parallel()
204 reduce(ExPolicy&& policy, FwdIter first, FwdIter last, T init, F && f) in reduce() function
271 reduce(ExPolicy&& policy, FwdIter first, FwdIter last, T init) in reduce() function
341 reduce(ExPolicy&& policy, FwdIter first, FwdIter last) in reduce() function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/calendar/
H A Ddate_range.ex101 def reduce( function
115 def reduce( function
125 defp reduce(_first_days, _last_days, {:halt, acc}, _fun, _step, _calendar) do function
129 defp reduce(first_days, last_days, {:suspend, acc}, fun, step, calendar) do function
133 defp reduce(first_days, last_days, {:cont, acc}, fun, step, calendar) function
146 defp reduce(_, _, {:cont, acc}, _fun, _step, _calendar) do function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/calendar/
H A Ddate_range.ex100 def reduce( function
114 def reduce( function
124 defp reduce(_first_days, _last_days, {:halt, acc}, _fun, _step, _calendar) do function
128 defp reduce(first_days, last_days, {:suspend, acc}, fun, step, calendar) do function
132 defp reduce(first_days, last_days, {:cont, acc}, fun, step, calendar) function
145 defp reduce(_, _, {:cont, acc}, _fun, _step, _calendar) do function
/dports/devel/hyperscan/boost_1_75_0/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/devel/boost-libs/boost_1_72_0/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/algorithm/cxx17/
H A Dreduce.hpp34 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
42 reduce(InputIterator first, InputIterator last) in reduce() function
50 reduce(const Range &r) in reduce() function
57 T reduce(const Range &r, T init) in reduce() function
/dports/devel/boost-docs/boost_1_72_0/boost/algorithm/cxx17/
H A Dreduce.hpp35 T reduce(InputIterator first, InputIterator last, T init) in reduce() function
43 reduce(InputIterator first, InputIterator last) in reduce() function
51 reduce(const Range &r) in reduce() function
58 T reduce(const Range &r, T init) in reduce() function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Drange.ex278 def reduce(first..last//step, acc, fun) do function
283 def reduce(%{__struct__: Range, first: first, last: last} = range, acc, fun) do function
288 defp reduce(_first, _last, {:halt, acc}, _fun, _step) do function
292 defp reduce(first, last, {:suspend, acc}, fun, step) do function
296 defp reduce(first, last, {:cont, acc}, fun, step) function
302 defp reduce(_, _, {:cont, acc}, _fun, _up) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Drange.ex278 def reduce(first..last//step, acc, fun) do function
283 def reduce(%{__struct__: Range, first: first, last: last} = range, acc, fun) do function
288 defp reduce(_first, _last, {:halt, acc}, _fun, _step) do function
292 defp reduce(first, last, {:suspend, acc}, fun, step) do function
296 defp reduce(first, last, {:cont, acc}, fun, step) function
302 defp reduce(_, _, {:cont, acc}, _fun, _up) do function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl150 reduce(Cs) -> function
196 reduce(Cs, Es) -> function
199 reduce([C | Cs], Es, Cs1) -> function
233 reduce([], _, Cs) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl150 reduce(Cs) -> function
196 reduce(Cs, Es) -> function
199 reduce([C | Cs], Es, Cs1) -> function
233 reduce([], _, Cs) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl150 reduce(Cs) -> function
196 reduce(Cs, Es) -> function
199 reduce([C | Cs], Es, Cs1) -> function
233 reduce([], _, Cs) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcerl_clauses.erl150 reduce(Cs) -> function
196 reduce(Cs, Es) -> function
199 reduce([C | Cs], Es, Cs1) -> function
233 reduce([], _, Cs) -> function

12345678910>>...149