| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | ElfTools.pm | 46 my @Info = split(/\s+/, $_[0]); 50 shift(@Info); # spaces 51 shift(@Info); # num 53 if($#Info==7) 55 if($Info[7]=~/\(\d+\)/) { 56 pop(@Info); 60 if($#Info!=6) 64 return () if(not defined $ELF_TYPE{$Info[2]} and $Info[5] ne "UND"); 65 return () if(not defined $ELF_BIND{$Info[3]}); 66 return () if(not defined $ELF_VIS{$Info[4]}); [all …]
|
| H A D | GccAst.pm | 295 my $Info = $_[0]; 298 if(defined $Info->{"Memb"}) 300 foreach my $Pos (keys(%{$Info->{"Memb"}})) 302 if(defined $Info->{"Memb"}{$Pos}{"type"}) { 303 checkTypeInfo($Info->{"Memb"}{$Pos}{"type"}); 307 if(defined $Info->{"Base"}) 309 foreach my $Bid (keys(%{$Info->{"Base"}})) { 313 if(defined $Info->{"BaseType"}) { 314 checkTypeInfo($Info->{"BaseType"}); 316 if(defined $Info->{"TParam"}) [all …]
|
| H A D | SysFiles.pm | 226 my $Info = `$Cmd $Opt 2>\"$TmpDir/null\"`; 227 if($Info) { 727 my $Info = `$GccPath --version`; 729 if($Info=~/gcc\s+(|\([^()]+\)\s+)(\d+\.\d+\.\d+)/) 738 my $Info = `$GccPath --version`; 740 if($Info=~/clang/i) {
|
| H A D | XmlDump.pm | 777 my ($CodeRef, $Tag, $Info) = @_; 779 or not $Info) { 792 $Info->{$K} = xmlSpecChars_R($V);
|
| H A D | TUDump.pm | 583 my $Info = `$CTags --version 2>\"$TmpDir/null\"`; 584 if($Info!~/universal|exuberant/i)
|
| H A D | ABIDump.pm | 698 elsif(my @Info = readline_ELF($_)) 700 my ($Ndx, $Symbol) = ($Info[5], $Info[6]);
|
| /petsc/src/sys/tests/output/ |
| H A D | ex30_3.out | 4 Info: Setting object state for testing purposes with 1 self-referenti 6 No Info
|
| /petsc/src/mat/graphops/order/amd/ |
| H A D | amd.c | 25 double Control[AMD_CONTROL], Info[AMD_INFO]; in MatGetOrdering_AMD() local 52 status = amd_AMD_order(nrow, ia, ja, perm, Control, Info); in MatGetOrdering_AMD() 62 amd_info(Info); in MatGetOrdering_AMD()
|
| /petsc/src/mat/impls/aij/seq/umfpack/ |
| H A D | umfpack.c | 82 double Info[UMFPACK_INFO], Control[UMFPACK_CONTROL], *W; member 134 …, (PetscReal *)xa, NULL, (PetscReal *)ba, NULL, lu->Numeric, lu->Control, lu->Info, lu->Wi, lu->W); in MatSolve_UMFPACK_Private() 136 …status = umfpack_UMF_wsolve(uflag, ai, aj, av, xa, ba, lu->Numeric, lu->Control, lu->Info, lu->Wi,… in MatSolve_UMFPACK_Private() 138 umfpack_UMF_report_info(lu->Control, lu->Info); in MatSolve_UMFPACK_Private() 179 …umfpack_UMF_numeric(ai, aj, (double *)av, NULL, lu->Symbolic, &lu->Numeric, lu->Control, lu->Info); in MatLUFactorNumeric_UMFPACK() 181 status = umfpack_UMF_numeric(ai, aj, av, lu->Symbolic, &lu->Numeric, lu->Control, lu->Info); in MatLUFactorNumeric_UMFPACK() 287 …status = umfpack_UMF_qsymbolic(n, m, ai, aj, av, lu->perm_c, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK() 289 … umfpack_UMF_qsymbolic(n, m, ai, aj, NULL, NULL, lu->perm_c, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK() 293 status = umfpack_UMF_symbolic(n, m, ai, aj, av, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK() 295 status = umfpack_UMF_symbolic(n, m, ai, aj, NULL, NULL, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK() [all …]
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex37_nozzle_step.out | 3 STEP Reader Info: Using millimetre 19 EGADS Info: 0 Objects, 0 Reference in Use (of 393) at Close!
|
| H A D | ex37_nozzle_iges.out | 4 EGADS Info: Import Model has 2 C0 Edges & 0 C0 Faces! 20 EGADS Info: 0 Objects, 0 Reference in Use (of 393) at Close!
|
| H A D | ex37_nozzle_egads.out | 17 EGADS Info: 0 Objects, 0 Reference in Use (of 393) at Close!
|
| H A D | ex37_sphere_step.out | 2 STEP Reader Info: Using METRE 616 EGADS Info: 0 Objects, 0 Reference in Use (of 319) at Close!
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/ |
| H A D | InfoPlist.strings | 1 /* Localized versions of Info.plist keys */
|
| /petsc/config/BuildSystem/ |
| H A D | help.py | 7 class Info(logger.Logger): class 74 class Help(Info): 78 Info.__init__(self, argDB)
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/ |
| H A D | project.pbxproj | 27 …* PETSc cocoa example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml;… 104 D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */, 306 INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist"; 321 INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
|
| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | project.pbxproj | 35 …47090 /* examples-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = t… 112 8D1107310486CEB800E47090 /* examples-Info.plist */, 214 INFOPLIST_FILE = "examples-Info.plist"; 238 INFOPLIST_FILE = "examples-Info.plist";
|
| H A D | barrysmith.pbxuser | 170 8D1107310486CEB800E47090 /* examples-Info.plist */ = { 489 fRef = 8D1107310486CEB800E47090 /* examples-Info.plist */; 494 name = "/Users/barrysmith/Src/petsc-dev/xcode/iphone/iphone-Info.plist";
|
| /petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/ |
| H A D | project.pbxproj | 35 …47090 /* examples-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = t… 117 8D1107310486CEB800E47090 /* examples-Info.plist */, 218 INFOPLIST_FILE = "examples-Info.plist"; 240 INFOPLIST_FILE = "examples-Info.plist";
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeframework | 43 cat <<EOF > Info.plist
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makeframework | 39 cat <<EOF > Info.plist
|
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex18_sphere_shapeMod.out | 2 STEP Reader Info: Using METRE 333 EGADS Info: 0 Objects, 0 Reference in Use (of 934) at Close!
|
| H A D | ex19_minSA.out | 2 STEP Reader Info: Using METRE 364 EGADS Info: 0 Objects, 0 Reference in Use (of 934) at Close!
|
| H A D | ex17_cylinder_egads.out | 144 EGADS Info: 0 Objects, 0 Reference in Use (of 93) at Close!
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | INSTALL | 69 5. Info-ZIP 3.0 (zip, unzip)
|