Home
last modified time | relevance | path

Searched refs:nntype (Results 1 – 7 of 7) sorted by relevance

/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/irisnet/noncore/legacy/
H A Dsrvresolver.cpp60 XMPP::NameRecord::Type nntype; member in SrvResolver::Private
111 d->nntype = XMPP::NameRecord::Srv; in resolve()
112 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolve()
125 d->nntype = XMPP::NameRecord::Srv; in resolveSrvOnly()
126 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolveSrvOnly()
194 d->nntype = d->aaaa ? XMPP::NameRecord::Aaaa : XMPP::NameRecord::A; in tryNext()
195 d->nndns.start(d->servers.first().name.toLatin1(), d->nntype); in tryNext()
206 if(d->nntype == XMPP::NameRecord::Srv) { in nndns_resultsReady()
236 if(d->nntype == XMPP::NameRecord::A || d->nntype == XMPP::NameRecord::Aaaa) in nndns_resultsReady()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/noncore/legacy/
H A Dsrvresolver.cpp66 XMPP::NameRecord::Type nntype; member in SrvResolver::Private
117 d->nntype = XMPP::NameRecord::Srv; in resolve()
118 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolve()
131 d->nntype = XMPP::NameRecord::Srv; in resolveSrvOnly()
132 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolveSrvOnly()
200 d->nntype = d->aaaa ? XMPP::NameRecord::Aaaa : XMPP::NameRecord::A; in tryNext()
201 d->nndns.start(d->servers.first().name.toLatin1(), d->nntype); in tryNext()
212 if(d->nntype == XMPP::NameRecord::Srv) { in nndns_resultsReady()
242 if(d->nntype == XMPP::NameRecord::A || d->nntype == XMPP::NameRecord::Aaaa) in nndns_resultsReady()
/dports/net-im/psi/psi-1.5/iris/src/irisnet/noncore/legacy/
H A Dsrvresolver.cpp66 XMPP::NameRecord::Type nntype; member in SrvResolver::Private
117 d->nntype = XMPP::NameRecord::Srv; in resolve()
118 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolve()
131 d->nntype = XMPP::NameRecord::Srv; in resolveSrvOnly()
132 d->nndns.start(d->srv.toLatin1(), d->nntype); in resolveSrvOnly()
200 d->nntype = d->aaaa ? XMPP::NameRecord::Aaaa : XMPP::NameRecord::A; in tryNext()
201 d->nndns.start(d->servers.first().name.toLatin1(), d->nntype); in tryNext()
212 if(d->nntype == XMPP::NameRecord::Srv) { in nndns_resultsReady()
242 if(d->nntype == XMPP::NameRecord::A || d->nntype == XMPP::NameRecord::Aaaa) in nndns_resultsReady()
/dports/science/lammps/lammps-stable_29Sep2021/tools/createatoms/
H A DcreateAtoms.f12 if (float(nntype(1)) .ne. 0.0)
13 * write(6,*)(float(nntype(i))/float(nntype(1)),i=1,ntypes)
14 write(6,*)'atoms of different species ',(nntype(i),i=1,ntypes)
41 nntype(i)=0
187 nntype(it)=nntype(it)+1
628 nntype(i)=0
639 nntype(itype(natoms))=nntype(itype(natoms))+1
855 write(2,206)nntype(j)
H A DcreateAtoms.h4 * nntype(nelmax),amass(nelmax),ielement(nelmax),
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DEngine.cpp264 if(nntype == "FusedBatchNorm") in checkpoint()
269 else if(nntype == "FusedConvBN") in checkpoint()
280 if(nntype == "Convolution") in checkpoint()
294 else if(nntype == "FusedConvBN") in checkpoint()
325 if(nntype == "FusedBatchNorm") in checkpoint()
339 else if(nntype == "FusedConvBN") in checkpoint()
1355 if(nntype.find("Split") != nntype.npos && buftype == DATA) in allocate_memory()
1402 if(nntype == "FusedConvBN") in allocate_memory()
1423 else if(nntype == "Convolution") in allocate_memory()
1494 if(nntype == "FusedConvBN") in allocate_memory()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp1193 int nntype; in tabqeq() local
1210 nntype = int((n+1)*n/2); in tabqeq()
1219 if (verbose) printf ("nntypes %d, kmax %d, rc %f, n %d\n",nntype,kmax,rc,n); in tabqeq()
1226 memory->create(fafb,kmax+5,nntype,"pair:fafb"); in tabqeq()
1227 memory->create(dfafb,kmax+5,nntype,"pair:dfafb"); in tabqeq()
1305 for (j = 0; j < nntype; j ++) { in tabqeq()