Home
last modified time | relevance | path

Searched refs:daughter (Results 1 – 25 of 2268) sorted by relevance

12345678910>>...91

/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_crossover.c54 if (!father || !mother || !son || !daughter) in ga_singlepoint_crossover_integer_chromosome()
86 if (!father || !mother || !son || !daughter) in ga_doublepoint_crossover_integer_chromosome()
132 if (!father || !mother || !son || !daughter) in ga_crossover_integer_singlepoints()
141 (int *)daughter->chromosome[i]); in ga_crossover_integer_singlepoints()
173 (int *)daughter->chromosome[i]); in ga_crossover_integer_doublepoints()
207 ga_copy_data(pop, daughter, mother, i); in ga_crossover_integer_mixing()
213 ga_copy_data(pop, daughter, father, i); in ga_crossover_integer_mixing()
410 (boolean *)daughter->chromosome[i]); in ga_crossover_boolean_singlepoints()
442 (boolean *)daughter->chromosome[i]); in ga_crossover_boolean_doublepoints()
1140 (double *)daughter->chromosome[i]); in ga_crossover_double_singlepoints()
[all …]
H A Dga_deterministiccrowding.c175 daughter = ga_get_free_entity(pop); in ga_deterministiccrowding()
184 ga_get_entity_id(pop, daughter), in ga_deterministiccrowding()
185 ga_get_entity_rank(pop, daughter) ); in ga_deterministiccrowding()
188 pop->mutate(pop, daughter, entity); in ga_deterministiccrowding()
189 ga_entity_dereference(pop, daughter); in ga_deterministiccrowding()
190 daughter = entity; in ga_deterministiccrowding()
209 pop->evaluate(pop, daughter); in ga_deterministiccrowding()
223 rank = ga_get_entity_rank(pop, daughter); in ga_deterministiccrowding()
224 if (daughter->fitness < mother->fitness) in ga_deterministiccrowding()
252 rank = ga_get_entity_rank(pop, daughter); in ga_deterministiccrowding()
[all …]
H A Dgaul.h174 typedef void (*GAmutate)(population *pop, entity *mother, entity *daughter);
176 typedef void (*GAcrossover)(population *pop, entity *mother, entity *father, entity *daughter, e…
364 entity *son, entity *daughter );
370 entity *son, entity *daughter );
373 entity *son, entity *daughter );
376 entity *son, entity *daughter );
380 entity *son, entity *daughter );
383 entity *son, entity *daughter );
386 entity *son, entity *daughter );
391 entity *son, entity *daughter );
[all …]
/dports/japanese/p5-Text-ChaSen/chasen-2.4.5/lib/
H A Dgrammar.c100 short daughter[256]; in make_hinsi() local
106 Cha_hinsi[idx].daughter = daughter; in make_hinsi()
108 daughter[ndaughter++] = d; in make_hinsi()
109 daughter[ndaughter] = 0; in make_hinsi()
112 daughter[ndaughter++] = 0; in make_hinsi()
114 memcpy(Cha_hinsi[idx].daughter, daughter, in make_hinsi()
130 short daughter[256]; in cha_read_class() local
146 Cha_hinsi[0].daughter = daughter; in cha_read_class()
150 daughter[ndaughter] = 0; in cha_read_class()
155 daughter[ndaughter++] = 0; in cha_read_class()
[all …]
/dports/japanese/chasen-base/chasen-2.4.5/lib/
H A Dgrammar.c100 short daughter[256]; in make_hinsi() local
106 Cha_hinsi[idx].daughter = daughter; in make_hinsi()
108 daughter[ndaughter++] = d; in make_hinsi()
109 daughter[ndaughter] = 0; in make_hinsi()
112 daughter[ndaughter++] = 0; in make_hinsi()
114 memcpy(Cha_hinsi[idx].daughter, daughter, in make_hinsi()
130 short daughter[256]; in cha_read_class() local
146 Cha_hinsi[0].daughter = daughter; in cha_read_class()
150 daughter[ndaughter] = 0; in cha_read_class()
155 daughter[ndaughter++] = 0; in cha_read_class()
[all …]
/dports/math/wavelib/wavelib-f104d084be91cc7e59dc3253bedceb11ece77136/src/
H A Dcwt.c48 daughter[k - 1].im = 0.0; in wave_function()
51 daughter[k - 1].re = daughter[k - 1].im = 0.0; in wave_function()
68 daughter[k - 1].im = 0.0; in wave_function()
71 daughter[k - 1].re = daughter[k - 1].im = 0.0; in wave_function()
105 daughter[k - 1].im = 0.0; in wave_function()
111 daughter[k - 1].re = 0.0; in wave_function()
198 tmp1 = daughter[k].re * yfft[k].re - daughter[k].im * yfft[k].im; in cwavelet()
199 tmp2 = daughter[k].re * yfft[k].im + daughter[k].im * yfft[k].re; in cwavelet()
200 daughter[k].re = tmp1; in cwavelet()
201 daughter[k].im = tmp2; in cwavelet()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctions.php841 return I18N::translateContext('daughter’s daughter', 'granddaughter');
871 return I18N::translateContext('husband’s daughter', 'step-daughter');
951 return I18N::translateContext('spouse’s daughter', 'step-daughter');
969 return I18N::translateContext('wife’s daughter', 'step-daughter');
1057 return I18N::translateContext('child’s daughter’s daughter', 'great-granddaughter');
1077 return I18N::translateContext('daughter’s daughter’s child', 'great-grandchild');
1079 … return I18N::translateContext('daughter’s daughter’s daughter', 'great-granddaughter');
1083 return I18N::translateContext('daughter’s daughter’s son', 'great-grandson');
1093 return I18N::translateContext('daughter’s son’s daughter', 'great-granddaughter');
1273 return I18N::translateContext('sibling’s daughter’s daughter', 'great-niece');
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_inherit/tests/
H A Dtest_inherit.py11 daughter = self.env['test.inherit.daughter']
13 self.assertEqual(daughter._inherits, {'test.inherit.mother': 'template_id'})
22 daughter = self.env['test.inherit.daughter']
25 self.assertIn('field_in_mother', daughter._fields)
30 daughter = self.env['test.inherit.daughter']
39 field = daughter._fields['name']
41 self.assertEqual(field.default(daughter), "Baz")
42 self.assertEqual(daughter.default_get(['name']), {'name': "Baz"})
51 field = daughter._fields['template_id']
87 self.assertEqual(daughter.partner_id, partner_demo)
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/3rdparty/LibRCPS/src/
H A Dops.c12 int *father, int *mother, int *son, int *daughter) { in sched_crossover() argument
37 daughter[i] = mother[i]; in sched_crossover()
43 daughter[q + j] = father[i]; in sched_crossover()
102 daughter[i] = mother[i]; in sched_crossover2()
111 daughter[i] = father[j]; in sched_crossover2()
121 daughter[i] = mother[j]; in sched_crossover2()
179 daughter[j] = mother[j]; in crossover()
183 daughter[j] = father[j]; in crossover()
201 daughter[j] = mother[j]; in crossover2()
205 daughter[j] = father[j]; in crossover2()
[all …]
H A Dops.h14 int *father, int *mother, int *son, int *daughter);
18 int *father, int *mother, int *son, int *daughter);
27 int *son, int *daughter, int size);
31 int *son, int *daughter, int size);
/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/Schema/
H A DElementNode.pm127 my ($daughter) = grep { $_->{name} eq $name } ($self->daughters);
131 unless $daughter;
141 if ($daughter->{unresolved_type}) {
142 $self->root->complete_type($daughter);
143 ($daughter) = grep { $_->{name} eq $name } ($self->daughters);
147 if ($daughter->{unresolved_ref}) {
148 $self->root->complete_ref($daughter);
149 ($daughter) = grep { $_->{name} eq $name } ($self->daughters);
152 return $daughter;
/dports/graphics/p5-SVG-Graph/SVG-Graph-0.04/eg/
H A Dtree_of_life.pl503 my $daughter = $tree->new_node( name => $list->[$d] );
504 $subroot->add_daughter($daughter);
513 my $daughter = $tree->new_node( name => $name );
514 $subroot->add_daughter($daughter);
515 my $grandchildren = descend( $node, $daughter );
/dports/devel/p5-Tree-DAG_Node/Tree-DAG_Node-1.32/lib/Tree/
H A DDAG_Node.pm66 printf "Daughter: %s (%s)\n", $daughter, ref $daughter if $Debug;
68 ($daughter->name() || $daughter),
73 die "$daughter (" . ($daughter->name || 'no_name') .
968 $daughter->{'mother'} = $mother;
970 return $daughter;
980 $daughter->{'mother'} = $mother;
982 return $daughter;
1177 foreach my $daughter (@daughters) {
1178 $daughter->{'mother'} = undef;
1243 foreach my $daughter (@daughters) {
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Documentation/SBV/Examples/Puzzles/
H A DMurder.hs110 daughter <- newPerson "Daughter"
117 constrain $ sex daughter .== sFemale
120 let chars = [alice, husband, brother, daughter, son]
126 constrain $ age daughter .< age alice - 25
127 constrain $ age daughter .< age husband - 25
131 constrain $ age son .== age daughter .|| age alice .== age brother
152 constrain $ location daughter .== sAlone .|| location son .== sAlone
175 d <- getPerson daughter
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/its_a_tie/
H A Dits_a_tie.fzn13 var 1..4: daughter:: output_var;
47 array [1..4] of var int: relative = [daughter,father_in_law,3,uncle];
50 constraint int_lin_ne(X_INTRODUCED_14,[leprechauns,daughter],0);
81 constraint int_lin_ne(X_INTRODUCED_14,[daughter,father_in_law],0);
82 constraint int_lin_ne([1],[daughter],3);
83 constraint int_lin_ne(X_INTRODUCED_14,[daughter,uncle],0);
99 constraint int_eq_reif(daughter,1,X_INTRODUCED_16):: defines_var(X_INTRODUCED_16);
100 constraint int_eq_reif(daughter,2,X_INTRODUCED_17):: defines_var(X_INTRODUCED_17);
101 constraint int_eq_reif(daughter,3,X_INTRODUCED_18):: defines_var(X_INTRODUCED_18);
102 constraint int_eq_reif(daughter,4,X_INTRODUCED_19):: defines_var(X_INTRODUCED_19);
/dports/textproc/p5-Lingua-Treebank/Lingua-Treebank-0.16/Const/
H A DConst.pm407 my __PACKAGE__ $daughter = shift;
414 if (not $self == $daughter->parent ) {
420 if ( $self->children($_) == $daughter ) {
964 $daughter->flatten();
968 $self->retract($daughter);
986 my __PACKAGE__ $daughter = shift;
988 if ( $daughter->parent() != $self ) {
994 if ( $daughter->is_terminal() ) {
999 $self->replace( $daughter, @{$daughter->children} );
1039 my __PACKAGE__ $daughter = shift;
[all …]
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DZIPLOCK-MIB56 "Table containing Ziplock daughter board information
65 "Ziplock daughter board information."
83 and represents the Ziplock daughter board number."
91 "This object indicates the presence of a Ziplock daughter
102 daughter board."
111 daughter board.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/
H A DTreeManagerTest.java118 parent.addChild(daughter); in testTwoChildrenAffectParent()
121 daughter.setCheckState(false); in testTwoChildrenAffectParent()
124 assertState(daughter, CHECKSTATE_UNCHECKED); in testTwoChildrenAffectParent()
126 daughter.setCheckState(true); in testTwoChildrenAffectParent()
129 assertState(daughter, CHECKSTATE_CHECKED); in testTwoChildrenAffectParent()
134 assertState(daughter, CHECKSTATE_CHECKED); in testTwoChildrenAffectParent()
136 daughter.setCheckState(false); in testTwoChildrenAffectParent()
139 assertState(daughter, CHECKSTATE_UNCHECKED); in testTwoChildrenAffectParent()
495 parent.addChild(daughter); in testParentAffectsTwoChildren()
500 assertState(daughter, CHECKSTATE_CHECKED); in testParentAffectsTwoChildren()
[all …]
/dports/net-mgmt/rancid3/rancid-3.13/bin/
H A Dcat5rancid.in793 $modules{$1}->{daughter}->{$board}->{model} = $3;
794 $modules{$1}->{daughter}->{$board}->{serial} = $4;
795 $modules{$1}->{daughter}->{$board}->{Hw} = $5;
796 $modules{$1}->{daughter}->{$board}->{type} = $2;
797 $modules{$1}->{daughter}->{$board}->{type} =~ s/\s*$//;
816 if (defined($modules{$slot}->{daughter})) {
818 foreach $board (sort numerically keys(%{$modules{$slot}->{daughter}})) {
819 …$dboards .= sprintf("!Slot $slot/$board: type %s\n", $modules{$slot}->{daughter}->{$board}->{type}…
820 …$dboards .= sprintf("!Slot $slot/$board: hvers %s\n", $modules{$slot}->{daughter}->{$board}->{Hw});
821 …board: part %s, serial %s\n", $modules{$slot}->{daughter}->{$board}->{model}, $modules{$slot}->{da…
[all …]
/dports/devel/R-cran-randomForest/randomForest/man/
H A DgetTree.Rd21 \item{left daughter}{the row where the left daughter node is; 0 if the
23 \item{right daughter}{the row where the right daughter node is; 0 if
35 or equal to the splitting point go to the left daughter node.
/dports/textproc/p5-MARC-Charset/MARC-Charset-1.35/t/
H A Dcjk2.marc1daughter of Goshirakawa, Emperor of Japan,dd. 1201xCriticism and interpretation.126880-06aShi…
/dports/devel/p5-Tree-DAG_Node/Tree-DAG_Node-1.32/scripts/
H A Dwrite.tree.pl20 my($daughter) = Tree::DAG_Node -> new({name => $name, attributes => {'#' => "$name$name"} });
22 $parent -> add_daughter($daughter);
24 return $daughter;
/dports/lang/eisl/eisl-2.35/verify/
H A Dsymbol.lsp42 ($test (setf (property 'zeus 'daughter) 'athena) athena)
43 ($test (set-property 'athena 'zeus 'daughter) athena)
44 ($test (property 'zeus 'daughter) athena)
59 ($test (remove-property 'zeus 'daughter) athena)
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dchain.py404 if mode.daughter in decay_data:
405 target = mode.daughter
408 parent, ','.join(mode.modes), mode.daughter))
409 target = replace_missing(mode.daughter, decay_data)
430 daughter = '{}{}'.format(openmc.data.ATOMIC_SYMBOL[Z], A)
432 if daughter not in decay_data:
433 daughter = replace_missing(daughter, decay_data)
434 if daughter is None:
445 nuclide.add_reaction(name, daughter, q_value, 1.0)
469 daughter = replace_missing(product, decay_data)
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dchain.py404 if mode.daughter in decay_data:
405 target = mode.daughter
408 parent, ','.join(mode.modes), mode.daughter))
409 target = replace_missing(mode.daughter, decay_data)
430 daughter = '{}{}'.format(openmc.data.ATOMIC_SYMBOL[Z], A)
432 if daughter not in decay_data:
433 daughter = replace_missing(daughter, decay_data)
434 if daughter is None:
445 nuclide.add_reaction(name, daughter, q_value, 1.0)
469 daughter = replace_missing(product, decay_data)
[all …]

12345678910>>...91