Searched refs:npoint_out (Results 1 – 6 of 6) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | nullregion.c | 1494 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 D | frame.c | 8721 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 D | cmpframe.c | 7569 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 D | skyframe.c | 8129 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 D | frameset.c | 8498 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 D | mapping.c | 12882 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()
|