Home
last modified time | relevance | path

Searched refs:axval (Results 1 – 6 of 6) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/scripts/plotting/
H A Dplot_2D_potential.py17 axval, ax, units, mn, mx = 0.0, 'x', 'jmol', 0.0, 0.0
29 ax, axval = temp[1], float(temp[2])
43 return(pot, org, dl, ax, axval, units, mx, mn)
83 esp, org, dl, ax, axval, units, mx, mn = FileOpen(fileName) variable
91 titl = 'Cross section at ' + ax + ' = ' + str(axval)
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dbox.c447 double *axval; in BestBox() local
501 if( axval ) { in BestBox()
513 axval[ ip ] = org; in BestBox()
537 axval[ ip ] = org + d; in BestBox()
565 p = axval; in BestBox()
614 p = axval; in BestBox()
654 axval = astFree( axval ); in BestBox()
1398 ptr[ i ][ ipp ] = axval; in MakeGrid()
2855 double axval; /* Axis value */ in RegCentre() local
2923 if( axval != AST__BAD ) bc[ ic ] = axval; in RegCentre()
[all …]
H A Dcircle.c1189 double axval; /* Axis value */ in RegCentre() local
1272 axval = cen ? cen[ ic ] : ptr[ ic ][ index ]; in RegCentre()
1273 if( axval != AST__BAD ) this->centre[ ic ] = axval; in RegCentre()
H A Dellipse.c1272 double axval; /* Axis value */ in RegCentre() local
1344 axval = cen ? cen[ ic ] : ptr[ ic ][ index ]; in RegCentre()
1345 newcen[ ic ] = ( axval != AST__BAD ) ? axval : this->centre[ ic ]; in RegCentre()
H A Dplot.c11113 static int EdgeCrossings( AstPlot *this, int edge, int axis, double axval, in EdgeCrossings() argument
11727 larger = ( *q1 > axval ); in EdgeCrossings()
11739 f = ( axval - pq1 )/( *q1 - pq1 ); in EdgeCrossings()
21575 double axval; /* Axis origin value */ in Map1() local
21648 axval = Map1_origin[ i ]; in Map1()
21650 for( j = 0; j < n; j++ ) *(p++) = axval; in Map1()
28033 double axval; /* Axis value in clipping frame */ in Trans() local
28212 axval = ptr_clip[ i ][ j ]; in Trans()
28215 if( axval != AST__BAD ){ in Trans()
28225 axin = ( axval >= lbnd && axval <= ubnd ); in Trans()
[all …]
/dports/math/PDL/PDL-2.019/Graphics/PGPLOT/Window/
H A DWindow.pm4041 my $axval = $o->{Axis}; # Using the last for this window...
4042 $axval = 0 unless defined $axval; # safety check
4044 if ( ref($axval) ) {
4045 pgtbox($$axval[0],0,0,$$axval[1],0,0);
4047 pgtbox($axval,0,0,$axval,0,0);