Home
last modified time | relevance | path

Searched refs:binary_op (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/usr.bin/indent/
H A Dlexi.c476 code = (state->last_u_d ? unary_op : binary_op); in lexi()
510 code = binary_op; in lexi()
525 code = (state->last_u_d ? unary_op : binary_op); in lexi()
534 code = binary_op; in lexi()
580 code = (state->last_u_d ? unary_op : binary_op); in lexi()
H A Dindent_codes.h45 #define binary_op 5 macro
H A Dindent.c689 case binary_op: /* any binary operation */ in main()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dnumeric25 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op);
37 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17
63 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
71 …ial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op);
81 OutputIterator result, T init, BinaryOperation binary_op); // C++17
90 OutputIterator result, BinaryOperation binary_op); // C++17
95 OutputIterator result, BinaryOperation binary_op, T init); // C++17
102 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
109 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
116 BinaryOperation binary_op, UnaryOperation unary_op,
[all …]
H A Dalgorithm202 OutputIterator result, BinaryOperation binary_op);
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd153 typename V::value_type neutral_element, BinaryOperation binary_op);
159 typename V::value_type reduce(const const_where_expression<M, V>& x, multiplies<> binary_op);
162 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_and<> binary_op);
165 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_or<> binary_op);
168 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_xor<> binary_op);
1241 typename _SimdType::value_type neutral_element, _BinaryOp binary_op);
1246 plus<typename _SimdType::value_type> binary_op = {});
1251 multiplies<typename _SimdType::value_type> binary_op);
1256 bit_and<typename _SimdType::value_type> binary_op);
1261 bit_or<typename _SimdType::value_type> binary_op);
[all …]