Searched refs:binary_op (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/usr.bin/indent/ |
| D | lexi.c | 488 code = (ps.last_u_d ? unary_op : binary_op); in lexi() 534 code = binary_op; in lexi() 549 code = (ps.last_u_d ? unary_op : binary_op); in lexi() 573 code = (ps.last_u_d ? unary_op : binary_op); in lexi()
|
| D | indent_codes.h | 43 #define binary_op 5 macro
|
| D | indent.c | 614 case binary_op: /* any binary operation */ in main()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | numeric | 26 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); 43 …ial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op); 51 …ference(InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op);
|
| D | algorithm | 199 OutputIterator result, BinaryOperation binary_op);
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-vectorizer.h | 49 binary_op, enumerator
|
| D | tree-vect-transform.c | 1198 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()
|
| D | tree-vectorizer.c | 1862 if (op_type != binary_op) in vect_is_simple_reduction()
|