_word            2638 maint/gnulib/lib/math.in.h                   unsigned int _word[_GL_NUM_UINT_WORDS (float)];       \
_word            2641 maint/gnulib/lib/math.in.h           (_m._word[FLT_SIGNBIT_WORD] >> FLT_SIGNBIT_BIT) & 1;          \
_word            2648 maint/gnulib/lib/math.in.h                   unsigned int _word[_GL_NUM_UINT_WORDS (double)];      \
_word            2651 maint/gnulib/lib/math.in.h           (_m._word[DBL_SIGNBIT_WORD] >> DBL_SIGNBIT_BIT) & 1;          \
_word            2658 maint/gnulib/lib/math.in.h                   unsigned int _word[_GL_NUM_UINT_WORDS (long double)]; \
_word            2661 maint/gnulib/lib/math.in.h           (_m._word[LDBL_SIGNBIT_WORD] >> LDBL_SIGNBIT_BIT) & 1;        \