| _STLP_BEGIN_NAMESPACE _STLP_INLINE_LOOP _Tp | accumulate | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _Tp | _Init | |||
| ) | ||||
| _STLP_INLINE_LOOP _Tp | accumulate | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _Tp | _Init, | |||
| _BinaryOperation | __binary_op | |||
| ) | ||||
| _STLP_INLINE_LOOP _Tp | inner_product | ( | _InputIterator1 | __first1, |
| _InputIterator1 | __last1, | |||
| _InputIterator2 | __first2, | |||
| _Tp | _Init | |||
| ) | ||||
| _STLP_INLINE_LOOP _Tp | inner_product | ( | _InputIterator1 | __first1, |
| _InputIterator1 | __last1, | |||
| _InputIterator2 | __first2, | |||
| _Tp | _Init, | |||
| _BinaryOperation1 | __binary_op1, | |||
| _BinaryOperation2 | __binary_op2 | |||
| ) | ||||
| _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIterator | __partial_sum | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result, | |||
| _Tp * | , | |||
| _BinaryOperation | __binary_op | |||
| ) | ||||
| _STLP_MOVE_TO_STD_NAMESPACE _OutputIterator | partial_sum | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result | |||
| ) | [inline] | |||
| _OutputIterator | partial_sum | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result, | |||
| _BinaryOperation | __binary_op | |||
| ) | [inline] | |||
| _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIterator | __adjacent_difference | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result, | |||
| _Tp * | , | |||
| _BinaryOperation | __binary_op | |||
| ) | ||||
| _STLP_MOVE_TO_STD_NAMESPACE _OutputIterator | adjacent_difference | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result | |||
| ) | [inline] | |||
| _OutputIterator | adjacent_difference | ( | _InputIterator | __first, |
| _InputIterator | __last, | |||
| _OutputIterator | __result, | |||
| _BinaryOperation | __binary_op | |||
| ) | ||||