Home
last modified time | relevance | path

Searched refs:GSL_IS_EVEN (Results 1 – 25 of 25) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/gsl-an/gsl/
H A Dgsl_math.h115 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/
H A Dgsl_math.h115 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/gsl/
H A Dgsl_math.h116 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/math/gsl/gsl-2.7/
H A Dgsl_math.h115 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/
H A Dgsl_math.h113 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/
H A Dgsl_math.h113 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/
H A Dgsl_math.h113 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/
H A Dgsl_math.h113 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_math.h113 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
H A Dgsl_specfunc__psi.c573 if(GSL_IS_EVEN(n)) result->val = -result->val; in psi_n_xg0()
791 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgsl_specfunc__gamma.c1260 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 );
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dpbinom.c96 #define GSL_IS_EVEN(n) (!(GSL_IS_ODD(n))) macro
993 if (GSL_IS_EVEN(n)) { in psi_n_xg0()
1047 if (GSL_IS_EVEN(n)) { in gsl_sf_psi_n()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dpsi.c573 if(GSL_IS_EVEN(n)) result->val = -result->val; in psi_n_xg0()
791 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgamma.c1260 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 ); in gsl_sf_gamma_e()
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c604 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgamma.c1258 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 ); in gsl_sf_gamma_e()
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c604 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgamma.c1258 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 ); in gsl_sf_gamma_e()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c604 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgamma.c1258 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 ); in gsl_sf_gamma_e()
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c604 if(GSL_IS_EVEN(n)) result->val = -result->val; in gsl_sf_psi_n_e()
H A Dgamma.c1258 double sgn_gamma = ( GSL_IS_EVEN(rint_x) ? 1.0 : -1.0 ); in gsl_sf_gamma_e()
/dports/math/gsl/gsl-2.7/doc/
H A Dmath.rst247 .. macro:: GSL_IS_EVEN (n)
H A Dgsl-ref.info2344 -- Macro: GSL_IS_EVEN (n)
44547 * GSL_IS_EVEN (C macro): Testing for Odd and Even Numbers.
48805 Ref: math c GSL_IS_EVEN79073
/dports/audio/snd/snd-21.2/
H A Dlibgsl.scm56 (define GSL_IS_EVEN even?)