Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dnullregion.c1494 int npoint_out; /* No. of points */ in Transform() local
1519 npoint_out = astGetNpoint( result ); in Transform()
1524 for ( point = 0; point < npoint_out; point++ ) { in Transform()
H A Dframe.c8721 int npoint_out; /* Number of output points */ in ReportPoints() local
8733 npoint_out = astGetNpoint( out_points ); in ReportPoints()
8745 npoint = ( npoint_in < npoint_out ) ? npoint_in : npoint_out; in ReportPoints()
9027 int npoint_out; /* Number of points in output PointSet */ in ResolvePoints() local
9058 npoint_out = astGetNpoint( out ); in ResolvePoints()
9064 if ( npoint_out < npoint ) { in ResolvePoints()
9066 "output %s.", status, astGetClass( this ), npoint_out, in ResolvePoints()
H A Dcmpframe.c7569 int npoint_out; /* Number of points in output PointSet */ in ResolvePoints() local
7610 npoint_out = astGetNpoint( out ); in ResolvePoints()
7616 if ( npoint_out < npoint ) { in ResolvePoints()
7618 "output %s.", status, astGetClass( this ), npoint_out, in ResolvePoints()
H A Dskyframe.c8129 int npoint_out; /* Number of points in output PointSet */ in ResolvePoints() local
8160 npoint_out = astGetNpoint( out ); in ResolvePoints()
8166 if ( npoint_out < npoint ) { in ResolvePoints()
8168 "output %s.", status, astGetClass( this ), npoint_out, in ResolvePoints()
H A Dframeset.c8498 int npoint_out; /* Number of output points */ in ReportPoints() local
8510 npoint_out = astGetNpoint( out_points ); in ReportPoints()
8522 npoint = ( npoint_in < npoint_out ) ? npoint_in : npoint_out; in ReportPoints()
H A Dmapping.c12882 int npoint_out; /* Number of output points */ in ReportPoints() local
12891 npoint_out = astGetNpoint( out_points ); in ReportPoints()
12903 npoint = ( npoint_in < npoint_out ) ? npoint_in : npoint_out; in ReportPoints()
21753 int npoint_out; /* Number of points in output PointSet */ in Transform() local
21798 npoint_out = astGetNpoint( out ); in Transform()
21804 if ( npoint_out < npoint ) { in Transform()
21806 "output %s.", status, astGetClass( this ), npoint_out, in Transform()