Searched refs:accumulate (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dstatic_cast.C4 void accumulate(InputIterator first, function
16 accumulate(0, static_cast<int (*)(int, R&)>(p) );
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb59.C20 accumulate( v.begin(), v.end(), 0, static_cast<int (*)(int, R&)>(p) );
22 accumulate( v.begin(), v.end(), 0, p<R> );
/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Daccumulate.h25 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) function
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) function
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dscm-exp.c75 goto accumulate;
83 goto accumulate;
91 accumulate:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp62 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN);
69 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN);
H A DLiveRegUnits.cpp69 void LiveRegUnits::accumulate(const MachineInstr &MI) { function in class:LiveRegUnits
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_numeric.h69 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) function in namespace:std
81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, function in namespace:std
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp37 double Sum = std::accumulate(Values.begin(), Values.end(), 0.0);
63 return std::accumulate(Values.begin(), Values.end(), 0.0) /
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Decofflink.c372 struct accumulate
408 PARAMS ((struct accumulate *, struct shuffle **, struct shuffle **,
413 struct accumulate *ainfo;
459 PARAMS ((struct accumulate *, struct shuffle **head, struct shuffle **tail,
464 struct accumulate *ainfo;
501 struct accumulate *ainfo;
502 bfd_size_type amt = sizeof (struct accumulate);
504 ainfo = (struct accumulate *) bfd_malloc (amt);
561 struct accumulate *ainfo = (struct accumulate *) handl
369 struct accumulate struct
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.c372 struct accumulate
408 PARAMS ((struct accumulate *, struct shuffle **, struct shuffle **,
413 struct accumulate *ainfo;
459 PARAMS ((struct accumulate *, struct shuffle **head, struct shuffle **tail,
464 struct accumulate *ainfo;
501 struct accumulate *ainfo;
502 bfd_size_type amt = sizeof (struct accumulate);
504 ainfo = (struct accumulate *) bfd_malloc (amt);
562 struct accumulate *ainfo = (struct accumulate *) handl
369 struct accumulate struct
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h128 using std::accumulate;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h128 using std::accumulate;
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTensorSpec.cpp63 ElementCount(std::accumulate(Shape.begin(), Shape.end(), 1,
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h132 void accumulate(const MachineInstr &MI);
H A DMachineOutliner.h104 InSeq.accumulate(MI);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_numeric.h81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) function
102 * @param binary_op Function object to accumulate with.
107 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, function
160 * @param binary_op1 Function object to accumulate with.
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp292 auto TopSum = std::accumulate(Node->ExtraData.TerminalDurations.begin(),
294 return std::accumulate(Node->ExtraData.IntermediateDurations.begin(),
460 auto Sum = std::accumulate(F->ExtraData.IntermediateDurations.begin(),
469 std::accumulate(Leaf->ExtraData.TerminalDurations.begin(),
630 std::accumulate(Top->ExtraData.TerminalDurations.begin(),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp146 std::accumulate(RealWeights.begin(), RealWeights.end(), (uint64_t)0,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp381 const unsigned NumTypeIdxs = std::accumulate(
388 const unsigned NumImmIdxs = std::accumulate(
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DBranchProbability.h211 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0),
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp85 assert(std::accumulate(Sizes.begin(), Sizes.end(), 0U) == Types.size() &&
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp201 WaitTimeEntry TotalWaitTime = std::accumulate(
/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Ddiscrete_distribution.h182 double __s = _VSTD::accumulate(__p_.begin(), __p_.end(), 0.0);
H A Dpiecewise_constant_distribution.h190 result_type __total_area = _VSTD::accumulate(__densities_.begin(),
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp572 const int size = std::accumulate(Comparisons.begin(), Comparisons.end(), 0,
649 const unsigned TotalSizeBits = std::accumulate(

Completed in 429 milliseconds

123