Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/indent/
Dlexi.c488 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()
Dindent_codes.h43 #define binary_op 5 macro
Dindent.c614 case binary_op: /* any binary operation */ in main()
/freebsd-9-stable/contrib/libc++/include/
Dnumeric26 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);
Dalgorithm199 OutputIterator result, BinaryOperation binary_op);
/freebsd-9-stable/contrib/gcc/
Dtree-vectorizer.h49 binary_op, enumerator
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()
Dtree-vectorizer.c1862 if (op_type != binary_op) in vect_is_simple_reduction()