HomeSort by: relevance | last modified time | path
    Searched defs:numberof_const (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tools/
check_mparam.c 35 #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))
  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 1681 #define numberof_const(x) (sizeof (x) / sizeof ((x)[0])) macro
1691 the MPFR code instead of numberof_const(). See the tricks at
1709 (long) numberof_const (x); \
1714 (long) numberof_const (x))

Completed in 25 milliseconds