Searched refs:Value (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/mat/utils/ |
| H A D | pheap.c | 32 #define Value(h, loc) ((h)->base[loc].value) macro 39 val = Value(h, loc); in Swap() 41 h->base[loc].value = Value(h, loc2); in Swap() 53 PetscInt val = Value(h, left); in MinChild() 91 while ((void)(par = Parent(loc)), Value(h, par) > val) { in PetscHeapAdd() 116 h->base[1].value = Value(h, loc); in PetscHeapPop() 120 while ((chld = MinChild(h, loc)) && Value(h, loc) > Value(h, chld)) { in PetscHeapPop() 156 PetscInt id = Id(h, h->stash), value = Value(h, h->stash); in PetscHeapUnstash()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Mangling.pm | 506 my ($Value, $Repl, $Rec) = @_; 509 my @Subs = ($Value); 510 while($Value=~s/\A(R|P|K)//) { 511 push(@Subs, $Value); 518 if($Value=~/\AS(\d*)_\Z/) { 521 $Value=~s/\AN(.+)E\Z/$1/g; 522 if(defined $Repl->{$Value}) { 525 if(length($Value)<=1) { 528 if($StdcxxMangling{$Value}) { 532 my $Base = $Value; [all …]
|
| H A D | Basic.pm | 144 my ($Name, $Value) = ($1, $2); 145 $Attributes{$Name} = $Value; 351 my ($Stack, $Value) = @_; 352 return (grep {$_ eq $Value} @{$Stack});
|
| H A D | ABIDump.pm | 495 if(my ($Value, $Size, $Type, $Bind, $Vis, $Ndx, $Symbol) = readline_ELF($_)) 531 $Interface_Value{$LVer}{$Symbol} = $Value; 532 $Value_Interface{$LVer}{$Value}{$Symbol} = 1; 573 if(my $Value = $Interface_Value{$LVer}{$Symbol}) 575 foreach my $Symbol_SameValue (sort keys(%{$Value_Interface{$LVer}{$Value}}))
|
| H A D | TUDump.pm | 939 my ($Name, $Value) = ($1, $2); 943 $CRef->{$Name}{"Value"} = $Value;
|
| H A D | GccAst.pm | 2084 elsif((my $Value = getTreeValue($CstId)) ne "") 2086 if($Value eq "0") 2095 elsif($Value eq "1") 2105 return $Value; 3910 my $Value = $CRef->{$Constant}{"Value"}; 3911 if(defined $In::ABI{$V}{"EnumConstants"}{$Value}) { 3912 $CRef->{$Constant}{"Value"} = $In::ABI{$V}{"EnumConstants"}{$Value}{"Value"};
|
| /petsc/src/sys/tests/output/ |
| H A D | ex69f_1.out | 4 Value of x(22) 4.6071866343312918E+028 8 Value of x(22) 4.6071866343312918E+028
|
| H A D | ex69_1.out | 3 Value of x(22) 4.60719e+28
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | sample1.inp | 38 ;ID X-Value Y-Value
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 5295 my ($Value, $Qual) = @_; 5297 return $Value; 5303 while($Value=~s/\b$Qual\b//) { 5304 $Value = formatName($Value, "T"); 5306 return $Value; 5365 my ($Value, $Qual) = @_; 5367 return $Value; 5371 while($Value=~/(\w+)/) 5376 $Value=~s/\b$W\b/\@/g; 5379 $Value=~s/\b$W\b//g; [all …]
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 54 template <typename Value, typename Hash, typename Eq> 66 using value_type = Value;
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 2407 Value to set the selected entries to. 2799 Value to insert at ``index``. 2942 Value to insert at ``index``.
|
| H A D | DMPlex.pyx | 1476 Value of `DMLabel` marking the vertices on the boundary.
|
| /petsc/doc/manual/ |
| H A D | tao.md | 925 > | Name ``-tao_nls_`` | Value | Default | Description | 1288 > | Name ``-tao_ntr_`` | Value | Default | Description |
|
| /petsc/doc/ |
| H A D | petsc.bib | 15221 title = {Multi-Level Adaptive Solutions to Boundary-Value Problems}, 29407 booktitle = {Augmented Lagrangian methods: Applications to the Solution of Boundary Value 29624 booktitle = {Augmented {L}agrangian Methods: Applications to the Solution of Boundary Value 35301 title = {Global Warming Uncertainties and the Value of Information: An Analysis Using 36577 title = {Automatic Method for Finding the Greatest or Least Value of a Function},
|