TYPE_WIDTH         98 maint/gnulib/lib/ftoastr.h #  define _GL_FLOAT_DIG_BITS_BOUND ((int) TYPE_WIDTH (int) - 1)
TYPE_WIDTH         59 maint/gnulib/lib/intprops.h         : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1)))
TYPE_WIDTH         72 maint/gnulib/lib/intprops.h   (((_GL_INT_CONVERT (e, 1) << (TYPE_WIDTH (+ (e)) - 2)) - 1) * 2 + 1)
TYPE_WIDTH        121 maint/gnulib/lib/intprops.h   (INT_BITS_STRLEN_BOUND (TYPE_WIDTH (t) - _GL_SIGNED_TYPE_OR_EXPR (t)) \
TYPE_WIDTH        593 maint/gnulib/lib/intprops.h              ? _GL_INT_CONVERT (b, tmax) >> (TYPE_WIDTH (+ (b)) - 1) \
TYPE_WIDTH        136 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (char) == CHAR_WIDTH);
TYPE_WIDTH        137 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (signed char) == SCHAR_WIDTH);
TYPE_WIDTH        138 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (unsigned char) == UCHAR_WIDTH);
TYPE_WIDTH        139 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (short int) == SHRT_WIDTH);
TYPE_WIDTH        140 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (unsigned short int) == USHRT_WIDTH);
TYPE_WIDTH        141 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (int) == INT_WIDTH);
TYPE_WIDTH        142 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (unsigned int) == UINT_WIDTH);
TYPE_WIDTH        143 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (long int) == LONG_WIDTH);
TYPE_WIDTH        144 maint/gnulib/tests/test-intprops.c    verify_stmt (TYPE_WIDTH (unsigned long int) == ULONG_WIDTH);
TYPE_WIDTH        146 maint/gnulib/tests/test-intprops.c     verify_stmt (TYPE_WIDTH (long long int) == LLONG_WIDTH);
TYPE_WIDTH        147 maint/gnulib/tests/test-intprops.c     verify_stmt (TYPE_WIDTH (unsigned long long int) == ULLONG_WIDTH);
TYPE_WIDTH         39 maint/gnulib/tests/test-limits-h.c         : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1)))