Home
last modified time | relevance | path

Searched refs:flg1 (Results 1 – 25 of 93) sorted by relevance

1234

/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dinit.c430 if (!flg1) { in PetscOptionsCheckInitial_Private()
434 if (flg1) { in PetscOptionsCheckInitial_Private()
502 if (flg1) { in PetscOptionsCheckInitial_Private()
511 if (flg1) { in PetscOptionsCheckInitial_Private()
517 if (flg1) { in PetscOptionsCheckInitial_Private()
533 if (flg1) { in PetscOptionsCheckInitial_Private()
607 if (flg1) { in PetscOptionsCheckInitial_Private()
640 if (flg1) { in PetscOptionsCheckInitial_Private()
663 if (flg1) { in PetscOptionsCheckInitial_Private()
768 if (flg1) { in PetscOptionsCheckInitial_Private()
[all …]
H A Dpinit.c1257 if (flg1) { in PetscFinalize()
1275 if (flg1) { in PetscFinalize()
1303 flg1 = PETSC_FALSE; in PetscFinalize()
1305 if (flg1) { in PetscFinalize()
1323 flg1 = PETSC_FALSE; in PetscFinalize()
1325 if (flg1) { in PetscFinalize()
1337 if (flg1) { in PetscFinalize()
1356 if (flg1) { in PetscFinalize()
1384 flg1 = PETSC_FALSE; in PetscFinalize()
1389 if (flg1) { in PetscFinalize()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/tutorials/
H A Dex20.c11 PetscBool flg1,flg2,flga,match; in main() local
20 ierr = PetscOptionsGetInt(NULL,NULL,"-test1",&int1,&flg1);CHKERRQ(ierr); in main()
21 …if (!flg1 || int1 != 1) SETERRQ(PETSC_COMM_WORLD,PETSC_ERR_PLIB,"Unable to locate option test1 or … in main()
30 ierr = PetscOptionsGetInt(NULL,NULL,"-test1",&int1,&flg1);CHKERRQ(ierr); in main()
31 …if (flg1) SETERRQ(PETSC_COMM_WORLD,PETSC_ERR_PLIB,"Able to access test1 from a different options d… in main()
/dports/science/PETSc/petsc-3.14.1/src/sys/fileio/
H A Dfdir.c96 PetscBool flg1, flg2; in PetscRMTree() local
115 ierr = PetscStrcmp(data.name, ".",&flg1);CHKERRQ(ierr); in PetscRMTree()
117 if (flg1 || flg2) continue; in PetscRMTree()
137 PetscBool flg1, flg2; in PetscRMTree() local
152 ierr = PetscStrcmp(data->d_name, ".",&flg1);CHKERRQ(ierr); in PetscRMTree()
154 if (flg1 || flg2) continue; in PetscRMTree()
/dports/science/PETSc/petsc-3.14.1/src/sys/error/
H A Derrstop.c36 PetscBool flg1 = PETSC_FALSE,flg2 = PETSC_FALSE,flg3 = PETSC_FALSE; in PetscMPIAbortErrorHandler() local
48 PetscOptionsGetBool(NULL,NULL,"-malloc_dump",&flg1,NULL); in PetscMPIAbortErrorHandler()
54 if (flg1) PetscMallocDump(stdout); in PetscMPIAbortErrorHandler()
H A Derrtrace.c170 PetscBool flg1 = PETSC_FALSE,flg2 = PETSC_FALSE,flg3 = PETSC_FALSE; in PetscTraceBackErrorHandler() local
190 PetscOptionsGetBool(NULL,NULL,"-malloc_dump",&flg1,NULL); in PetscTraceBackErrorHandler()
196 if (flg1) PetscMallocDump(stdout); in PetscTraceBackErrorHandler()
/dports/science/PETSc/petsc-3.14.1/src/mat/color/impls/minpack/
H A Dcolor.c58 PetscBool flg1,flg2; in MatColoringApply_SL() local
63 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATSEQBAIJ,&flg1);CHKERRQ(ierr); in MatColoringApply_SL()
65 if (flg1 || flg2) { in MatColoringApply_SL()
169 PetscBool flg1,flg2; in MatColoringApply_LF() local
174 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATSEQBAIJ,&flg1);CHKERRQ(ierr); in MatColoringApply_LF()
176 if (flg1 || flg2) { in MatColoringApply_LF()
279 PetscBool flg1,flg2; in MatColoringApply_ID() local
284 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATSEQBAIJ,&flg1);CHKERRQ(ierr); in MatColoringApply_ID()
286 if (flg1 || flg2) { in MatColoringApply_ID()
/dports/science/PETSc/petsc-3.14.1/src/mat/color/impls/natural/
H A Dnatural.c10 PetscBool flg1,flg2; in MatColoringApply_Natural() local
20 ierr = PetscObjectTypeCompare((PetscObject)mat,MATSEQBAIJ,&flg1);CHKERRQ(ierr); in MatColoringApply_Natural()
22 if (flg1 || flg2) { in MatColoringApply_Natural()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/rowscalingviennacl/
H A Drowscalingviennacl.cxx92 PetscBool flg1,flg2; in PCApply_ROWSCALINGVIENNACL() local
98 ierr = PetscObjectTypeCompare((PetscObject)x,VECSEQVIENNACL,&flg1);CHKERRQ(ierr); in PCApply_ROWSCALINGVIENNACL()
100 …if (!(flg1 && flg2)) SETERRQ(PetscObjectComm((PetscObject)pc),PETSC_ERR_SUP, "Currently only handl… in PCApply_ROWSCALINGVIENNACL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/chowiluviennacl/
H A Dchowiluviennacl.cxx92 PetscBool flg1,flg2; in PCApply_CHOWILUVIENNACL() local
98 ierr = PetscObjectTypeCompare((PetscObject)x,VECSEQVIENNACL,&flg1);CHKERRQ(ierr); in PCApply_CHOWILUVIENNACL()
100 …if (!(flg1 && flg2)) SETERRQ(PetscObjectComm((PetscObject)pc),PETSC_ERR_SUP, "Currently only handl… in PCApply_CHOWILUVIENNACL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/saviennacl/
H A Dsaviennacl.cxx94 PetscBool flg1,flg2; in PCApply_SAVIENNACL() local
100 ierr = PetscObjectTypeCompare((PetscObject)x,VECSEQVIENNACL,&flg1);CHKERRQ(ierr); in PCApply_SAVIENNACL()
102 …if (!(flg1 && flg2)) SETERRQ(PetscObjectComm((PetscObject)pc),PETSC_ERR_SUP, "Currently only handl… in PCApply_SAVIENNACL()
/dports/math/aribas/aribas-1.64/src/
H A Darray.c375 int flg, flg1; local
395 if(flg1 == fCHARACTER || flg1 == fFIXNUM) {
486 int flg, flg1; in Srealloc() local
540 if(flg1 == fCHARACTER || flg1 == fFIXNUM) { in Srealloc()
1011 int flg, flg1; local
1021 flg1 = *FLAGPTR(ptr);
1022 if(flg1 == fFIXNUM) {
1138 int flg1, flg2; in arrcompat()
1140 if(flg1 < fVECTLIKE0 && flg1 > fVECTLIKE1)
1800 int flg1, vergl; local
[all …]
H A Darith.c611 if(flg1 == aERROR)
617 if(flg < flg1)
618 flg = flg1;
2418 int flg, flg1; local
2423 if(flg1 >= fFIXNUM)
2424 return (flg1 >= flg ? flg1 : flg);
2437 int flg, flg1; local
2445 if(flg1 >= fFIXNUM || flg1 == fGF2NINT) { /* swap args */
2455 if(flg1 == flg)
2463 if(flg1 >= fFIXNUM) {
[all …]
H A Daritz.c1660 int flg1, flg2; local
1663 flg1 = *FLAGPTR(argptr);
1670 if(flg1 != aERROR)
1675 return (flg1 >= flg2 ? flg1 : flg2);
1682 int flg1, flg2; local
1693 if(flg1 != aERROR)
1698 if(flg1 != aERROR)
1704 return (flg1 >= flg2 ? flg1 : flg2);
1711 int flg1, flg2; local
1721 if(flg1 != aERROR)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/order/
H A Dsorder.c172 …,isseqdense,ismpidense,ismpiaij,ismpibaij,ismpisbaij,ismpiaijcusparse,iselemental,isscalapack,flg1; in MatGetOrdering() local
181 ierr = PetscStrcmp(type,MATORDERINGEXTERNAL,&flg1);CHKERRQ(ierr); in MatGetOrdering()
182 if (flg1) { in MatGetOrdering()
188 ierr = PetscStrcmp(type,MATORDERINGNATURAL_OR_ND,&flg1);CHKERRQ(ierr); in MatGetOrdering()
189 if (flg1) { in MatGetOrdering()
/dports/science/PETSc/petsc-3.14.1/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m113 PetscBool flg1,flg2;
116 ierr = PetscStrncmp(str, "./ex19", 6, &flg1);
118 if (flg1) {
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/power_grid/
H A Dex3.c52 PetscBool ensemble = PETSC_FALSE,flg1,flg2; in main() local
106 ierr = PetscOptionsRealArray("-u","Initial solution","",u,&n,&flg1);CHKERRQ(ierr); in main()
112 if (flg1 || flg2) { in main()
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatnull.c413 PetscBool flg1 = PETSC_FALSE,flg2 = PETSC_FALSE,consistent = PETSC_TRUE; in MatNullSpaceTest() local
420 …ject)sp)->options,((PetscObject)mat)->prefix,"-mat_null_space_test_view",&flg1,NULL);CHKERRQ(ierr); in MatNullSpaceTest()
438 if (flg1) { in MatNullSpaceTest()
446 if (!consistent && flg1) {ierr = VecView(r,viewer);CHKERRQ(ierr);} in MatNullSpaceTest()
455 if (flg1) { in MatNullSpaceTest()
464 if (!consistent && flg1) {ierr = VecView(l,viewer);CHKERRQ(ierr);} in MatNullSpaceTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp79 std::once_flag flg1; variable
83 std::call_once(flg1, init1(), 1); in f1()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp79 std::once_flag flg1; variable
83 std::call_once(flg1, init1(), 1); in f1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp79 std::once_flag flg1; variable
83 std::call_once(flg1, init1(), 1); in f1()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp79 std::once_flag flg1; variable
83 std::call_once(flg1, init1(), 1); in f1()
/dports/science/PETSc/petsc-3.14.1/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m161 PetscBool flg1,flg2,flg3,flg4;
164 ierr = PetscStrncmp(str, "./ex19", 6, &flg1);
168 if (flg1) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp80 std::once_flag flg1; variable
84 std::call_once(flg1, init1(), 1); in f1()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp85 std::once_flag flg1; variable
89 std::call_once(flg1, init1(), 1); in f1()

1234