Searched refs:Base (Results 1 – 13 of 13) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ ! |
| H A D | Mangling.pm | 532 my $Base = $Value; 537 $Base=~s/\Q$Replace\E/$Type/; 539 if(my $OldNum = $Repl->{$Base}) 553 $Base = $Value; 556 if($Base eq $Type) { 561 $Base=~s/\Q$Type\E/$Replace/; 562 $Repl->{$Base} = $Repl->{$Value}; 1045 my %Base = getType($TypeId, $LVer); 1046 while(defined $Base{"Type"} and $Base{"Type"} eq "Typedef") { 1047 %Base = getOneStepBaseType($Base{"Tid"}, $LVer); [all …]
|
| H A D | GccAst.pm | 1526 my %Base = getBaseType($TemplateInstance{$V}{"Type"}{$TypeId}{$Pos}, $V); 1528 if($Base{"Type"} eq "TemplateParam" 1529 or defined $Base{"Template"}) { 2918 if(my %Base = getBaseType($ParamTypeId, $V)) 2920 if(defined $Base{"Template"}) { 3654 foreach my $Base (keys(%{$Typedef_Tr{$V}})) 3656 if($Typedef_Eq{$V}{$Base}) { 3659 my @Translations = sort keys(%{$Typedef_Tr{$V}{$Base}}); 3662 if(length($Translations[0])<=length($Base)) { 3663 $Typedef_Eq{$V}{$Base} = $Translations[0]; [all …]
|
| H A D | Filter.pm | 637 my %Base = getOneStepBaseType($TypeId, $LVer); 638 if($Base{"Type"}=~/Class|Struct/) 640 if($Type{"Name"} eq $Base{"Name"}) { 645 if($Type{"Name"} eq $Base{"Name"}."::".$1)
|
| H A D | CallConv.pm | 184 my %Base = getOneStepBaseType($Tid, $LVer); 185 my %BaseType = getPureType($Base{"Tid"}, $LVer); 962 my %Base = getOneStepBaseType($Tid, $LVer); 964 if($Base{"Tid"} eq $Tid) 969 return getAlignment_Model($Base{"Tid"}, $LVer);
|
| H A D | XmlDump.pm | 536 if(my $Base = parseTag(\$DataType, "base")) 539 while(my $Class = parseTag(\$Base, "class"))
|
| /petsc/src/snes/tests/output/ ! |
| H A D | ex18f90_1.out | 3 the base class will succeed by printing out Base printout below 5 Base printout
|
| /petsc/src/sys/classes/draw/utils/ ! |
| H A D | axis.c | 109 PetscErrorCode PetscAGetBase(PetscReal vmin, PetscReal vmax, int num, PetscReal *Base, int *power) in PetscAGetBase() argument 140 *Base = base; in PetscAGetBase()
|
| /petsc/include/petsc/private/ ! |
| H A D | vecimpl.h | 415 #define VEC_ASYNC_FN_NAME(Base) "Vec" Base "Async_Private_C" argument 416 #define VecAsyncFnName(Base) VEC_##Base##_ASYNC_FN_NAME argument
|
| /petsc/doc/miscellaneous/ ! |
| H A D | funding.md | 16 - Applied Mathematics Base (Core) funding, 1994-
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ ! |
| H A D | abi-compliance-checker.pl | 1551 my %Base = getBaseType($RetId, $LVer); 1552 if(defined $Base{"Type"} 1553 and $Base{"Type"}=~/Struct|Class/) 1555 my $Name = $TypeInfo{$LVer}{$Base{"Tid"}}{"Name"}; 1563 $ReturnedClass{$LVer}{$Base{"Tid"}} = 1; 1572 if(my %Base = getBaseType($PId, $LVer)) 1574 if($Base{"Type"}=~/Struct|Class/) 1576 $ParamClass{$LVer}{$Base{"Tid"}}{$Symbol} = 1; 1577 foreach my $SubId (getSubClasses($Base{"Tid"}, $LVer, 1))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ ! |
| H A D | Object.pyx | 4 """Base class wrapping a PETSc object.
|
| /petsc/doc/developers/ ! |
| H A D | buildsystem.md | 325 ### Base subsection
|
| /petsc/doc/manual/ ! |
| H A D | getting_started.md | 1090 - `lib/petsc/conf` - Base PETSc configuration files that define the standard
|