Home
last modified time | relevance | path

Searched refs:ffgcfi (Results 1 – 19 of 19) sorted by relevance

/dports/astro/p5-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.15/
H A DCFITSIO.pm405 ffgcfi => 'fits_read_colnull_sht',
H A DCFITSIO.xs5910 ffgcfi(fptr,colnum,frow,felem,nelem,array,nularray,anynul,status)
5937 RETVAL=ffgcfi(fptr->fptr,colnum,frow,felem,nelem,array,nularray,&anynul,&status);
5942 RETVAL=ffgcfi(fptr->fptr,colnum,frow,felem,nelem,array,nularray,&anynul,&status);
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dlongnam.h416 #define fits_read_colnull_sht ffgcfi
H A Dgetcoli.c608 int ffgcfi(fitsfile *fptr, /* I - FITS file pointer */ in ffgcfi() function
H A Dfitsio.h1502 int CFITS_API ffgcfi(fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem,
/dports/astro/cfitsio/cfitsio-3.49/
H A Dlongnam.h417 #define fits_read_colnull_sht ffgcfi
H A Df77_wrap2.c496 FCALLSCSUB9(ffgcfi,FTGCFI,ftgcfi,FITSUNIT,INT,LONG,LONG,LONG,SHORTV,LOGICALV,PLOGICAL,PINT)
539 FCALLSCSUB9(ffgcfi,FTGCFILL,ftgcfill,FITSUNIT,INT,LONGLONG,LONGLONG,LONG,SHORTV,LOGICALV,PLOGICAL,P…
H A Dgetcoli.c608 int ffgcfi(fitsfile *fptr, /* I - FITS file pointer */ in ffgcfi() function
H A Dtestprog.c1554 ffgcfi(fptr, 5, 1, 1, nrows, iinarray, larray2, &anynull, &status); in main()
H A Dfitsio.h1503 int CFITS_API ffgcfi(fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem,
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dlongnam.h417 #define fits_read_colnull_sht ffgcfi
H A Dgetcoli.c608 int ffgcfi(fitsfile *fptr, /* I - FITS file pointer */ in ffgcfi() function
H A Dfitsio.h1504 int CFITS_API ffgcfi(fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem,
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dlongnam.h403 #define fits_read_colnull_sht ffgcfi
H A Df77_wrap2.c496 FCALLSCSUB9(ffgcfi,FTGCFI,ftgcfi,FITSUNIT,INT,LONG,LONG,LONG,SHORTV,LOGICALV,PLOGICAL,PINT)
539 FCALLSCSUB9(ffgcfi,FTGCFILL,ftgcfill,FITSUNIT,INT,LONGLONG,LONGLONG,LONG,SHORTV,LOGICALV,PLOGICAL,P…
H A Dgetcoli.c608 int ffgcfi(fitsfile *fptr, /* I - FITS file pointer */ in ffgcfi() function
H A Dtestprog.c1554 ffgcfi(fptr, 5, 1, 1, nrows, iinarray, larray2, &anynull, &status); in main()
H A Dfitsio.h1449 int CFITS_API ffgcfi(fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem,
/dports/astro/p5-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.15/testprog/
H A Dtestprog.pl1098 ffgcfi($fptr,5,1,1,$nrows,$iinarray,$larray2,$anynull,$status);