Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__numeric/
H A Daccumulate.h27 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) { in accumulate() function
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)… in accumulate() function
/llvm-project/clang/test/CodeGenCoroutines/Inputs/
H A Dnumeric.h5 T accumulate(InputIterator first, InputIterator last, T init) { in accumulate() function
/llvm-project/libc/src/__support/
H A Dinteger_literals.h44 LIBC_INLINE constexpr T accumulate(int base, const uint8_t *digits, accumulate() function
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
H A Dlcm.pass.cpp57 bool accumulate = true; in do_test() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp69 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
H A Dgcd.pass.cpp133 accumulate &= test0<S2, S1, Output>(TC.x, -TC.y, TC.expect); in do_test() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dfold-init-type.cpp5 T accumulate(InputIt first, InputIt last, T init) { in accumulate() function