Home
last modified time | relevance | path

Searched refs:flg2 (Results 1 – 25 of 97) sorted by relevance

1234

/dports/math/gap/gap-4.11.0/pkg/fining/examples/gap/
H A Ddiagram_random.g11 flg2:=RandomFlag(cg);
12 Type(flg2);
13 IsChamberOfIncidenceStructure(flg2);
15 Display(flg2);
/dports/science/PETSc/petsc-3.14.1/src/sys/fileio/
H A Dfdir.c96 PetscBool flg1, flg2; in PetscRMTree() local
116 ierr = PetscStrcmp(data.name, "..",&flg2);CHKERRQ(ierr); in PetscRMTree()
117 if (flg1 || flg2) continue; in PetscRMTree()
137 PetscBool flg1, flg2; in PetscRMTree() local
153 ierr = PetscStrcmp(data->d_name, "..",&flg2);CHKERRQ(ierr); in PetscRMTree()
154 if (flg1 || flg2) continue; in PetscRMTree()
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Ddiagram_random.include23 gap> flg2:=RandomFlag(cg);
27 gap> Type(flg2);
29 gap> IsChamberOfIncidenceStructure(flg2);
33 gap> Display(flg2);
/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
49 PetscOptionsGetBool(NULL,NULL,"-malloc_view",&flg2,NULL); in PetscMPIAbortErrorHandler()
51 if (flg2 || flg3) PetscMallocView(stdout); in PetscMPIAbortErrorHandler()
H A Derrtrace.c170 PetscBool flg1 = PETSC_FALSE,flg2 = PETSC_FALSE,flg3 = PETSC_FALSE; in PetscTraceBackErrorHandler() local
191 PetscOptionsGetBool(NULL,NULL,"-malloc_view",&flg2,NULL); in PetscTraceBackErrorHandler()
193 if (flg2 || flg3) PetscMallocView(stdout); in PetscTraceBackErrorHandler()
/dports/science/PETSc/petsc-3.14.1/src/dm/tests/
H A Dex33.c14 PetscBool flg2,flg3,isbinary,mpiio; in main() local
44 ierr = PetscOptionsHasName(NULL,NULL,"-oned",&flg2);CHKERRQ(ierr); in main()
45 ierr = PetscOptionsHasName(NULL,NULL,"-twod",&flg2);CHKERRQ(ierr); in main()
53 if (flg2) { in main()
84 if (flg2) { in main()
116 … ierr = PetscPrintf(PETSC_COMM_WORLD," dimension %d\n",1 + (int) flg2 + (int) flg3);CHKERRQ(ierr); in main()
H A Dex23.c12 PetscBool flg2,flg3,native = PETSC_FALSE; in main() local
38 ierr = PetscOptionsHasName(NULL,NULL,"-one",&flg2);CHKERRQ(ierr); in main()
39 ierr = PetscOptionsHasName(NULL,NULL,"-two",&flg2);CHKERRQ(ierr); in main()
41 if (flg2) { in main()
101 … ierr = PetscPrintf(PETSC_COMM_WORLD," dimension %d\n",1 + (int) flg2 + (int) flg3);CHKERRQ(ierr); in main()
111 … ierr = PetscPrintf(PETSC_COMM_WORLD," dimension %d\n",1 + (int) flg2 + (int) flg3);CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/src/sys/tutorials/
H A Dex20.c11 PetscBool flg1,flg2,flga,match; in main() local
28 ierr = PetscOptionsGetInt(NULL,NULL,"-test2",&int2,&flg2);CHKERRQ(ierr); in main()
29 …if (!flg2 || int2 != 2) SETERRQ(PETSC_COMM_WORLD,PETSC_ERR_PLIB,"Unable to locate option test2 or … in main()
/dports/science/PETSc/petsc-3.14.1/src/mat/color/impls/minpack/
H A Dcolor.c58 PetscBool flg1,flg2; in MatColoringApply_SL() local
64 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATMPIBAIJ,&flg2);CHKERRQ(ierr); in MatColoringApply_SL()
65 if (flg1 || flg2) { in MatColoringApply_SL()
169 PetscBool flg1,flg2; in MatColoringApply_LF() local
175 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATMPIBAIJ,&flg2);CHKERRQ(ierr); in MatColoringApply_LF()
176 if (flg1 || flg2) { in MatColoringApply_LF()
279 PetscBool flg1,flg2; in MatColoringApply_ID() local
285 ierr = PetscObjectBaseTypeCompare((PetscObject)mat,MATMPIBAIJ,&flg2);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
21 ierr = PetscObjectTypeCompare((PetscObject)mat,MATMPIBAIJ,&flg2);CHKERRQ(ierr); in MatColoringApply_Natural()
22 if (flg1 || flg2) { in MatColoringApply_Natural()
/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.cpp95 std::once_flag flg2; variable
99 std::call_once(flg2, init2(), 2, 3); in f2()
100 std::call_once(flg2, init2(), 4, 5); in f2()
/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.cpp95 std::once_flag flg2; variable
99 std::call_once(flg2, init2(), 2, 3); in f2()
100 std::call_once(flg2, init2(), 4, 5); in f2()
/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.cpp95 std::once_flag flg2; variable
99 std::call_once(flg2, init2(), 2, 3); in f2()
100 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp95 std::once_flag flg2; variable
99 std::call_once(flg2, init2(), 2, 3); in f2()
100 std::call_once(flg2, init2(), 4, 5); in f2()
/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.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp101 std::once_flag flg2; variable
105 std::call_once(flg2, init2(), 2, 3); in f2()
106 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp96 std::once_flag flg2; variable
100 std::call_once(flg2, init2(), 2, 3); in f2()
101 std::call_once(flg2, init2(), 4, 5); in f2()
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dpinit.c567 if (flg2) { in PetscInitializeSAWs()
1209 PetscBool flg1 = PETSC_FALSE,flg2 = PETSC_FALSE,flg3 = PETSC_FALSE; in PetscFinalize() local
1313 if (!flg2) { in PetscFinalize()
1314 flg2 = PETSC_FALSE; in PetscFinalize()
1317 if (flg2) { in PetscFinalize()
1379 if (flg1 || flg2) {ierr = PetscLogDump(mname);CHKERRQ(ierr);} in PetscFinalize()
1393 flg2 = PETSC_FALSE; in PetscFinalize()
1399 if (flg2) { in PetscFinalize()
1415 if (!flg2 && flg1) { /* have not yet printed the options */ in PetscFinalize()
1499 flg2 = PETSC_FALSE; in PetscFinalize()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/rowscalingviennacl/
H A Drowscalingviennacl.cxx92 PetscBool flg1,flg2; in PCApply_ROWSCALINGVIENNACL() local
99 ierr = PetscObjectTypeCompare((PetscObject)y,VECSEQVIENNACL,&flg2);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
99 ierr = PetscObjectTypeCompare((PetscObject)y,VECSEQVIENNACL,&flg2);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
101 ierr = PetscObjectTypeCompare((PetscObject)y,VECSEQVIENNACL,&flg2);CHKERRQ(ierr); in PCApply_SAVIENNACL()
102 …if (!(flg1 && flg2)) SETERRQ(PetscObjectComm((PetscObject)pc),PETSC_ERR_SUP, "Currently only handl… in PCApply_SAVIENNACL()

1234