Home
last modified time | relevance | path

Searched refs:dchild (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/jags/JAGS-4.3.0/src/modules/bugs/samplers/
H A DConjugateDirichlet.cc131 if (isMixture(dchild[i])) return true; in isMix()
155 vector<int> tree(dchild.size(), -1); in makeTree()
167 if (parent == dchild[k]) { in makeTree()
176 nodeset.insert(dchild[j]); in makeTree()
193 if (isMixture(dchild[i])) { in makeOffsets()
203 static_cast<Node const *>(dchild[j]); in makeOffsets()
320 nodeset.insert(dchild[j]); in canSample()
347 dchild[d]->stochasticChildren(); in ConjugateDirichlet()
484 vector<bool> modified(dchild.size(), false); in update()
489 dchild[d]->deterministicSample(chain); in update()
[all …]
H A DRWDSum.cc52 StochasticNode const *dchild = getDSumNode(gv); in nodeValues() local
53 if (!dchild) { in nodeValues()
58 bool discrete = dchild->isDiscreteValued(); in nodeValues()
73 unsigned int nrow = dchild->length(); in nodeValues()
82 double delta = dchild->value(chain)[r]; in nodeValues()
H A DConjugateWishart.cc65 vector<DeterministicNode*> const &dchild = gv.deterministicChildren(); in canSample() local
66 if (!dchild.empty()) { in canSample()
73 for (unsigned int i = 0; i < dchild.size(); ++i) { in canSample()
74 if (!isMixture(dchild[i])) in canSample()
H A DConjugateBeta.cc48 vector<DeterministicNode*> const &dchild = gv.deterministicChildren(); in canSample() local
53 for (unsigned int j = 0; j < dchild.size(); ++j) { in canSample()
54 if (!isMixture(dchild[j])) { in canSample()
H A DCensored.cc67 vector<DeterministicNode*> const &dchild = gv.deterministicChildren(); in canSample() local
71 if(!dchild.empty()) in canSample()
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dcommunicationnetworkinventory.class.php159 foreach ($a_devices as $dchild) {
162 if (isset($dchild['INFO'])) {
163 if ($dchild['INFO']['TYPE'] == "NETWORKING") {
165 } else if ($dchild['INFO']['TYPE'] == "PRINTER") {
166 … $a_inventory = PluginFusioninventoryFormatconvert::printerInventoryTransformation($dchild);
169 if (isset($dchild['ERROR'])) {
171 if ($dchild['ERROR']['TYPE'] == "NETWORKING") {
173 } else if ($dchild['ERROR']['TYPE'] == "PRINTER") {
177 $dchild['ERROR']['MESSAGE'].' [['.$itemtype.'::'.
178 $dchild['ERROR']['ID'].']]';
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/test/apigen/
H A Dutil.c38 GdomeNode *child = NULL, *dchild = NULL; in cleanSubTree() local
58 dchild = gdome_n_removeChild (node, child, &exc); in cleanSubTree()
62 if (dchild != NULL) in cleanSubTree()
63 gdome_n_unref (dchild, &exc); in cleanSubTree()
/dports/textproc/gdome2/gdome2-0.8.1/test/
H A Dexamplec.c36 GdomeNode *child = NULL, *dchild = NULL; in cleanSubTree() local
56 dchild = gdome_n_removeChild (node, child, &exc); in cleanSubTree()
60 if (dchild != NULL) in cleanSubTree()
61 gdome_n_unref (dchild, &exc); in cleanSubTree()
/dports/math/jags/JAGS-4.3.0/src/modules/mix/samplers/
H A DDirichletCatFactory.cc35 vector<DeterministicNode *> const &dchild = gv.deterministicChildren(); in isCandidate() local
39 if (schild.size() != dchild.size()) return false; in isCandidate()
49 for (unsigned int j = 0; j < dchild.size(); ++j) { in isCandidate()
50 if (!isMixture(dchild[j])) return false; in isCandidate()
H A DLDAFactory.cc106 vector<DeterministicNode *> const &dchild = gv.deterministicChildren(); in checkWordPrior() local
107 for (unsigned int j = 0; j < dchild.size(); ++j) { in checkWordPrior()
109 MixtureNode const *m = asMixture(dchild[j]); in checkWordPrior()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dvfs.c1267 dchild->d_parent, in nfsd_create_locked()
1268 dchild->d_name.len); in nfsd_create_locked()
1281 dput(dchild); in nfsd_create_locked()
1282 dchild = d; in nfsd_create_locked()
1319 dput(dchild); in nfsd_create_locked()
1358 if (IS_ERR(dchild)) in nfsd_create()
1365 dput(dchild); in nfsd_create()
1415 if (IS_ERR(dchild)) in do_nfsd_create()
1445 if (! d_is_reg(dchild)) in do_nfsd_create()
1529 if (dchild && !IS_ERR(dchild)) in do_nfsd_create()
[all …]
H A Dnfs3xdr.c1092 struct dentry *dparent, *dchild; in compose_entry_fh() local
1100 dchild = dget_parent(dparent); in compose_entry_fh()
1105 if (dchild == dparent) in compose_entry_fh()
1110 dchild = dget(dparent); in compose_entry_fh()
1112 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
1113 if (IS_ERR(dchild)) in compose_entry_fh()
1115 if (d_mountpoint(dchild)) in compose_entry_fh()
1117 if (dchild->d_inode->i_ino != ino) in compose_entry_fh()
1119 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
1121 dput(dchild); in compose_entry_fh()
H A Dnfsproc.c270 struct dentry *dchild; in nfsd_proc_create() local
295 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
296 if (IS_ERR(dchild)) { in nfsd_proc_create()
297 resp->status = nfserrno(PTR_ERR(dchild)); in nfsd_proc_create()
301 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
302 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
304 dput(dchild); in nfsd_proc_create()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dvfs.c1267 dchild->d_parent, in nfsd_create_locked()
1268 dchild->d_name.len); in nfsd_create_locked()
1281 dput(dchild); in nfsd_create_locked()
1282 dchild = d; in nfsd_create_locked()
1319 dput(dchild); in nfsd_create_locked()
1358 if (IS_ERR(dchild)) in nfsd_create()
1365 dput(dchild); in nfsd_create()
1415 if (IS_ERR(dchild)) in do_nfsd_create()
1445 if (! d_is_reg(dchild)) in do_nfsd_create()
1529 if (dchild && !IS_ERR(dchild)) in do_nfsd_create()
[all …]
H A Dnfs3xdr.c1092 struct dentry *dparent, *dchild; in compose_entry_fh() local
1100 dchild = dget_parent(dparent); in compose_entry_fh()
1105 if (dchild == dparent) in compose_entry_fh()
1110 dchild = dget(dparent); in compose_entry_fh()
1112 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
1113 if (IS_ERR(dchild)) in compose_entry_fh()
1115 if (d_mountpoint(dchild)) in compose_entry_fh()
1117 if (dchild->d_inode->i_ino != ino) in compose_entry_fh()
1119 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
1121 dput(dchild); in compose_entry_fh()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dvfs.c1267 dchild->d_parent, in nfsd_create_locked()
1268 dchild->d_name.len); in nfsd_create_locked()
1281 dput(dchild); in nfsd_create_locked()
1282 dchild = d; in nfsd_create_locked()
1319 dput(dchild); in nfsd_create_locked()
1358 if (IS_ERR(dchild)) in nfsd_create()
1365 dput(dchild); in nfsd_create()
1415 if (IS_ERR(dchild)) in do_nfsd_create()
1445 if (! d_is_reg(dchild)) in do_nfsd_create()
1529 if (dchild && !IS_ERR(dchild)) in do_nfsd_create()
[all …]
H A Dnfs3xdr.c1092 struct dentry *dparent, *dchild; in compose_entry_fh() local
1100 dchild = dget_parent(dparent); in compose_entry_fh()
1105 if (dchild == dparent) in compose_entry_fh()
1110 dchild = dget(dparent); in compose_entry_fh()
1112 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
1113 if (IS_ERR(dchild)) in compose_entry_fh()
1115 if (d_mountpoint(dchild)) in compose_entry_fh()
1117 if (dchild->d_inode->i_ino != ino) in compose_entry_fh()
1119 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
1121 dput(dchild); in compose_entry_fh()
/dports/www/py-html5-parser/html5-parser-0.4.10/src/html5_parser/
H A Ddom.py73 dchild = dest_tree.createComment((child.text or '').replace('--', '—'))
75 dchild = dest_tree.createElementNS(*elem_name_parts(child))
76 stack.append((child, dchild))
77 dest.appendChild(dchild)
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Dmeta-pair.c353 KMDataNode *dchild; in copy_meta_node() local
398 rc = KMDataNodeOpenNodeUpdate ( dst, & dchild, "%s", name ); in copy_meta_node()
403 … copy_meta_node ( schild, ctx, dchild, path, psize + nsize, owner_spec, exclude ); in copy_meta_node()
404 KMDataNodeRelease ( dchild ); in copy_meta_node()
/dports/lang/racket/racket-8.3/share/pkgs/future-visualizer-pict/future-visualizer/private/
H A Dgraph-drawing.rkt79 (let ([dchild (draw-tree/standard child
85 (values (drawable-node-children-xextent dchild)
86 (drawable-node-children-yextent dchild)
87 (cons dchild chn))))])
/dports/japanese/dams/dams-4.3.4/lib/
H A DDamsWrapper.cpp200 dam* dchild = read_from_file(f_data, poschild); in retrieve() local
201 if (dchild->_posparent != result.res[i]) { in retrieve()
202 d = read_from_file(f_data, dchild->_posparent); in retrieve()
/dports/math/spot/spot-2.10.2/spot/tl/
H A Drelabel.cc476 data_entry& dchild = i.first->second; in cut_points() local
479 if (dchild.num <= dparent.num) in cut_points()
480 if (dparent.low > dchild.num) in cut_points()
481 dparent.low = dchild.num; in cut_points()
/dports/math/py-spot/spot-2.10.2/spot/tl/
H A Drelabel.cc476 data_entry& dchild = i.first->second; in cut_points() local
479 if (dchild.num <= dparent.num) in cut_points()
480 if (dparent.low > dchild.num) in cut_points()
481 dparent.low = dchild.num; in cut_points()
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/qt/
H A Ddeviceswindow.cpp74 device_t *dchild = static_cast<device_t *>(index.internalPointer()); in parent() local
75 device_t *dparent = dchild->owner(); in parent()
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/qt/
H A Ddeviceswindow.cpp74 device_t *dchild = static_cast<device_t *>(index.internalPointer()); in parent() local
75 device_t *dparent = dchild->owner(); in parent()

12