Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 113) sorted by relevance

12345

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DBasic.pm47 my ($Path, $Content) = @_;
60 my ($Path, $Content) = @_;
73 my $Path = $_[0];
89 if(defined $Cache{"getFilename"}{$_[0]}) {
90 return $Cache{"getFilename"}{$_[0]};
92 if($_[0] and $_[0]=~/([^\/\\]+)[\/\\]*\Z/) {
93 return ($Cache{"getFilename"}{$_[0]}=$1);
95 return ($Cache{"getFilename"}{$_[0]}="");
100 if(defined $Cache{"getDirname"}{$_[0]}) {
101 return $Cache{"getDirname"}{$_[0]};
[all …]
H A DUtils.pm27 my %IntrinsicKeywords = map {$_=>1} (
52 my $V = $_[0];
67 $Path = shift(@_);
68 if(@_) {
69 $Type = shift(@_);
71 if(@_) {
72 $Name = shift(@_);
74 if(@_) {
75 $MaxDepth = shift(@_);
77 if(@_) {
[all …]
H A DGccAst.pm126 my %IntrinsicNames = map {$_=>1} (
160 my %DefaultStdArgs = map {$_=>1} (
195 $SymbolInfo{$_} = $In::ABI{$_}{"SymbolInfo"};
196 $TypeInfo{$_} = $In::ABI{$_}{"TypeInfo"};
197 $TName_Tid{$_} = $In::ABI{$_}{"TName_Tid"};
202 my ($LVer, $DumpPath) = @_;
223 if($Lines[$_]=~/\A\@(\d+)[ ]+([a-z_]+)[ ]+(.+)\Z/i)
231 delete($Lines[$_]);
295 my $Info = $_[0];
362 my $Tid = $_[0];
[all …]
H A DLogging.pm58 my ($Code, $Msg) = @_;
64 return $ERROR_CODE{$_[0]};
70 return $CODE_ERROR{$_[0]};
75 my ($Type, $Msg) = @_;
99 my $LVer = $_[0];
121 my $LVer = $_[0];
128 return $DEBUG_DIR{$_[0]};
132 return $DEBUG_DIR{$_[0]}."/extra-info";
137 my ($LVer, $Msg) = @_;
145 my $LVer = $_[0];
[all …]
H A DMangling.pm134 my ($InfoId, $Compiler, $LVer) = @_;
150 my ($InfoId, $LVer) = @_;
156 my ($InfoId, $LVer) = @_;
303 my $Name = $_[0];
324 my $Name = $_[0];
337 my ($Name, $LVer, $Repl) = @_;
360 my ($PTid, $LVer, $Repl) = @_;
403 push(@TParams, $BaseType{"TParam"}{$_}{"name"});
479 my ($TParam, $LVer, $Repl) = @_;
506 my ($Value, $Repl, $Rec) = @_;
[all …]
H A DSysFiles.pm29 my %BinUtils = map {$_=>1} (
38 my %GlibcHeader = map {$_=>1} (
93 my %GlibcDir = map {$_=>1} (
104 my %WinHeaders = map {$_=>1} (
116 my %ObsoleteHeaders = map {$_=>1} (
121 my %AlienHeaders = map {$_=>1} (
138 my %ConfHeaders = map {$_=>1} (
147 my %LocalIncludes = map {$_=>1} (
217 my $Cmd = $_[0];
236 my $Name = $_[0];
[all …]
H A DFilter.pm29 my ($Symbol, $SInfo, $Type, $Level, $LVer) = @_;
188 my ($Symbol, $SInfo, $Level, $LVer) = @_;
315 my ($Symbol, $RunWith, $Deps) = @_;
330 my ($Symbol, $RunWith, $Where) = @_;
379 my $Symbol = $_[0];
384 return (isTemplateInstance(@_) and not isTemplateSpec(@_));
389 my ($SInfo, $LVer) = @_;
413 my ($SInfo, $LVer) = @_;
430 my ($Path, $LVer) = @_;
446 return ($Cache{"skipHeader"}{$LVer}{$Path} = skipHeader_I(@_));
[all …]
H A DCallConv.pm51 my ($Tid, $LVer) = @_;
172 my ($Tid, $LVer) = @_;
233 … $SubClasses{$Offset}{"Elems"}{$_} = joinFields($MName, $SubClasses{$Offset}{"Elems"}{$_});
288 my ($Arch, $PreClasses) = @_;
333 $PostClasses{$Offset1}{"Elems"}{$Offset1+$_} = $PreClasses->{$Offset1}{"Elems"}{$_};
336 $PostClasses{$Offset1}{"Elems"}{$Offset2+$_} = $PreClasses->{$Offset2}{"Elems"}{$_};
356 my ($F1, $F2) = @_;
367 return callingConvention_R_I_Model(@_, 1);
372 my ($SInfo, $LVer, $Target) = @_;
393 … $Classes{$Offset}{"Elems"}{$_} = joinFields(".result", $Classes{$Offset}{"Elems"}{$_});
[all …]
H A DPath.pm28 my $Path = shift(@_);
30 if(@_) {
31 $Fmt = shift(@_);
53 my $Path = $_[0];
62 my $Path = $_[0];
68 my $Path = $_[0];
88 return join($S, @_);
H A DTypeAttr.pm39 my $LVer = $_[0];
47 my ($TypeName, $LVer) = @_;
53 my ($TypeId, $LVer) = @_;
66 my ($TypeId, $LVer, $Type_Type) = @_;
91 my ($TypeId, $LVer) = @_;
111 my ($TypeId, $LVer) = @_;
137 my ($TypeId, $LVer) = @_;
156 my ($TypeId, $LVer) = @_;
181 my ($TypeId, $LVer) = @_;
191 my ($TypeId, $LVer) = @_;
[all …]
H A DABIDump.pm42 my $LVer = $_[0];
159 my $LVer = $_[0];
208 $KnownLibs{$_} = 1;
209 my ($Dir, $Name) = sepPath($_);
211 if(not grep {$Dir eq $_} (@{$In::Opt{"SysPaths"}{"lib"}})) {
239 my ($LVer, $Lib_Path, $IsNeededLib, $Weak, $Deps, $Vers) = @_;
482 if(index($_, "'.dynsym'")!=-1)
489 elsif(index($_, "'.symtab'")!=-1)
495 if(my ($Value, $Size, $Type, $Bind, $Vis, $Ndx, $Symbol) = readline_ELF($_))
642 my $Path = $_[0];
[all …]
H A DElfTools.pm27 my %ELF_BIND = map {$_=>1} (
32 my %ELF_TYPE = map {$_=>1} (
39 my %ELF_VIS = map {$_=>1} (
46 my @Info = split(/\s+/, $_[0]);
88 my $Path = $_[0];
116 my $Path = $_[0];
223 my $LVer = $_[0];
H A DSysCheck.pm38 my ($SPath1, $SPath2) = @_;
98 if(my ($LFName, $Soname) = split(/;/, $_))
108 if(my ($LFName, $Soname) = split(/;/, $_))
119 if(my ($LFName, $V) = split(/;/, $_)) {
125 if(my ($LFName, $V) = split(/;/, $_)) {
548 my $Kind = $_."_interfaces";
552 $STAT{$Comp}{$Kind} += $TestResults{$LName}{$Comp}{$_};
573 $STAT{$Comp}{$_} += $TestResults{$LName}{$Comp}{$_};
596 @{$META_DATA{$Comp}} = ($_.":".$STAT{$Comp}{$_}, @{$META_DATA{$Comp}});
932 if($_[0] eq "") {
[all …]
H A DTUDump.pm25 my %C_Structure = map {$_=>1} (
99 my %CppKeywords_C = map {$_=>1} (
143 my %CppKeywords_F = map {$_=>1} (
152 my %CppKeywords_O = map {$_=>1} (
159 my %CppKeywords_A = map {$_=>1} (
168 $CppKeywords_A{$_}=1;
171 my %IntrinsicKeywords = map {$_=>1} (
217 my $LVer = $_[0];
248 if(not grep {$HPath eq $_} (@{$In::Desc{$LVer}{"Include_Preamble"}})) {
436 if(not grep {$Path eq $_} (@{$In::Desc{$LVer}{"Include_Preamble"}}))
[all …]
/petsc/src/binding/petsc4py/docs/source/_templates/autosummary/
H A Dmodule.rst10 .. rubric:: {{ _('Classes') }}
21 .. rubric:: {{ _('Exceptions') }}
32 .. rubric:: {{ _('Functions') }}
43 .. rubric:: {{ _('Attributes') }}
54 .. rubric:: {{ _('Modules') }}
/petsc/src/snes/tutorials/
H A Dbuild.zig20 … var path = std.fs.path.join(std.heap.c_allocator, &[_][] const u8 { PETSC_DIR,PETSC_ARCH,"lib"});
21 …if (path) |value| {exe.addLibPath(value);} else |_| {std.debug.print("Error bad path: {s}\n", .{p…
22 if (path) |value| {exe.addRPath(value);} else |_| {}
24 path = std.fs.path.join(std.heap.c_allocator, &[_][] const u8 { PETSC_DIR,"include"});
25 if (path) |value| {exe.addIncludeDir(value);} else |_| {}
26 … path = std.fs.path.join(std.heap.c_allocator, &[_][] const u8 { PETSC_DIR,PETSC_ARCH,"include"});
27 if (path) |value| {exe.addIncludeDir(value);} else |_| {}
/petsc/share/petsc/datafiles/meshes/
H A Dgmsh-3d-binary-32.msh36 ���T���U���V���W���X���Y���Z���[���\���]���^���_���`���^������?�������?^������?������?�������?���…
56_���+���D���W���_���*���E���*���\���W���F���+���_���,���G���,���_���V���H���V���`���,���I���T���Y�…
58 ��� ���f���]��� ���c���f���^���c��� ���j���_���
60 …{���A���|�������B���{���>���}�������U���{���Z�����������o���v���{�����������_���{���U���|�������5�…
62_���{���&��B���r���:���{���'��Z���V���r���{���(��<���?���K���}���)��K���t���q���}���*��d���h�…
H A Dmesh-3d-box-innersphere_bin.msh11 …^s�̠���m�ȿ+��������~���x� ᧿�u����?,���x�ҝ(��1���������7���ο-����� =��_?����S2ϿGC�b*|�?.����…
12 �*��?�Q���k�?U L�\ο8���_[f���?�R�}��˿��a��ͤ�9����O�$A��?(Jeܱ��?gz�j-E�?:�������׿ƿ �6|zƿ��
17 …\����������?������࿨�����ʿ]����b���̿��������b���̿^���0����RͿ�������0����R�?_����������<�������>��…
19 �g�?�-�)��?����(${9��?|���}��?�@S>�K�?������_/���?I�C`�v�?s>GPm%ӿ�����v���)�?�xI!��?���۵�?�����…
26_���������������/������ ������^���_������������0������ ������_���[������������1����…
56 ������������]������ ������r���������������^������ ���r���o���������������_������ ���…
96 …n��������������������������R���W���=��������������������������2���_���[��������������…
H A Dsquare_periodic_bin.msh17 …�/��"@�%�`b-@��������]���l�+��@�8ܒ!@��������^���xє��@��s+E!@��������_���S�GD~:@䭓���@����…
18 @&=R��@��������a��������@�oqr@��������b���/f��_@�#����@��������c����R�41@����
34_������������.�������������j���K������������/����������������J������������0��������…
35_���D������������X�������������Y���6������������Y����������#���Q���B������������Z�����…
38_�����������������������'���k���g�����������������������C���c���^���������������������…
H A Dgmsh-3d-binary-64.msh33 �������T�������U�������V�������W�������X�������Y�������Z�������[�������\�������]�������^�������_���…
48 …�����������,��������������^�������*�������-��������������_��������������.��������������_�����…
50_��������������:��������������\��������������;�������X�������\��������������<��������������`�…
52 ������� �������f�������]������� �������d�������f�������^�������d������� �������k�������_�������
54_�������y�������9�������}���������������m�������D�������^�������{���������������w�������R�������8�…
55 ������W�������_�������1�������}������� ������=�������K�������E�������|������� ������;�������D���…
H A Dgmsh-3d-binary.msh247 …U��?�������?�������?]����������?�������?�MUUU��?^��������?�������?�0 �0�?_����0 �0�?�������?…
61_���$������������>������(���$���_���U������������?������(���U���[���$������������@����…
63 ��� ���g������������]������2��� ���e���g������������^������2���e��� ���k������������_���…
65 …��������������������d���I�������N�����������������������d���V������_������������������…
67_����������������>�����d���e���<���?����������������?�����d���R���#���0���J����������…
/petsc/doc/tutorials/
H A Dguide_to_examples_by_physics.md21 > :2D: `SNES example 5 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex5.c.html>`_
22 > :3D: `KSP example 45 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex45.c.html>`_
28 > :2D: `SNES example 12 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex12.c.html>`_
29 > :3D: `SNES example 12 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex12.c.html>`_
57 :2D: `SNES example 17 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex17.c.html>`_
58 :3D: `SNES example 17 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex17.c.html>`_
59 :3D: `SNES example 56 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex56.c.html>`_
106 > :2D: `TS example 45 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex45.c.html>`_
107 > :3D: `TS example 45 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex45.c.html>`_
125 > :2D: `TS example 46 <PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex46.c.html>`_
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl239 return File::Spec->catfile(@_);
243 return File::Spec->file_name_is_absolute($_[0]);
248 my ($From, $To) = @_;
252 $Files{$File::Find::dir."/$_"} = 1 if($_ ne ".");
276 my $Path = $_[0];
288 my ($Path, $Content) = @_;
H A Dabi-compliance-checker.pl963 my $Name = $_[0];
979 my ($Module, $Name) = @_;
989 my ($Symbol, $LVer) = @_;
1019 my ($TypeName, $LVer) = @_;
1043 my ($Symbol, $LVer) = @_;
1072 my $N = $_[0];
1078 my ($Symbol, $LVer) = @_;
1084 my ($Symbol, $LVer, $Kind) = @_;
1409 my ($TName, $Member) = @_;
1427 my $LVer = $_[0];
[all …]
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dmakefile16 build: ${MODULE}.py _${MODULE}.so
22 ${MODULE}.py _${MODULE}.so: ${MODULE}.i ${MODULE}.c ${MODULE}.h
29 ${RM} ${MODULE}.py _${MODULE}*.so

12345