Home
last modified time | relevance | path

Searched refs:complm (Results 1 – 13 of 13) sorted by relevance

/dports/astro/cfitsio/cfitsio-3.49/
H A Dchecksum.c73 int complm, /* I - = 1 to encode complement of the sum */ in ffesum() argument
98 if (complm) in ffesum()
135 int complm, /* I - =1 to decode complement of the */ in ffdsum() argument
174 if (complm) in ffdsum()
H A Df77_wrap3.c815 void Cffesum( double dsum, int complm, char *ascii );
816 void Cffesum( double dsum, int complm, char *ascii ) in Cffesum() argument
820 ffesum( sum, complm, ascii ); in Cffesum()
824 void Cffdsum( char *ascii, int complm, double *dsum );
825 void Cffdsum( char *ascii, int complm, double *dsum ) in Cffdsum() argument
829 ffdsum( ascii, complm, &sum ); in Cffdsum()
H A Dfitsio.h1159 void CFITS_API ffesum(unsigned long sum, int complm, char *ascii);
1160 unsigned long CFITS_API ffdsum(char *ascii, int complm, unsigned long *sum);
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dchecksum.c73 int complm, /* I - = 1 to encode complement of the sum */ in ffesum() argument
98 if (complm) in ffesum()
135 int complm, /* I - =1 to decode complement of the */ in ffdsum() argument
174 if (complm) in ffdsum()
H A Dfitsio.h1158 void CFITS_API ffesum(unsigned long sum, int complm, char *ascii);
1159 unsigned long CFITS_API ffdsum(char *ascii, int complm, unsigned long *sum);
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dchecksum.c73 int complm, /* I - = 1 to encode complement of the sum */ in ffesum() argument
98 if (complm) in ffesum()
135 int complm, /* I - =1 to decode complement of the */ in ffdsum() argument
174 if (complm) in ffdsum()
H A Df77_wrap3.c808 void Cffesum( double dsum, int complm, char *ascii );
809 void Cffesum( double dsum, int complm, char *ascii ) in Cffesum() argument
813 ffesum( sum, complm, ascii ); in Cffesum()
817 void Cffdsum( char *ascii, int complm, double *dsum );
818 void Cffdsum( char *ascii, int complm, double *dsum ) in Cffdsum() argument
822 ffdsum( ascii, complm, &sum ); in Cffdsum()
H A Dfitsio.h1126 void CFITS_API ffesum(unsigned long sum, int complm, char *ascii);
1127 unsigned long CFITS_API ffdsum(char *ascii, int complm, unsigned long *sum);
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dchecksum.c73 int complm, /* I - = 1 to encode complement of the sum */ in ffesum() argument
98 if (complm) in ffesum()
135 int complm, /* I - =1 to decode complement of the */ in ffdsum() argument
174 if (complm) in ffdsum()
H A Dfitsio.h1160 void CFITS_API ffesum(unsigned long sum, int complm, char *ascii);
1161 unsigned long CFITS_API ffdsum(char *ascii, int complm, unsigned long *sum);
/dports/math/maxima/maxima-5.43.2/src/
H A Ddefint.lisp848 (equal (complm ask-or-not) -1))
861 (defun complm (ask-or-not) function
/dports/astro/p5-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.15/
H A DCFITSIO.xs1942 ffdsum(ascii,complm,sum)
1944 int complm
2126 ffesum(sum,complm,ascii)
2128 int complm
2134 ffesum(sum,complm,ascii);
/dports/astro/cfitsio/cfitsio-3.49/docs/
H A Dcfitsio.tex3812 into a 16-character string. If complm is non-zero (true) then the 32-bit
3818 (unsigned long sum, int complm, > char *ascii);
3830 (char *ascii, int complm, > unsigned long *sum);
10739 complm - should the checksum be complemented?