Home
last modified time | relevance | path

Searched refs:e_copy (Results 1 – 25 of 43) sorted by relevance

12

/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/
H A Dtest-modulemd-obsoletes.c75 g_autoptr (ModulemdObsoletes) e_copy = NULL; in obsoletes_test_copy()
80 e_copy = modulemd_obsoletes_copy (e); in obsoletes_test_copy()
82 g_assert_nonnull (e_copy); in obsoletes_test_copy()
83 g_assert_true (MODULEMD_IS_OBSOLETES (e_copy)); in obsoletes_test_copy()
87 modulemd_obsoletes_get_module_name (e_copy), ==, "testmodule"); in obsoletes_test_copy()
92 g_clear_object (&e_copy); in obsoletes_test_copy()
99 e_copy = modulemd_obsoletes_copy (e); in obsoletes_test_copy()
100 g_assert_nonnull (e_copy); in obsoletes_test_copy()
101 g_assert_true (MODULEMD_IS_OBSOLETES (e_copy)); in obsoletes_test_copy()
106 modulemd_obsoletes_get_module_name (e_copy), ==, "testmodule"); in obsoletes_test_copy()
[all …]
/dports/textproc/groff/groff-1.22.4/src/libs/libdriver/
H A Dinput.cpp479 e_copy->col = new color; in push()
480 e_copy->fill = new color; in push()
481 *e_copy->col = *e->col; in push()
482 *e_copy->fill = *e->fill; in push()
483 e_copy->fontno = e->fontno; in push()
484 e_copy->height = e->height; in push()
485 e_copy->hpos = e->hpos; in push()
486 e_copy->size = e->size; in push()
487 e_copy->slant = e->slant; in push()
488 e_copy->vpos = e->vpos; in push()
[all …]
/dports/japanese/groff/groff-1.18.1.1/src/libs/libdriver/
H A Dinput.cc490 e_copy->col = new color; in push()
491 e_copy->fill = new color; in push()
492 *e_copy->col = *e->col; in push()
493 *e_copy->fill = *e->fill; in push()
494 e_copy->fontno = e->fontno; in push()
495 e_copy->height = e->height; in push()
496 e_copy->hpos = e->hpos; in push()
497 e_copy->size = e->size; in push()
498 e_copy->slant = e->slant; in push()
499 e_copy->vpos = e->vpos; in push()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dgconf.c162 char *e_copy = GLOBALS->entrybox_text; in user_function() local
166 GLOBALS->entrybox_text = e_copy; in user_function()
183 char *e_copy = GLOBALS->entrybox_text; in user_function() local
188 GLOBALS->entrybox_text = e_copy; in user_function()
494 char *e_copy = GLOBALS->entrybox_text; in move_to_time_callback() local
499 GLOBALS->entrybox_text = e_copy; in move_to_time_callback()
533 char *e_copy = GLOBALS->entrybox_text; in zoom_size_callback() local
538 GLOBALS->entrybox_text = e_copy; in zoom_size_callback()
/dports/textproc/py-docutils/docutils-0.17.1/test/
H A Dtest_nodes.py614 e_copy = e.copy()
615 self.assertTrue(e is not e_copy)
618 self.assertEqual(e_copy.rawsource, e.rawsource)
619 self.assertEqual(e_copy['att'], 'e')
620 self.assertEqual(e_copy.document, e.document)
621 self.assertEqual(e_copy.source, e.source)
622 self.assertEqual(e_copy.line, e.line)
624 self.assertEqual(len(e_copy), 0)
637 e_copy = e.copy()
638 self.assertTrue(e is not e_copy)
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/tevd/v/flamec/old/
H A DFLA_Tevd_v_opt_var3.c.perfshifting136 double* e_copy;
147 e_copy = bl1_dallocv( m_A-1 );
157 e_copy, 1 );
161 e_copy, 1,
253 bl1_dfree( e_copy );
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_xindex_view.cpp26 xarray<double> e_copy = e; in TEST() local
40 auto expected = e_copy(1, 1) + 3; in TEST()
44 EXPECT_DOUBLE_EQ((e_copy(1, 1) + 6), t(0)); in TEST()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dseries.cc2439 gen e_copy=e0; in unidirectional_limit() local
2443 e_copy=subst(e_copy,x,-x,false,contextptr); in unidirectional_limit()
2447 e_copy=subst(e_copy,x,lim_point+inv(x,contextptr),false,contextptr); in unidirectional_limit()
2449 e_copy=subst(e_copy,x,lim_point-inv(x,contextptr),false,contextptr); in unidirectional_limit()
2474 e_copy=coeff; in unidirectional_limit()
2623 gen e_copy; in in_limit() local
2628 if (has_i(e_copy)) { in in_limit()
2629 e_copy=subst(e_copy,tan_tab,tan2sincos_tab,true,contextptr); in in_limit()
2630 e_copy=subst(e_copy,exp_tab,exp2sincos_tab,true,contextptr); in in_limit()
2643 e_copy=subst(e_copy,cv,*cvg._VECTptr,false,contextptr); in in_limit()
[all …]
H A Dsym2poly.cc3191 gen e_copy(e); // was eval(e,1,contextptr)); in recursive_normal() local
3193 if (e_copy.is_symb_of_sommet(at_pnt)) in recursive_normal()
3194 e_copy=e; in recursive_normal()
3195 if (e_copy.type==_FRAC) in recursive_normal()
3196 return e_copy._FRACptr->normal(); in recursive_normal()
3197 if (e_copy.type!=_SYMB && e_copy.type!=_MOD) in recursive_normal()
3198 return e_copy; in recursive_normal()
3199 if (is_inf(e_copy) || is_undef(e_copy) ) in recursive_normal()
3200 return e_copy; in recursive_normal()
3201 vecteur l=lvar(e_copy); in recursive_normal()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A DMakefile.am43 e_chop.h e_compound.c e_compound.h e_convert.c e_convert.h e_copy.c \
44 e_copy.h e_delete.c e_delete.h e_deletept.c e_deletept.h e_edit.c \
H A DMakefile.in146 e_compound.h e_convert.c e_convert.h e_copy.c e_copy.h \
198 e_compound.$(OBJEXT) e_convert.$(OBJEXT) e_copy.$(OBJEXT) \
239 e_compound.h e_convert.c e_convert.h e_copy.c e_copy.h \
282 e_compound.$(OBJEXT) e_convert.$(OBJEXT) e_copy.$(OBJEXT) \
347 ./$(DEPDIR)/e_convert.Po ./$(DEPDIR)/e_copy.Po \
572 e_compound.h e_convert.c e_convert.h e_copy.c e_copy.h \
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_copy.Po@am__quote@ # am--include-marker
1035 -rm -f ./$(DEPDIR)/e_copy.Po
1202 -rm -f ./$(DEPDIR)/e_copy.Po
/dports/lang/mono/mono-5.10.1.57/docs/
H A Dremoting110 string e_copy = e;
112 …Test_xdomain_dispatch (rp, ref loc_serialized_array, out loc_serialized_exc, a, b, ref e_copy, ref…
128 e = mono_marshal_xdomain_copy_value (e_copy);
/dports/science/octopus/octopus-10.5/src/math/
H A Dlalg_adv_lapack_inc.F90186 CMPLX, allocatable :: e_copy(:)
270 SAFE_ALLOCATE(e_copy(1:n))
273 e_copy = e
277 e(ii) = e_copy(ind(ii))
280 SAFE_DEALLOCATE_A(e_copy)
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-cfg.c5538 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
5552 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
5553 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
5555 dest = e_copy->dest; in add_phi_args_after_copy_edge()
5581 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
5594 edge e_copy; in add_phi_args_after_copy_bb() local
5597 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
5599 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
5610 edge e_copy) in add_phi_args_after_copy() argument
5619 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-cfg.c5542 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
5556 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
5557 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
5559 dest = e_copy->dest; in add_phi_args_after_copy_edge()
5585 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
5598 edge e_copy; in add_phi_args_after_copy_bb() local
5601 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
5603 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
5614 edge e_copy) in add_phi_args_after_copy() argument
5623 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-cfg.c5761 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
5775 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
5776 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
5778 dest = e_copy->dest; in add_phi_args_after_copy_edge()
5804 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
5817 edge e_copy; in add_phi_args_after_copy_bb() local
5820 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
5822 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
5833 edge e_copy) in add_phi_args_after_copy() argument
5842 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-cfg.c4243 edge e, e_copy; in add_phi_args_after_copy_bb() local
4249 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
4251 if (!phi_nodes (e_copy->dest)) in add_phi_args_after_copy_bb()
4254 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_bb()
4255 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_bb()
4257 dest = e_copy->dest; in add_phi_args_after_copy_bb()
4273 for (phi = phi_nodes (e->dest), phi_copy = phi_nodes (e_copy->dest); in add_phi_args_after_copy_bb()
4279 add_phi_arg (phi_copy, def, e_copy); in add_phi_args_after_copy_bb()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-cfg.c5930 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
5944 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
5945 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
5947 dest = e_copy->dest; in add_phi_args_after_copy_edge()
5973 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
5986 edge e_copy; in add_phi_args_after_copy_bb() local
5989 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
5991 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6002 edge e_copy) in add_phi_args_after_copy() argument
6011 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-cfg.c5930 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
5944 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
5945 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
5947 dest = e_copy->dest; in add_phi_args_after_copy_edge()
5973 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
5986 edge e_copy; in add_phi_args_after_copy_bb() local
5989 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
5991 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6002 edge e_copy) in add_phi_args_after_copy() argument
6011 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-cfg.c6456 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6470 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6471 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6473 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6499 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6512 edge e_copy; in add_phi_args_after_copy_bb() local
6515 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6517 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6528 edge e_copy) in add_phi_args_after_copy() argument
6537 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-cfg.c6461 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6475 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6476 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6478 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6504 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6517 edge e_copy; in add_phi_args_after_copy_bb() local
6520 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6522 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6533 edge e_copy) in add_phi_args_after_copy() argument
6542 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-cfg.c6353 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6367 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6368 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6370 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6396 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6409 edge e_copy; in add_phi_args_after_copy_bb() local
6412 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6414 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6425 edge e_copy) in add_phi_args_after_copy() argument
6434 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c6421 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6435 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6436 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6438 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6464 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6477 edge e_copy; in add_phi_args_after_copy_bb() local
6480 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6482 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6493 edge e_copy) in add_phi_args_after_copy() argument
6502 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c6421 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6435 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6436 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6438 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6464 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6477 edge e_copy; in add_phi_args_after_copy_bb() local
6480 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6482 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6493 edge e_copy) in add_phi_args_after_copy() argument
6502 if (e_copy) in add_phi_args_after_copy()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c6421 add_phi_args_after_copy_edge (edge e_copy) in add_phi_args_after_copy_edge() argument
6435 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_edge()
6436 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_edge()
6438 dest = e_copy->dest; in add_phi_args_after_copy_edge()
6464 add_phi_arg (phi_copy, def, e_copy, in add_phi_args_after_copy_edge()
6477 edge e_copy; in add_phi_args_after_copy_bb() local
6480 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()
6482 add_phi_args_after_copy_edge (e_copy); in add_phi_args_after_copy_bb()
6493 edge e_copy) in add_phi_args_after_copy() argument
6502 if (e_copy) in add_phi_args_after_copy()
[all …]

12