Home
last modified time | relevance | path

Searched refs:ngp (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DNodeGraphPartTestSuite.h43 ngp.addNode(); in testInsertion()
46 ngp.addNode(); in testInsertion()
59 ngp.addNode(); in testSuppression()
60 ngp.addNode(); in testSuppression()
62 ngp.addNode(); in testSuppression()
64 ngp.eraseNode(id3); in testSuppression()
72 ngp.clear(); in testSuppression()
96 ngp.addNode(); in testCopy()
97 ngp.addNode(); in testCopy()
98 _ForTestCopy_(ngp); in testCopy()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DIncompressibleNSVec.F90135 … rhoVec(ngp), VeloVec(ngp, dim), PresVec(ngp), velopresvec(ngp,dofs), LoadAtIpVec(ngp,dim+1), &
136 weight_a(ngp), weight_b(ngp), weight_c(ngp), tauVec(ngp), PrevTempVec(ngp), &
243 muDerVec0(1:ngp) = muderVec0(1:ngp)*detJVec(1:ngp)*8
259 weight_a(1:ngp) = muVec(1:ngp) * detJVec(1:ngp)
260 weight_b(1:ngp) = -muVec(1:ngp) * detJVec(1:ngp)
361 weight_a(1:ngp) = muVec(1:ngp) * detJvec(1:ngp)
408 weight_a(1:ngp) = rhovec(1:ngp) * veloPresVec(1:ngp,1)
409 weight_b(1:ngp) = rhovec(1:ngp) * veloPresVec(1:ngp,2)
410 weight_c(1:ngp) = rhovec(1:ngp) * veloPresVec(1:ngp,3)
635 ALLOCATE(ss(ngp),s(ngp),ViscVec(ngp),ArrheniusFactorVec(ngp),STAT=allocstat)
[all …]
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dng.c91 ngp->Lastwidth = q - ngp->LastString; in NGparseentry()
97 ngp->Rest = ++q; in NGparseentry()
99 ngp->Last = atol(ngp->LastString); in NGparseentry()
100 ngp->nSites = 0; in NGparseentry()
121 && !OVgroupadd(ngp->Name, lo, ngp->Last, ngp->Rest)) in NGparseentry()
138 NEWSGROUP *ngp; in NGparsefile() local
208 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in NGparsefile()
210 ngp->Alias = ngp; in NGparsefile()
213 ngp->Alias = NGfind(&ngp->Alias->Rest[1]); in NGparsefile()
229 NEWSGROUP *ngp; in NGclose() local
[all …]
H A Dicd.c141 NEWSGROUP *ngp; in ICDrenumberactive() local
143 for (i = nGroups, ngp = Groups; --i >= 0; ngp++) in ICDrenumberactive()
144 if (!NGrenumber(ngp)) in ICDrenumberactive()
306 Name = xstrdup(ngp->Name); in ICDchangegroup()
307 Last = ngp->Last; in ICDchangegroup()
310 i = ngp->Start; in ICDchangegroup()
366 ICDrmgroup(NEWSGROUP *ngp) in ICDrmgroup() argument
374 if (strcmp(ngp->Name, "junk") == 0 || strcmp(ngp->Name, "control") == 0 in ICDrmgroup()
382 if (ngp == &Groups[0]) { in ICDrmgroup()
383 i = ngp[1].Start; in ICDrmgroup()
[all …]
/dports/news/inn/inn-2.6.4/innd/
H A Dng.c92 ngp->Lastwidth = q - ngp->LastString; in NGparseentry()
98 ngp->Rest = ++q; in NGparseentry()
100 ngp->Last = atol(ngp->LastString); in NGparseentry()
101 ngp->nSites = 0; in NGparseentry()
121 if (innconf->enableoverview && !OVgroupadd(ngp->Name, lo, ngp->Last, ngp->Rest)) in NGparseentry()
138 NEWSGROUP *ngp; in NGparsefile() local
208 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in NGparsefile()
210 ngp->Alias = ngp; in NGparsefile()
213 ngp->Alias = NGfind(&ngp->Alias->Rest[1]); in NGparsefile()
233 for (i = nGroups, ngp = Groups; --i >= 0; ngp++) { in NGclose()
[all …]
H A Dicd.c143 NEWSGROUP *ngp; in ICDrenumberactive() local
145 for (i = nGroups, ngp = Groups; --i >= 0; ngp++) in ICDrenumberactive()
146 if (!NGrenumber(ngp)) in ICDrenumberactive()
312 Name = xstrdup(ngp->Name); in ICDchangegroup()
313 Last = ngp->Last; in ICDchangegroup()
316 i = ngp->Start; in ICDchangegroup()
373 ICDrmgroup(NEWSGROUP *ngp) in ICDrmgroup() argument
381 if (strcmp(ngp->Name, "junk") == 0 || strcmp(ngp->Name, "control") == 0 in ICDrmgroup()
389 if (ngp == &Groups[0]) { in ICDrmgroup()
390 i = ngp[1].Start; in ICDrmgroup()
[all …]
/dports/sysutils/shlock/inn-2.6.4/innd/
H A Dng.c92 ngp->Lastwidth = q - ngp->LastString; in NGparseentry()
98 ngp->Rest = ++q; in NGparseentry()
100 ngp->Last = atol(ngp->LastString); in NGparseentry()
101 ngp->nSites = 0; in NGparseentry()
121 if (innconf->enableoverview && !OVgroupadd(ngp->Name, lo, ngp->Last, ngp->Rest)) in NGparseentry()
138 NEWSGROUP *ngp; in NGparsefile() local
208 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in NGparsefile()
210 ngp->Alias = ngp; in NGparsefile()
213 ngp->Alias = NGfind(&ngp->Alias->Rest[1]); in NGparsefile()
233 for (i = nGroups, ngp = Groups; --i >= 0; ngp++) { in NGclose()
[all …]
H A Dicd.c143 NEWSGROUP *ngp; in ICDrenumberactive() local
145 for (i = nGroups, ngp = Groups; --i >= 0; ngp++) in ICDrenumberactive()
146 if (!NGrenumber(ngp)) in ICDrenumberactive()
312 Name = xstrdup(ngp->Name); in ICDchangegroup()
313 Last = ngp->Last; in ICDchangegroup()
316 i = ngp->Start; in ICDchangegroup()
373 ICDrmgroup(NEWSGROUP *ngp) in ICDrmgroup() argument
381 if (strcmp(ngp->Name, "junk") == 0 || strcmp(ngp->Name, "control") == 0 in ICDrmgroup()
389 if (ngp == &Groups[0]) { in ICDrmgroup()
390 i = ngp[1].Start; in ICDrmgroup()
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A Dvertical_interp.cc60 halfpres += ngp; in vct_to_hybrid_pressure()
62 array_copy(ngp, ps, halfpres); in vct_to_hybrid_pressure()
67 for (long i = 0; i < ngp * nhlev; i++) fullp[i] = 0.5 * (halfpres[i] + halfpres[i + ngp]); in vct_to_hybrid_pressure()
81 for (long j = 0; j < ngp; ++j) in extrapolate_P()
209 auto ptl = pt + lp * ngp; in vertical_interp_T()
227 + (pres - fullp[nl * ngp + i]) * (gt[nh * ngp + i] - gt[nl * ngp + i]) in vertical_interp_T()
228 / (fullp[nh * ngp + i] - fullp[nl * ngp + i]); in vertical_interp_T()
263 auto pzl = pz + lp * ngp; in vertical_interp_Z()
283 + (pres - halfp[nl * ngp + i]) * (gz[nh * ngp + i] - gz[nl * ngp + i]) in vertical_interp_Z()
284 / (halfp[nh * ngp + i] - halfp[nl * ngp + i]); in vertical_interp_Z()
[all …]
H A Dexpr.cc367 out.ngp = in.ngp; in param_meta_copy()
498 const auto ngp = (p2->param.ngp > 0) ? p2->param.ngp : 1; in expr_con_var() local
533 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in expr_var_con() local
731 auto ngp = p2->param.ngp; in ex_copy_con() local
920 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in ex_fun_var() local
1106 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in fun1c() local
1195 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in fun2c() local
1336 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in ex_uminus_var() local
1409 const auto ngp = (p1->param.ngp > 0) ? p1->param.ngp : 1; in ex_not_var() local
1514 auto ngp = (p0->param.ngp > 0) ? p0->param.ngp : 1; in ex_ifelse() local
[all …]
/dports/emulators/mednafen/mednafen/src/ngp/
H A DMakefile.am.inc4 libngp_a_SOURCES = ngp/bios.cpp ngp/biosHLE.cpp ngp/dma.cpp ngp/flash.cpp ngp/gfx.cpp ngp/T6W28_Ap…
5ngp/gfx_scanline_mono.cpp ngp/gfx_scanline_colour.cpp ngp/interrupt.cpp ngp/mem.cpp ngp/neopop.cpp…
6 ngp/rom.cpp ngp/rtc.cpp ngp/sound.cpp ngp/Z80_interface.cpp \
7 ngp/TLCS-900h/TLCS900h_interpret_single.cpp \
8 ngp/TLCS-900h/TLCS900h_interpret.cpp \
9 ngp/TLCS-900h/TLCS900h_registers.cpp \
10 ngp/TLCS-900h/TLCS900h_interpret_reg.cpp \
11 ngp/TLCS-900h/TLCS900h_interpret_src.cpp \
12 ngp/TLCS-900h/TLCS900h_interpret_dst.cpp
/dports/mail/alpine/alpine-465e23b/pith/
H A Dnews.c374 for(ngp = ng_cache_ptr; ngp && ngp->name; ngp++){ in chk_newsgrp_cache()
376 return(ngp->val); in chk_newsgrp_cache()
410 for(ngp = ng_cache_ptr; ngp->name; ngp++) in add_newsgrp_cache()
421 for(; (ngp+1)->name; ngp++){ in add_newsgrp_cache()
422 ngp->name = (ngp+1)->name; in add_newsgrp_cache()
423 ngp->val = (ngp+1)->val; in add_newsgrp_cache()
434 for(ngp = ng_cache_ptr; ngp && ngp->name; ngp++){ in add_newsgrp_cache()
440 for(; (ngp+1)->name; ngp++){ in add_newsgrp_cache()
441 ngp->name = (ngp+1)->name; in add_newsgrp_cache()
442 ngp->val = (ngp+1)->val; in add_newsgrp_cache()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dnews.c374 for(ngp = ng_cache_ptr; ngp && ngp->name; ngp++){ in chk_newsgrp_cache()
376 return(ngp->val); in chk_newsgrp_cache()
410 for(ngp = ng_cache_ptr; ngp->name; ngp++) in add_newsgrp_cache()
421 for(; (ngp+1)->name; ngp++){ in add_newsgrp_cache()
422 ngp->name = (ngp+1)->name; in add_newsgrp_cache()
423 ngp->val = (ngp+1)->val; in add_newsgrp_cache()
434 for(ngp = ng_cache_ptr; ngp && ngp->name; ngp++){ in add_newsgrp_cache()
440 for(; (ngp+1)->name; ngp++){ in add_newsgrp_cache()
441 ngp->name = (ngp+1)->name; in add_newsgrp_cache()
442 ngp->val = (ngp+1)->val; in add_newsgrp_cache()
[all …]
/dports/math/clingo/clingo-5.5.1/libgringo/tests/input/
H A Dnongroundlexer.cc46 NonGroundParser ngp(pb, incmode);
47 ngp.parse(module); // Just to set the logger
75 REQUIRE(int(NonGroundGrammar::parser::token::SCRIPT) == ngp.lex(&val, loc));
79 REQUIRE(int(NonGroundGrammar::parser::token::CODE) == ngp.lex(&val, loc));
84 REQUIRE(int(NonGroundGrammar::parser::token::SEM) == ngp.lex(&val, loc));
85 REQUIRE(int(NonGroundGrammar::parser::token::MUL) == ngp.lex(&val, loc));
86 REQUIRE(int(NonGroundGrammar::parser::token::SEM) == ngp.lex(&val, loc));
87 REQUIRE(int(NonGroundGrammar::parser::token::MUL) == ngp.lex(&val, loc));
88 REQUIRE(int(NonGroundGrammar::parser::token::NOT) == ngp.lex(&val, loc));
107 REQUIRE(int(NonGroundGrammar::parser::token::SYNC) == ngp.lex(&val, loc));
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/H1BasisEvaluation/
H A DH1BasisEvaluation.F90157 UWrk(ngp), VWrk(ngp), WWrk(ngp), &
170 UWrk(1:ngp) = GP % U(1:ngp)
171 VWrk(1:ngp) = GP % V(1:ngp)
172 WWrk(1:ngp) = GP % W(1:ngp)
311 UWrk(ngp), VWrk(ngp), WWrk(ngp), &
324 UWrk(1:ngp) = GP % U(1:ngp)
325 VWrk(1:ngp) = GP % V(1:ngp)
545 UWrk(ngp), VWrk(ngp), WWrk(ngp), &
776 UWrk(ngp), VWrk(ngp), WWrk(ngp), &
1010 UWrk(ngp), VWrk(ngp), WWrk(ngp), &
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/ModelPDEevol/
H A DModelPDEevol.F90175 INTEGER :: i,t,p,q,dim,ngp,allocstat local
208 ngp = IP % n
212 IF (SIZE(Basis,1) < ngp .OR. SIZE(Basis,2) < nd) &
218 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), DetJ(ngp), &
219 MASS(nd,nd), STIFF(nd,nd), FORCE(nd), VeloCoeff(ngp,3), STAT=allocstat)
236 stat = ElementInfoVec( Element, Nodes, ngp, IP % U, IP % V, IP % W, detJ, &
240 DO t=1,ngp
268 CALL LinearForms_UdotF(ngp, nd, Basis, DetJ, SourceCoeff, FORCE)
277 IF( Found ) VeloCoeff(1:ngp,1) = Velo1Coeff(1:ngp)
282 IF( Found ) VeloCoeff(1:ngp,2) = Velo2Coeff(1:ngp)
[all …]
/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dngramcache.cpp40 void ngramcache::print (const int* ngp) in print() argument
44 std::cerr << " " << ngp[i]; in print()
83 char* ngramcache::get(const int* ngp,char*& info) in get() argument
88 if ((found=(char*) ht->find((int *)ngp))) { in get()
96 char* ngramcache::get(const int* ngp,double& info) in get() argument
101 if ((found=(char*) ht->find((int *)ngp))) { in get()
114 if ((found=(char*) ht->find((int *)ngp))) { in get()
122 int ngramcache::add(const int* ngp,const char*& info) in add() argument
125 memcpy(entry,(char*) ngp,sizeof(int) * ngsize); in add()
136 memcpy(entry,(char*) ngp,sizeof(int) * ngsize); in add()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/Lua/
H A DModelPDEevol.F90147 INTEGER :: i,t,p,q,dim,ngp,allocstat local
180 ngp = IP % n
184 IF (SIZE(Basis,1) < ngp .OR. SIZE(Basis,2) < nd) &
190 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), DetJ(ngp), &
191 MASS(nd,nd), STIFF(nd,nd), FORCE(nd), VeloCoeff(ngp,3), STAT=allocstat)
208 stat = ElementInfoVec( Element, Nodes, ngp, IP % U, IP % V, IP % W, detJ, &
212 DO t=1,ngp
240 CALL LinearForms_UdotF(ngp, nd, Basis, DetJ, SourceCoeff, FORCE)
249 IF( Found ) VeloCoeff(1:ngp,1) = Velo1Coeff(1:ngp)
254 IF( Found ) VeloCoeff(1:ngp,2) = Velo2Coeff(1:ngp)
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/PoissonThreaded3/
H A DPoisson.F9096 INTEGER :: ldbasis, ngp, allocstat
112 ngp = IP % n
116 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
117 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
121 ELSE IF (SIZE(Basis,1) < ngp .OR. SIZE(Basis,2) < nd) THEN
123 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
124 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
134 DetJ(1:ngp) = IP % s(1:ngp)*Detj(1:ngp)
137 CALL LinearForms_GradUdotGradU(ngp, nd, Element % TYPE % DIMENSION, dBasisdx, DetJ, STIFF)
142 CALL LinearForms_ProjectToU(ngp, n, Basis, LOAD, LoadAtIPs)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Drootgp.f13 subroutine rootgp(ngp,gpp,nbeta,beta,ierr,w) argument
26 dimension gpp(ngp+1),beta(*),w(*)
35 kzr=kpol+ngp+1
36 kzi=kzr+ngp
37 kfree=kzi+ngp
39 call dcopy(ngp+1,gpp,-1,w(kpol),1)
40 call rpoly(w(kpol),ngp,w(kzr),w(kzi),fail)
42 do 110 j=0,ngp-1
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/PoissonThreaded2/
H A DPoisson.F90123 INTEGER :: i, dim, ldbasis, ngp, allocstat
139 ngp = IP % n
143 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
144 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
149 ELSE IF (SIZE(Basis,1) < ngp .OR. SIZE(Basis,2) < nd) THEN
151 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
152 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
161 stat = ElementInfoVec( Element, Nodes, ngp, &
164 DetJ(1:ngp) = IP % s(1:ngp)*Detj(1:ngp)
172 CALL LinearForms_ProjectToU(ngp, n, Basis, LOAD, LoadAtIPs)
[all …]
/dports/news/inn/inn-2.6.4/storage/
H A Dexpire.c115 NEWSGROUP **ngp; in NGfind() local
121 for (c = *Name, ngp = htp->Groups, i = htp->Used; --i >= 0; ngp++) in NGfind()
122 if (c == ngp[0]->Name[0] && strcmp(Name, ngp[0]->Name) == 0) in NGfind()
123 return ngp[0]; in NGfind()
178 NEWSGROUP *ngp; in BuildGroups() local
205 for (p = active, ngp = Groups, i = nGroups; --i >= 0; ngp++, p = q + 1) { in BuildGroups()
299 NEWSGROUP *ngp; in EXPmatch() local
306 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
307 if (negate ? !uwildmat(ngp->Name, p) : uwildmat(ngp->Name, p)) in EXPmatch()
484 when = expires ? ngp->Purge : ngp->Default; in EXPkeepit()
[all …]
/dports/news/inn-current/inn-2.7-20211226/storage/
H A Dexpire.c120 NEWSGROUP **ngp; in NGfind() local
126 for (c = *Name, ngp = htp->Groups, i = htp->Used; --i >= 0; ngp++) in NGfind()
127 if (c == ngp[0]->Name[0] && strcmp(Name, ngp[0]->Name) == 0) in NGfind()
184 NEWSGROUP *ngp; in BuildGroups() local
211 for (p = active, ngp = Groups, i = nGroups; --i >= 0; ngp++, p = q + 1) { in BuildGroups()
306 NEWSGROUP *ngp; in EXPmatch() local
313 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
314 if (negate ? !uwildmat(ngp->Name, p) : uwildmat(ngp->Name, p)) in EXPmatch()
481 NEWSGROUP *ngp; in EXPkeepit() local
490 when = expires ? ngp->Purge : ngp->Default; in EXPkeepit()
[all …]
/dports/sysutils/shlock/inn-2.6.4/storage/
H A Dexpire.c115 NEWSGROUP **ngp; in NGfind() local
121 for (c = *Name, ngp = htp->Groups, i = htp->Used; --i >= 0; ngp++) in NGfind()
122 if (c == ngp[0]->Name[0] && strcmp(Name, ngp[0]->Name) == 0) in NGfind()
123 return ngp[0]; in NGfind()
178 NEWSGROUP *ngp; in BuildGroups() local
205 for (p = active, ngp = Groups, i = nGroups; --i >= 0; ngp++, p = q + 1) { in BuildGroups()
299 NEWSGROUP *ngp; in EXPmatch() local
306 for (ngp = Groups, i = nGroups; --i >= 0; ngp++) in EXPmatch()
307 if (negate ? !uwildmat(ngp->Name, p) : uwildmat(ngp->Name, p)) in EXPmatch()
484 when = expires ? ngp->Purge : ngp->Default; in EXPkeepit()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/PoissonThreaded/
H A DPoisson.F90153 INTEGER :: i, dim, ldbasis, ngp, allocstat
169 ngp = IP % n
173 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
174 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
178 ELSE IF (SIZE(Basis,1) < ngp .OR. SIZE(Basis,2) < nd) THEN
180 ALLOCATE(Basis(ngp,nd), dBasisdx(ngp,nd,3), &
181 DetJ(ngp), LoadAtIPs(ngp), STAT=allocstat)
191 DetJ(1:ngp) = IP % s(1:ngp)*Detj(1:ngp)
194 CALL LinearForms_GradUdotGradU(ngp, nd, Element % TYPE % DIMENSION, dBasisdx, DetJ, STIFF)
199 CALL LinearForms_ProjectToU(ngp, n, Basis, LOAD, LoadAtIPs)
[all …]

12345678910>>...20