/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | numeric | 25 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 …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | lsym_lparen_or_lbracket.c | 252 3 + (binary_op); in cover_want_blank_before_lparen() 298 3 + (binary_op); in cover_want_blank_before_lparen()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
H A D | simd | 153 typename V::value_type neutral_element, BinaryOperation binary_op); 156 typename V::value_type reduce(const const_where_expression<M, V>& x, plus<> binary_op = plus<>()); 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); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | numeric | 420 * use `binary_op` to reduce the values returned by `unary_op` 460 * using `binary_op` for summation. 523 * using `binary_op` for summation. 552 * running total of all earlier elements, using `binary_op` for summation.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | numeric | 432 * use `binary_op` to reduce the values returned by `unary_op` 472 * using `binary_op` for summation. 535 * using `binary_op` for summation. 564 * running total of all earlier elements, using `binary_op` for summation.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 1129 new binary_op (this, loc, op, result_type, a, b); in new_binary_op() 4924 recording::binary_op::replay_into (replayer *r) in replay_into() 4936 recording::binary_op::visit_children (rvalue_visitor *v) in visit_children() 4961 recording::binary_op::make_debug_string () in make_debug_string() 4989 recording::binary_op::write_reproducer (reproducer &r) in write_reproducer() 5028 recording::binary_op::get_precedence () const in get_precedence() 5947 playback::rvalue *binary_op = in replay_into() local 5957 binary_op); in replay_into()
|
H A D | jit-recording.h | 1462 class binary_op : public rvalue 1465 binary_op (context *ctxt, in binary_op() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2843 const char *binary_op, in plugin_build_binary_expr() argument 2852 switch (CHARS2 (binary_op[0], binary_op[1])) in plugin_build_binary_expr() 3065 const char *binary_op, in plugin_build_cast_expr() argument 3075 switch (CHARS2 (binary_op[0], binary_op[1])) in plugin_build_cast_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2684 const char *binary_op, in plugin_build_binary_expr() argument 2693 switch (CHARS2 (binary_op[0], binary_op[1])) in plugin_build_binary_expr() 2906 const char *binary_op, in plugin_build_cast_expr() argument 2916 switch (CHARS2 (binary_op[0], binary_op[1])) in plugin_build_cast_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 1212 new binary_op (this, loc, op, result_type, a, b); in new_binary_op() 5665 recording::binary_op::replay_into (replayer *r) in replay_into() 5677 recording::binary_op::visit_children (rvalue_visitor *v) in visit_children() 5702 recording::binary_op::make_debug_string () in make_debug_string() 5730 recording::binary_op::write_reproducer (reproducer &r) in write_reproducer() 5769 recording::binary_op::get_precedence () const in get_precedence() 6745 playback::rvalue *binary_op = in replay_into() local 6755 binary_op); in replay_into()
|
H A D | ChangeLog | 1570 (binary_op::replay_into): Likewise. 1571 (binary_op::visit_children): Likewise. 1572 (binary_op::make_debug_string): Likewise. 1573 (binary_op::write_reproducer): Likewise. 1574 (binary_op::get_precedence): Likewise. 2150 (binary_op::make_debug_string): Update to mimic C precedence 2153 (binary_op::get_precedence): New function. 2178 (binary_op::get_precedence): New function. 2562 (binary_op::write_reproducer): Likewise. 2625 (binary_op::write_reproducer): Likewise. [all …]
|
H A D | jit-recording.h | 1641 class binary_op : public rvalue 1644 binary_op (context *ctxt, in binary_op() function
|
H A D | ChangeLog.jit | 1617 (gcc::jit::recording::binary_op::replay_into): Likewise. 2364 (gcc::jit::recording::binary_op): Eliminate field m_result_type in 2366 (gcc::jit::recording::binary_op::make_debug_string): New. 2476 (gcc::jit::recording::binary_op::replay_into): Likewise. 2482 (gcc::jit::recording::binary_op::make_debug_string): New. 2713 (gcc::jit::recording::binary_op::replay_into): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 4559 if (op_type != binary_op) in vect_gen_widened_results_half() 4699 if (op_type == binary_op) in vect_create_vectorized_promotion_stmts() 4832 if (op_type == binary_op) in vectorizable_conversion() 4935 gcc_assert (!(multi_step_cvt && op_type == binary_op)); in vectorizable_conversion() 5062 if (op_type == binary_op) in vectorizable_conversion() 5102 if (op_type == binary_op) in vectorizable_conversion() 5185 if (op_type == binary_op) in vectorizable_conversion() 5201 if (op_type == binary_op) in vectorizable_conversion() 6028 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op) in vectorizable_operation() 6106 if (op_type == binary_op || op_type == ternary_op) in vectorizable_operation() [all …]
|
H A D | tree-vectorizer.h | 42 binary_op, enumerator
|
H A D | tree-vect-loop.c | 5750 gcc_assert (TREE_CODE_LENGTH (code) == binary_op); in vectorize_fold_left_reduction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2018 | 157 * expr.cc (ExprVisitor::binary_op): Use POINTER_DIFF_EXPR. 493 * expr.cc (ExprVisitor::binary_op): Don't do complex conversions if
|
H A D | expr.cc | 99 binary_op (tree_code code, tree type, tree arg0, tree arg1) in binary_op() function 198 rhs = binary_op (code, build_ctype (e1->type), in binop_assignment() 660 this->result_ = binary_op (code, build_ctype (e->type), in visit()
|
H A D | ChangeLog-2021 | 503 * expr.cc (binary_op): Remove dead code. 602 * expr.cc (binary_op): Use build2 instead of fold_build2.
|
H A D | ChangeLog-2017 | 112 * expr.cc (ExprVisitor::binary_op): Handle excess precision. 478 * expr.cc (ExprVisitor::binary_op): New function.
|
H A D | ChangeLog-2020 | 368 (binary_op): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 4655 if (op_type != binary_op) in vect_gen_widened_results_half() 4749 if (op_type == binary_op) in vect_create_vectorized_promotion_stmts() 4804 gcc_assert (op_type == binary_op); in vect_create_half_widening_stmts() 4945 if (op_type == binary_op) in vectorizable_conversion() 5049 gcc_assert (!(multi_step_cvt && op_type == binary_op)); in vectorizable_conversion() 5059 gcc_assert (!(multi_step_cvt && op_type == binary_op)); in vectorizable_conversion() 5198 if (op_type == binary_op) in vectorizable_conversion() 6093 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op) in vectorizable_operation() 6175 if (op_type == binary_op || op_type == ternary_op) in vectorizable_operation() 6455 vop1 = ((op_type == binary_op || op_type == ternary_op) in vectorizable_operation() [all …]
|
H A D | tree-vectorizer.h | 45 binary_op, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 103 tree binary_op (tree_code code, tree type, tree arg0, tree arg1) in binary_op() function in ExprVisitor 209 rhs = this->binary_op (code, build_ctype (e1->type), in binop_assignment() 674 this->result_ = this->binary_op (code, build_ctype (e->type), in visit()
|
/netbsd-src/bin/sh/ |
H A D | TOUR | 33 bltin/mkexpr unary_op binary_op operators.h operators.c
|