Home
last modified time | relevance | path

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

/freebsd-12.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.c665 case binary_op: /* any binary operation */ in main()
/freebsd-12.1/contrib/libc++/include/
H A Dnumeric26 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op);
38 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17
64 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
72 …ial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op);
82 OutputIterator result, T init, BinaryOperation binary_op); // C++17
91 OutputIterator result, BinaryOperation binary_op); // C++17
96 OutputIterator result, BinaryOperation binary_op, T init); // C++17
103 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
110 BinaryOperation binary_op, UnaryOperation unary_op); // C++17
117 BinaryOperation binary_op, UnaryOperation unary_op,
[all …]
H A Dalgorithm203 OutputIterator result, BinaryOperation binary_op);
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dsimd154 typename V::value_type neutral_element, BinaryOperation binary_op);
160 typename V::value_type reduce(const const_where_expression<M, V>& x, multiplies<> binary_op);
163 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_and<> binary_op);
166 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_or<> binary_op);
169 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_xor<> binary_op);
1239 typename _SimdType::value_type neutral_element, _BinaryOp binary_op);
1244 plus<typename _SimdType::value_type> binary_op = {});
1249 multiplies<typename _SimdType::value_type> binary_op);
1254 bit_and<typename _SimdType::value_type> binary_op);
1259 bit_or<typename _SimdType::value_type> binary_op);
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-vectorizer.h49 binary_op, enumerator
H A Dtree-vect-transform.c1198 if (op_type != binary_op && op_type != ternary_op) in vectorizable_reduction()
1345 if (op_type == binary_op) in vectorizable_reduction()
1520 if (op_type != unary_op && op_type != binary_op) in vectorizable_operation()
1607 if (op_type == binary_op) in vectorizable_operation()
1633 if (op_type == binary_op) in vectorizable_operation()
H A Dtree-vectorizer.c1862 if (op_type != binary_op) in vect_is_simple_reduction()