Home
last modified time | relevance | path

Searched refs:first_op (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dlinear_operator.h382 if (first_op.is_null_operator)
388 return first_op;
403 first_op.vmult(v, u);
408 first_op.vmult_add(v, u);
414 first_op.Tvmult_add(v, u);
419 first_op.Tvmult_add(v, u);
441 if (first_op.is_null_operator)
447 return first_op;
604 first_op.vmult(v, *i);
621 first_op.Tvmult(*i, u);
[all …]
H A Dblock_linear_operator.h328 apply_with_intermediate_storage(const Function1 &first_op, in apply_with_intermediate_storage() argument
344 first_op(*tmp, u, i, 0); in apply_with_intermediate_storage()
396 const auto first_op = [&op](Range & v, in populate_linear_operator_functions()
410 apply_with_intermediate_storage(first_op, loop_op, v, u, false); in populate_linear_operator_functions()
431 const auto first_op = [&op](Range & v, in populate_linear_operator_functions()
445 apply_with_intermediate_storage(first_op, loop_op, v, u, true); in populate_linear_operator_functions()
463 const auto first_op = [&op](Range & v, in populate_linear_operator_functions()
477 apply_with_intermediate_storage(first_op, loop_op, v, u, false); in populate_linear_operator_functions()
498 const auto first_op = [&op](Range & v, in populate_linear_operator_functions()
512 apply_with_intermediate_storage(first_op, loop_op, v, u, true); in populate_linear_operator_functions()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dtrilinos_sparse_matrix.cc2722 communicator(first_op.communicator) in TrilinosPayload()
2724 , range_map(first_op.range_map) in TrilinosPayload()
2936 operator+(const TrilinosPayload &first_op, in operator +() argument
2966 first_op.get_mpi_communicator(), in operator +()
2984 first_op.Apply(tril_src, tril_dst); in operator +()
3006 first_op.get_mpi_communicator(), in operator +()
3024 first_op.Apply(tril_src, tril_dst); in operator +()
3043 first_op.get_mpi_communicator(), in operator +()
3061 first_op.ApplyInverse(tril_src, tril_dst); in operator +()
3159 first_op.Apply(tril_int, tril_dst); in operator *()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DExact_offset_base_2.h131 Alg_point_2 first_op; // The first offset point. in _offset_polygon() local
188 first_op = op1; in _offset_polygon()
249 if (! f_equal (op2, first_op)) in _offset_polygon()
255 op2, first_op); in _offset_polygon()
H A DApprox_offset_base_2.h152 Point_2 first_op; // op1 for the first edge visited. in _offset_polygon() local
482 first_op = op1; in _offset_polygon()
567 Tr_point_2 (first_op.x(), first_op.y())); in _offset_polygon()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/agentes/
H A Dmodule_manager_editor_prediction.php58 $first_op = explode('_', $chunks[1]); variable
62 if (isset($first_op[1]) && $first_op[1] == 'avg') {
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/CodeLayout/
H A DProhibitParensWithBuiltins.pm132 if ( my $first_op = $sibling->find_first('PPI::Token::Operator') ){
133 return $TRUE if $first_op eq q{=};
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Plan/
H A DTypeCheck.pm857 my $first_op = $genTree->{sql_query}->{operands}->[0];
859 while (!exists($first_op->{sql_select})
860 && exists($first_op->{operands})
861 && scalar(@{$first_op->{operands}}))
864 $first_op = $first_op->{operands}->[0];
867 if (exists($first_op->{sql_select})
868 && exists($first_op->{sql_select}->{select_list})
869 && scalar(@{$first_op->{sql_select}->{select_list}}))
871 my $sel_list1 = $first_op->{sql_select}->{select_list};
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_collaborative_call_once.cpp57 void operator()(T first_op) { in operator ()()
58 sum += first_op; in operator ()()
62 void operator()(T first_op, Args&&... args) { in operator ()()
63 (*this)(first_op); in operator ()()
/dports/sysutils/pciutils/pciutils-3.7.0/
H A Dsetpci.c46 struct op *first_op; member
231 for (op = group->first_op; op; op = op->next) in execute()
246 for (op = group->first_op; op; op = op->next) in scan_ops()
767 g->last_op = &g->first_op; in new_group()
784 if (!group || group->first_op) in parse_ops()
/dports/devel/libpci/pciutils-3.7.0/
H A Dsetpci.c46 struct op *first_op; member
231 for (op = group->first_op; op; op = op->next) in execute()
246 for (op = group->first_op; op; op = op->next) in scan_ops()
767 g->last_op = &g->first_op; in new_group()
784 if (!group || group->first_op) in parse_ops()
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/routines/
H A Dpbori_func.h277 base(binop), first_op(unop1), second_op(unop2) {}
286 return base::operator()(first_op(first), second_op(second));
293 return base::operator()(first_op(first), second_op(second));
300 return base::operator()(first_op(first), second_op(second));
304 first_op_type first_op;
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/routines/
H A Dpbori_func.h277 base(binop), first_op(unop1), second_op(unop2) {} in base()
286 return base::operator()(first_op(first), second_op(second)); in operator()
293 return base::operator()(first_op(first), second_op(second)); in operator()
300 return base::operator()(first_op(first), second_op(second)); in operator()
304 first_op_type first_op;
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/debugfs/
H A Dextent_inode.c443 int first_op = EXT2_EXTENT_ROOT; in do_print_all() local
455 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
459 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
467 retval = ext2fs_extent_get(current_handle, first_op, &extent); in do_print_all()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/debugfs/
H A Dextent_inode.c443 int first_op = EXT2_EXTENT_ROOT; in do_print_all() local
455 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
459 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
467 retval = ext2fs_extent_get(current_handle, first_op, &extent); in do_print_all()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/debugfs/
H A Dextent_inode.c443 int first_op = EXT2_EXTENT_ROOT; in do_print_all() local
455 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
459 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
467 retval = ext2fs_extent_get(current_handle, first_op, &extent); in do_print_all()
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dblocks.py273 first_op, last_op = block.code[0], block.code[-1]
276 if first_op.target:
278 block.connect_outgoing(first_op_to_block[first_op.target])
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/noise/
H A Dnoise_model.hpp454 auto& first_op = noise_before[0]; in sample_noise_helper() local
459 const auto mat = op2superop(first_op); in sample_noise_helper()
464 } else if (first_op.type == Operations::OpType::superop) { in sample_noise_helper()
465 auto& current = first_op; in sample_noise_helper()
473 const auto mat = op2unitary(first_op); in sample_noise_helper()
478 } else if (first_op.type == Operations::OpType::matrix) { in sample_noise_helper()
479 auto& current = first_op; in sample_noise_helper()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_rma_progress.c232 int first_op = 1, mpi_errno = MPI_SUCCESS; in issue_ops_target() local
262 if (first_op) { in issue_ops_target()
274 first_op = 0; in issue_ops_target()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-analysis-surface.c51 cairo_bool_t first_op; member
189 if (surface->first_op) { in _add_operation()
190 surface->first_op = FALSE; in _add_operation()
716 surface->first_op = TRUE; in _cairo_analysis_surface_create()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-analysis-surface.c51 cairo_bool_t first_op; member
189 if (surface->first_op) { in _add_operation()
190 surface->first_op = FALSE; in _add_operation()
736 surface->first_op = TRUE; in _cairo_analysis_surface_create()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-analysis-surface.c51 cairo_bool_t first_op; member
189 if (surface->first_op) { in _add_operation()
190 surface->first_op = FALSE; in _add_operation()
736 surface->first_op = TRUE; in _cairo_analysis_surface_create()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-analysis-surface.c51 cairo_bool_t first_op; member
189 if (surface->first_op) { in _add_operation()
190 surface->first_op = FALSE; in _add_operation()
736 surface->first_op = TRUE; in _cairo_analysis_surface_create()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/contrib/graph_device/
H A Dgraph_device_test.py104 def not_cnots(first_op, second_op): argument
107 for op in (first_op, second_op)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/contrib/graph_device/
H A Dgraph_device_test.py104 def not_cnots(first_op, second_op): argument
107 for op in (first_op, second_op)

1234567