Home
last modified time | relevance | path

Searched refs:NVARS (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/math/SCIP/scip-7.0.3/tests/src/decomp/
H A Ddecomptest.c27 #define NVARS 7 macro
32 static SCIP_VAR* vars[NVARS];
67 for( i = 0; i < NVARS; ++i ) in testData()
120 int returnedlabels[NVARS];
185 int returnedlabels[NVARS]; in checkVarsLabels()
191 printIntArray(strbuf1, returnedlabels, NVARS), in checkVarsLabels()
192 printIntArray(strbuf2, varlabels, NVARS) in checkVarsLabels()
224 SCIP_VAR* transvars[NVARS];
225 int returnedlabels[NVARS];
246 for( v = 0; v < NVARS; ++v )
[all …]
/dports/math/slatec/src/
H A Ddplpmn.f358 N20080=NVARS
419 20111 RHS(J-NVARS)=RHS(J-NVARS)-SCALR
438 20126 RHS(J-NVARS)=RHS(J-NVARS)+SCALR
477 30002 LPR=NVARS+4
507 LPR=NVARS+4
557 CALL DCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
581 20185 RHS(J-NVARS)=RHS(J-NVARS)+UPBND
662 WW(IBAS-NVARS)=WW(IBAS-NVARS)-XVAL
664 20224 WW(IBAS-NVARS)=WW(IBAS-NVARS)+XVAL
679 CALL DCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
[all …]
H A Dsplpmn.f359 N20080=NVARS
420 20111 RHS(J-NVARS)=RHS(J-NVARS)-SCALR
439 20126 RHS(J-NVARS)=RHS(J-NVARS)+SCALR
478 30002 LPR=NVARS+4
508 LPR=NVARS+4
558 CALL SCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
582 20185 RHS(J-NVARS)=RHS(J-NVARS)+UPBND
663 WW(IBAS-NVARS)=WW(IBAS-NVARS)-XVAL
665 20224 WW(IBAS-NVARS)=WW(IBAS-NVARS)+XVAL
679 CALL SCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
[all …]
H A Dsplpmu.f56 LPG=LMX-(NVARS+4)
134 20025 PRIMAL(K+NVARS)=ZERO
219 ILOW=NVARS+5
247 IL1=NVARS+5
261 I=J-NVARS
278 J=MOD(J,MRELAS+NVARS)+1
308 ILOW=NVARS+5
343 IL1=NVARS+5
354 I=J-NVARS
368 J=MOD(J,MRELAS+NVARS)+1
[all …]
H A Ddplpmu.f57 LPG=LMX-(NVARS+4)
135 20025 PRIMAL(K+NVARS)=ZERO
220 ILOW=NVARS+5
248 IL1=NVARS+5
262 I=J-NVARS
279 J=MOD(J,MRELAS+NVARS)+1
309 ILOW=NVARS+5
344 IL1=NVARS+5
355 I=J-NVARS
369 J=MOD(J,MRELAS+NVARS)+1
[all …]
H A Dsplp.f2 SUBROUTINE SPLP (USRMAT, MRELAS, NVARS, COSTS, PRGOPT, DATTRV, BL, argument
1562 IF (NVARS.LE.0) THEN
1563 WRITE (XERN1, '(I8)') NVARS
1570 LMX=4*NVARS+7
1614 20009 IF (LMX.LT.NVARS+7) THEN
1635 LCOLNR=LCSC+NVARS
1636 LERD=LCOLNR+NVARS
1641 LRG=LRZ+NVARS+MRELAS
1642 LRPRIM=LRG+NVARS+MRELAS
1648 LIBRC=LIBB+NVARS+MRELAS
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/splp/
H A Dsplpmn.f353 N20080=NVARS
416 20111 RHS(J-NVARS)=RHS(J-NVARS)-SCALR
435 20126 RHS(J-NVARS)=RHS(J-NVARS)+SCALR
474 30002 LPR=NVARS+4
504 LPR=NVARS+4
556 CALL SCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
580 20185 RHS(J-NVARS)=RHS(J-NVARS)+UPBND
662 WW(IBAS-NVARS)=WW(IBAS-NVARS)-XVAL
664 20224 WW(IBAS-NVARS)=WW(IBAS-NVARS)+XVAL
679 CALL SCOPY(MRELAS,PRIMAL(NVARS+1),0,PRIMAL(NVARS+1),1)
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_subst_context.c231 #define NVARS 20 macro
234 static int32_t check[NMAPS][NVARS];
245 empty_mapping(NVARS, check[0]); in main()
246 check_mapping(&ctx, NVARS, check[0]); in main()
280 check_mapping(&ctx, NVARS, check[0]); in main()
290 check_mapping(&ctx, NVARS, check[1]); in main()
300 check_mapping(&ctx, NVARS, check[2]); in main()
310 check_mapping(&ctx, NVARS, check[3]); in main()
323 check_mapping(&ctx, NVARS, check[2]); in main()
332 check_mapping(&ctx, NVARS, check[1]); in main()
[all …]
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf_test/
H A Dmodule_tests.F9062 Integer, Parameter :: NVARS=136 variable
166 CHARACTER(LEN=(2+MAX_RANK)) :: VAR_NAME(NVARS)
167 INTEGER :: VAR_TYPE(NVARS)
168 INTEGER :: VAR_RANK(NVARS)
169 INTEGER :: VAR_DIMID(MAX_RANK,NVARS)
170 INTEGER :: VAR_SHAPE(MAX_RANK,NVARS)
171 INTEGER :: VAR_NELS(NVARS)
172 INTEGER :: VAR_NATTS(NVARS)
173 CHARACTER(LEN=2) :: ATTNAME(MAX_NATTS,NVARS)
175 INTEGER :: ATTTYPE(NGATTS,NVARS)
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/parallel/
H A DcvDiurnal_kry_p.c212 neq = NVARS*MX*MY; in main()
336 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
337 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
515 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
530 offsetbuf = ly*NVARS; in BSend()
541 offsetbuf = ly*NVARS; in BSend()
663 nvmysub = NVARS*MYSUB; in ucomm()
859 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
894 denseCopy(j, a, NVARS, NVARS); in Precond()
905 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/parallel/
H A DcvsDiurnal_kry_p.c202 neq = NVARS*MX*MY; in main()
326 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
327 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
505 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
520 offsetbuf = ly*NVARS; in BSend()
531 offsetbuf = ly*NVARS; in BSend()
653 nvmysub = NVARS*MYSUB; in ucomm()
848 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
883 denseCopy(j, a, NVARS, NVARS); in Precond()
894 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_parallel/
H A Dark_diurnal_kry_p.c195 neq = NVARS*MX*MY; in main()
314 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
315 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
483 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
498 offsetbuf = ly*NVARS; in BSend()
509 offsetbuf = ly*NVARS; in BSend()
631 nvmysub = NVARS*MYSUB; in ucomm()
828 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
863 denseCopy(j, a, NVARS, NVARS); in Precond()
874 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_parallel/
H A Dark_diurnal_kry_p.c195 neq = NVARS*MX*MY; in main()
314 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
315 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
483 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
498 offsetbuf = ly*NVARS; in BSend()
509 offsetbuf = ly*NVARS; in BSend()
631 nvmysub = NVARS*MYSUB; in ucomm()
828 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
863 denseCopy(j, a, NVARS, NVARS); in Precond()
874 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/parallel/
H A DcvDiurnal_kry_p.c212 neq = NVARS*MX*MY; in main()
336 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
337 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
515 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
530 offsetbuf = ly*NVARS; in BSend()
541 offsetbuf = ly*NVARS; in BSend()
663 nvmysub = NVARS*MYSUB; in ucomm()
859 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
894 denseCopy(j, a, NVARS, NVARS); in Precond()
905 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvodes/parallel/
H A DcvsDiurnal_kry_p.c202 neq = NVARS*MX*MY; in main()
326 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
327 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
505 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
520 offsetbuf = ly*NVARS; in BSend()
531 offsetbuf = ly*NVARS; in BSend()
653 nvmysub = NVARS*MYSUB; in ucomm()
848 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
883 denseCopy(j, a, NVARS, NVARS); in Precond()
894 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/testcases/
H A Dalignment_test.c33 #define NVARS 8 macro
44 MPI_Offset new_var_off[NVARS*2], old_var_off[NVARS*2]; in main()
78 for (i=0; i<NVARS; i++) { in main()
96 for (i=0; i<NVARS; i++) { in main()
147 for (i=0; i<NVARS; i++) { in main()
163 for (i=0; i<NVARS; i++) { in main()
183 int new_varid[NVARS]; in main()
184 for (i=0; i<NVARS; i++) { in main()
214 for (i=NVARS; i<2*NVARS; i++) { in main()
226 for (i=NVARS; i<2*NVARS; i++) { in main()
[all …]
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf_test4/
H A Dftst_var_compact.F23 integer NVARS
24 parameter (NVARS = 3)
29 integer ncid, varid(NVARS), dimids(NDIMS)
33 character*(4) var_name(NVARS)
69 do x = 1, NVARS
122 integer NVARS
123 parameter (NVARS = 3)
131 character*(4) var_name(NVARS)
136 integer varid_in(NVARS), dimid_in
146 if (ndims_in .ne. 1 .or. nvars_in .ne. NVARS .or. ngatts_in .ne. 0
[all …]
H A Df03tst_vars6.F21 integer NVARS
22 parameter (NVARS = 3)
27 integer ncid, varid(NVARS), dimids(NDIMS)
31 character*(4) var_name(NVARS)
63 do x = 1, NVARS
110 integer NVARS
111 parameter (NVARS = 3)
119 character*(4) var_name(NVARS)
125 integer varid_in(NVARS), dimid_in, no_fill_in, fill_value_in
139 do x = 1, NVARS
[all …]
H A Dftst_vars6.F21 integer NVARS
22 parameter (NVARS = 3)
27 integer ncid, varid(NVARS), dimids(NDIMS)
31 character*(4) var_name(NVARS)
63 do x = 1, NVARS
110 integer NVARS
111 parameter (NVARS = 3)
119 character*(4) var_name(NVARS)
125 integer varid_in(NVARS), dimid_in, no_fill_in, fill_value_in
139 do x = 1, NVARS
[all …]
H A Df03tst_var_szip.F22 integer NVARS
23 parameter (NVARS = 3)
28 integer ncid, varid(NVARS), dimids(NDIMS)
32 character*(4) var_name(NVARS)
66 do x = 1, NVARS
119 integer NVARS
120 parameter (NVARS = 3)
128 character*(4) var_name(NVARS)
134 integer varid_in(NVARS), dimid_in, no_fill_in, fill_value_in
145 if (ndims_in .ne. 1 .or. nvars_in .ne. NVARS .or. ngatts_in .ne. 0
[all …]
H A Dftst_var_szip.F22 integer NVARS
23 parameter (NVARS = 3)
28 integer ncid, varid(NVARS), dimids(NDIMS)
32 character*(4) var_name(NVARS)
66 do x = 1, NVARS
119 integer NVARS
120 parameter (NVARS = 3)
128 character*(4) var_name(NVARS)
134 integer varid_in(NVARS), dimid_in, no_fill_in, fill_value_in
145 if (ndims_in .ne. 1 .or. nvars_in .ne. NVARS .or. ngatts_in .ne. 0
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_parhyp/
H A Dark_diurnal_kry_ph.c328 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
329 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
509 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
524 offsetbuf = ly*NVARS; in BSend()
535 offsetbuf = ly*NVARS; in BSend()
618 offsetbuf = ly*NVARS; in BRecvWait()
659 nvmysub = NVARS*MYSUB; in ucomm()
867 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
902 denseCopy(j, a, NVARS, NVARS); in Precond()
913 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_parhyp/
H A Dark_diurnal_kry_ph.c328 (data->P)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
329 (data->Jbd)[lx][ly] = newDenseMat(NVARS, NVARS); in InitUserData()
509 realtype bufleft[NVARS*MYSUB], bufright[NVARS*MYSUB]; in BSend()
524 offsetbuf = ly*NVARS; in BSend()
535 offsetbuf = ly*NVARS; in BSend()
618 offsetbuf = ly*NVARS; in BRecvWait()
659 nvmysub = NVARS*MYSUB; in ucomm()
867 denseCopy(Jbd[lx][ly], P[lx][ly], NVARS, NVARS); in Precond()
902 denseCopy(j, a, NVARS, NVARS); in Precond()
913 denseScale(-gamma, P[lx][ly], NVARS, NVARS); in Precond()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDMPZ.c39 for(var=0; var < NVARS-1; var++)
204 exps = (int*)MALLOC(NVARS*sizeof(int)); in DMPZcoeffs()
222 for (var=0; var < NVARS; var++) in DMPZdegs()
245 for (i=0; i < NVARS; i++) in DMPZtotal_deg()
261 for (var=0; var < NVARS; var++) in DMPZmindegs()
326 for (var=0; var < NVARS; var++) in DMPZshift_sub()
391 for (var=0; var < NVARS; var++) in DMPZdiv_exact()
438 for (i=0; i < NVARS; i++) in DMPZmul()
455 for (i=0; i < NVARS; i++) in DMPZshift()
471 for (i=0; i < NVARS; i++) in DMPZorder_lex()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDMPZ.c39 for(var=0; var < NVARS-1; var++)
204 exps = (int*)MALLOC(NVARS*sizeof(int)); in DMPZcoeffs()
222 for (var=0; var < NVARS; var++) in DMPZdegs()
245 for (i=0; i < NVARS; i++) in DMPZtotal_deg()
261 for (var=0; var < NVARS; var++) in DMPZmindegs()
326 for (var=0; var < NVARS; var++) in DMPZshift_sub()
391 for (var=0; var < NVARS; var++) in DMPZdiv_exact()
438 for (i=0; i < NVARS; i++) in DMPZmul()
455 for (i=0; i < NVARS; i++) in DMPZshift()
471 for (i=0; i < NVARS; i++) in DMPZorder_lex()
[all …]

1234567891011