Home
last modified time | relevance | path

Searched refs:numberof_const (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tools/
H A Dcheck_mparam.c35 #define numberof_const(x) (sizeof (x) / sizeof ((x)[0])) macro
38 #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))
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmulders.c37 #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))
H A Dmpfr-impl.h1681 #define numberof_const(x) (sizeof (x) / sizeof ((x)[0])) macro
1709 (long) numberof_const (x); \
1714 (long) numberof_const (x))
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog13762 the numberof_const() definition from mpfr-gmp.h to mpfr-impl.h.
13861 * src/mpfr-gmp.h: define numberof_const() macro, equivalent to the
13866 * src/mulders.c: replaced numberof by numberof_const in #define's