Searched refs:numberof_const (Results 1 – 4 of 4) sorted by relevance
35 #define numberof_const(x) (sizeof (x) / sizeof ((x)[0])) macro38 #define MPFR_MULHIGH_TAB_SIZE (numberof_const (mulhigh_ktab))41 #define MPFR_SQRHIGH_TAB_SIZE (numberof_const (sqrhigh_ktab))44 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
37 #define MPFR_MULHIGH_TAB_SIZE (numberof_const (mulhigh_ktab))103 #define MPFR_SQRHIGH_TAB_SIZE (numberof_const (sqrhigh_ktab))142 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
1681 #define numberof_const(x) (sizeof (x) / sizeof ((x)[0])) macro1709 (long) numberof_const (x); \1714 (long) numberof_const (x))
13762 the numberof_const() definition from mpfr-gmp.h to mpfr-impl.h.13861 * src/mpfr-gmp.h: define numberof_const() macro, equivalent to the13866 * src/mulders.c: replaced numberof by numberof_const in #define's