Home
last modified time | relevance | path

Searched refs:nlc (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dwrite2frd.c215 for (nlc=0; nlc< anz->l; nlc++) in write2frd()
224 printf (" 21C%s%12.4e\n", lcase[nlc].name, lcase[nlc].value); in write2frd()
226 printf (" 21C%s%12.5e\n", lcase[nlc].name, lcase[nlc].value); in write2frd()
231 j=sprintf( buffer, " 21CL%-5d%12.4e", nlc+1, lcase[nlc].value); in write2frd()
233 j=sprintf( buffer, " 21CL%-5d%12.5e", nlc+1, lcase[nlc].value); in write2frd()
248 j=sprintf( buffer, " 21CL%-5d%12.4e", nlc+1, lcase[nlc].value); in write2frd()
250 j=sprintf( buffer, " 21CL%-5d%12.5e", nlc+1, lcase[nlc].value); in write2frd()
275 …lcase[nlc].edat[0][elem[i].nr][j], lcase[nlc].edat[1][elem[i].nr][j], lcase[nlc].edat[2][elem[i].n… in write2frd()
331 for(i=0; i<lcase[nlc].ncomps; i++ ) if(lcase[nlc].iexist[i]!=1) cnam++; in write2frd()
343 …if(lcase[nlc].iexist[i]==1) sprintf (&buffer[13], "%5d%5d%5d%5d%5d", 1, lcase[nlc].ictype[i], lcas… in write2frd()
[all …]
H A Drenumberfrd.c14 int nlc, ncmp; in renumberfrd() local
39 for (nlc=0; nlc< anz->l; nlc++) in renumberfrd()
42 if (!lcase[nlc].loaded) in renumberfrd()
44 if( readfrdblock(nlc, anz, node, lcase )==-1) in renumberfrd()
46 printf("ERROR: Could not read data for Dataset:%d\n", nlc+1); in renumberfrd()
104 for (nlc=0; nlc< anz->l; nlc++) in renumberfrd()
106 for (ncmp=0; ncmp<lcase[nlc].ncomps; ncmp++ ) in renumberfrd()
110 dat[node[i].nr]=lcase[nlc].dat[ncmp][node[i].nr] ; in renumberfrd()
112 …if ( (lcase[nlc].dat[ncmp] = (float *)realloc( (float *)lcase[nlc].dat[ncmp] ,(anz->nmax+1) * size… in renumberfrd()
119 lcase[nlc].dat[ncmp][i]=0.; in renumberfrd()
[all …]
/dports/math/abs/abs-src-0.908/ABV/
H A Dmodule.c105 module->nlc = 0; in new_module()
126 for (i = 0; i < module->nlc; i++)
166 for (i = 0; i < module->nlc; i++)
189 module->nlc = 0;
235 if (module->nlc == 0) in module_addline()
254 i = module->nlc; in module_addline()
265 module->nlc++; in module_addline()
285 module->nlc = 0;
294 module->nlc++;
297 if (module->nlc == 0)
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/fide/
H A Dlinband.red105 ncol!*:=nlc+nuc+1$
106 for i:=1:nlc do
107 <<genvareq(pvars,svars,vareq,nlc,nlc-i+1,pfix!*)$
165 if ncol!*=3 and nlc=1 then gencall!-linpack!-trid(nlc,nuc)
190 if ncol!*=3 and nlc=1 then gencall!-essl!-trid(nlc,nuc)
219 if ncol!*=3 and nlc=1 then gencall!-nag!-trid(nlc,nuc)
432 ns:=quotient1(nlc,lsyst)$
531 j:=n-nlc$
533 nn:=ncol!*+nlc$
725 id:=reverse fsvars1do(nlc,
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1927.c129 int nlc; /* Number of left columns in W */ local
141 nlc = nn - nrc;
142 if (ik > nlc)
163 if (ii >= nlc)
208 if (ii >= nlc)
210 if (nlc < nn)
215 for (jj = nlc; jj < nn; jj++)
216 sum -= w2[(jj - nlc) * nur + ii] * ((*ex)[jj]);
H A Ds1926.c142 int nlc; /* Number of left columns in W */ local
160 nlc = nn - nrc;
161 if (ik > nlc)
175 if (ii >= nlc)
235 if (ii > nlc)
273 for (jj = nlc; jj < nn; jj++)
274 w3[jj * nlr + ll] -= w2[(jj - nlc) * nur + ii] * wli;
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdmaps/
H A Dnlist.c62 nlc->map_name = strdup(nl->map_name); in nlist_clone()
63 nlc->alloc = nl->alloc; in nlist_clone()
64 nlc->count = nl->count; in nlist_clone()
65 nlc->normalized = nl->normalized; in nlist_clone()
66 nlc->nets = xmalloc(sizeof(net_t) * nlc->alloc); in nlist_clone()
67 memcpy(nlc->nets, nl->nets, sizeof(net_t) * nlc->count); in nlist_clone()
68 return nlc; in nlist_clone()
296 nlist_t* nlc = nlist_clone(nl); in nlist_finish() local
297 nlist_normalize(nlc, false); in nlist_finish()
299 dmn_assert(!memcmp(nlc->nets, nl->nets, sizeof(net_t) * nlc->count)); in nlist_finish()
[all …]
/dports/cad/feappv/feappv-4.1i/program/
H A Dacheck.f2 subroutine acheck(x,y,n0,nl,nlc) argument
25 integer n0,nl,nlc, i,k,ii,il local
38 110 y(1:nlc) = ' '
47 if(k.gt.nlc-n0) go to 210
/dports/mail/eps/eps-1.7/
H A Dheader.c81 unsigned char *data = NULL, *nlc = NULL, *orig = NULL; in header_parse() local
91 nlc = rfc2822_remove_comments(line); in header_parse()
92 if (nlc == NULL) { in header_parse()
104 data = rfc2822_next_token(nlc, ':', NULL); in header_parse()
108 free(nlc); in header_parse()
114 if ((!(*data)) || (!(*nlc))) { in header_parse()
116 free(nlc); in header_parse()
121 hdr->name = mstrdup(nlc); in header_parse()
129 free(nlc); in header_parse()
/dports/math/libflame/libflame-5.2.0/src/lapack/red/hessut/front/flamec/old/test/
H A Dtest_Hess.c18 int nfc, int nlc,
35 nfc, nlc, in main() local
70 scanf( "%d %d", &nfc, &nlc ); in main()
71 fprintf( stdout, "%c %d %d\n", '%', nfc, nlc ); in main()
115 time_Hess( variant, FLA_ALG_REFERENCE, n_repeats, m, nfc, nlc, in main()
121 time_Hess( variant, FLA_ALG_FRONT, n_repeats, m, nfc, nlc, in main()
H A Dtime_Hess.c20 int nfc, int nlc,
27 int nfc, int nlc, in time_Hess() argument
46 ihi = m - nlc; in time_Hess()
84 rn = m - nfc - nlc; in time_Hess()
/dports/x11/xlockmore/xlockmore-5.67/etc/
H A Dlife3d2code.pl78 local ($foundx, $foundy, $c, $nlc);
85 $nlc = '0'; # carriage return or line feed, whichever is first
121 if ($nlc eq '0' || $nlc eq $c) {
122 $nlc = $c;
/dports/math/elpa/elpa-2019.05.002/src/elpa2/
H A Delpa2_bandred_template.F90693 nlc = nlc+1
701 …if (nlc>0) call mpi_allreduce(aux1, aux2, nlc, MPI_COMPLEX_PRECISION, MPI_SUM, mpi_comm_rows, mpie…
705 nlc = 0
709 nlc = nlc+1
723 nlc = 0
727 nlc = nlc+1
814 nlc = nlc+1
822 if (nlc>0) call mpi_allreduce(aux1, aux2, nlc, MPI_MATH_DATATYPE_PRECISION, &
826 if (nlc>0) aux2=aux1
830 nlc = 0
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Dtseitin_cnf_tactic.cpp397 get_lit(c, true, nlc); in match_or_3and()
400 mk_clause(nla, nlc); in match_or_3and()
401 mk_clause(nlb, nlc); in match_or_3and()
408 mk_clause(nk, nla, nlc); in match_or_3and()
409 mk_clause(nk, nlb, nlc); in match_or_3and()
413 inv(nlc, lc); in match_or_3and()
444 inv(lc, nlc); in match_iff3()
568 expr_ref nla(m), nlb(m), nlc(m); in match_ite() local
598 inv(lc, nlc); in match_ite()
636 inv(lc, nlc); in match_ite()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Dtseitin_cnf_tactic.cpp397 get_lit(c, true, nlc); in match_or_3and()
400 mk_clause(nla, nlc); in match_or_3and()
401 mk_clause(nlb, nlc); in match_or_3and()
408 mk_clause(nk, nla, nlc); in match_or_3and()
409 mk_clause(nk, nlb, nlc); in match_or_3and()
413 inv(nlc, lc); in match_or_3and()
444 inv(lc, nlc); in match_iff3()
568 expr_ref nla(m), nlb(m), nlc(m); in match_ite() local
598 inv(lc, nlc); in match_ite()
636 inv(lc, nlc); in match_ite()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/libs/
H A DAmplApplication.cpp324 N = nlc - nlnc; in set_nl_file()
339 N = n_con - nlc - lnc; in set_nl_file()
343 b = LUrhs + 2*(nlc + lnc); in set_nl_file()
348 b = LUrhs + 2*(nlc + lnc) + 1; in set_nl_file()
360 N = nlc - nlnc; in set_nl_file()
381 N = n_con - nlc - lnc; in set_nl_file()
578 if ((nlc - nlnc) > 0) in perform_evaluation_impl()
581 tmp.resize(nlc - nlnc); in perform_evaluation_impl()
624 int N = nlc - nlnc; in perform_evaluation_impl()
652 int N = n_con - nlc - lnc; in perform_evaluation_impl()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dwrite_pseudo.f9012 dft,lmax,lloc,zval,nlc,nnl,cc,alpc,alc,alps,nlcc, & argument
20 integer :: ndm, mesh, nwfps, lmin,lmax,lloc,nlc,nnl,nwfs,lls(nwfs) local
35 nlc=0
53 zval, lmax, nlc, nnl, nlcc, &
59 numeric = nlc.le.0 .and. nnl.le.0
/dports/dns/libbind/libbind-6.0/isc/
H A Dlogging.c444 log_context nlc; in log_new_context() local
446 nlc = memget(sizeof (struct log_context)); in log_new_context()
447 if (nlc == NULL) { in log_new_context()
451 nlc->num_categories = num_categories; in log_new_context()
452 nlc->category_names = category_names; in log_new_context()
454 if (nlc->categories == NULL) { in log_new_context()
455 memput(nlc, sizeof (struct log_context)); in log_new_context()
459 memset(nlc->categories, '\0', in log_new_context()
461 nlc->flags = 0U; in log_new_context()
462 nlc->level = 0; in log_new_context()
[all …]
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dkml_test.cc57 NetworkLinkControl* nlc = in TEST_F() local
59 kml_->set_networklinkcontrol(nlc); in TEST_F()
60 ASSERT_EQ(nlc, kml_->get_networklinkcontrol()); in TEST_F()
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-hid/
H A Dhid_detect.c73 int nbt = 0, nlc = 0; in main() local
98 printf("buttons=%d (max=%u) linear controls=%d (max=%u)\n\n", nbt, maxbt, nlc, maxlc); in main()
111 nlc++; in main()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dproxy.cpp177 int nlc = 0; in openProxyConnection() local
218 while ((nlc != 2) && (read(sock, &input_line[pos++], 1) == 1)) in openProxyConnection()
221 nlc++; in openProxyConnection()
223 nlc = 0; in openProxyConnection()
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dproxy.cpp177 int nlc = 0; in openProxyConnection() local
218 while ((nlc != 2) && (read(sock, &input_line[pos++], 1) == 1)) in openProxyConnection()
221 nlc++; in openProxyConnection()
223 nlc = 0; in openProxyConnection()
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dproxy.cpp177 int nlc = 0; in openProxyConnection() local
218 while ((nlc != 2) && (read(sock, &input_line[pos++], 1) == 1)) in openProxyConnection()
221 nlc++; in openProxyConnection()
223 nlc = 0; in openProxyConnection()
/dports/net-im/licq/licq-f271d55/licq/src/
H A Dproxy.cpp177 int nlc = 0; in openProxyConnection() local
218 while ((nlc != 2) && (read(sock, &input_line[pos++], 1) == 1)) in openProxyConnection()
221 nlc++; in openProxyConnection()
223 nlc = 0; in openProxyConnection()
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dproxy.cpp177 int nlc = 0; in openProxyConnection() local
218 while ((nlc != 2) && (read(sock, &input_line[pos++], 1) == 1)) in openProxyConnection()
221 nlc++; in openProxyConnection()
223 nlc = 0; in openProxyConnection()

12345678910>>...22