NUM_LOWBITS       161 maint/gnulib/tests/test-ceil2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       167 maint/gnulib/tests/test-ceil2.c                   | ((uint64_t) ((int64_t) ((uint64_t) lowbits << (64 - NUM_LOWBITS))
NUM_LOWBITS       168 maint/gnulib/tests/test-ceil2.c                                  >> (64 - NUM_LOWBITS - NUM_HIGHBITS))
NUM_LOWBITS       161 maint/gnulib/tests/test-ceilf2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       167 maint/gnulib/tests/test-ceilf2.c                   | ((uint32_t) ((int32_t) ((uint32_t) lowbits << (32 - NUM_LOWBITS))
NUM_LOWBITS       168 maint/gnulib/tests/test-ceilf2.c                                  >> (32 - NUM_LOWBITS - NUM_HIGHBITS))
NUM_LOWBITS       158 maint/gnulib/tests/test-floor2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       164 maint/gnulib/tests/test-floor2.c                   | ((uint64_t) ((int64_t) ((uint64_t) lowbits << (64 - NUM_LOWBITS))
NUM_LOWBITS       165 maint/gnulib/tests/test-floor2.c                                  >> (64 - NUM_LOWBITS - NUM_HIGHBITS))
NUM_LOWBITS       157 maint/gnulib/tests/test-floorf2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       163 maint/gnulib/tests/test-floorf2.c                   | ((uint32_t) ((int32_t) ((uint32_t) lowbits << (32 - NUM_LOWBITS))
NUM_LOWBITS       164 maint/gnulib/tests/test-floorf2.c                                  >> (32 - NUM_LOWBITS - NUM_HIGHBITS))
NUM_LOWBITS        98 maint/gnulib/tests/test-round2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       105 maint/gnulib/tests/test-round2.c         if (lowbits >> (NUM_LOWBITS - 1))
NUM_LOWBITS       107 maint/gnulib/tests/test-round2.c                       >> (NUM_LOWBITS + NUM_HIGHBITS)
NUM_LOWBITS       108 maint/gnulib/tests/test-round2.c                       << NUM_LOWBITS);
NUM_LOWBITS       166 maint/gnulib/tests/test-trunc2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       172 maint/gnulib/tests/test-trunc2.c                   | ((uint64_t) ((int64_t) ((uint64_t) lowbits << (64 - NUM_LOWBITS))
NUM_LOWBITS       173 maint/gnulib/tests/test-trunc2.c                                  >> (64 - NUM_LOWBITS - NUM_HIGHBITS))
NUM_LOWBITS       166 maint/gnulib/tests/test-truncf2.c     for (lowbits = 0; lowbits < (1 << NUM_LOWBITS); lowbits++)
NUM_LOWBITS       172 maint/gnulib/tests/test-truncf2.c                   | ((uint32_t) ((int32_t) ((uint32_t) lowbits << (32 - NUM_LOWBITS))
NUM_LOWBITS       173 maint/gnulib/tests/test-truncf2.c                                  >> (32 - NUM_LOWBITS - NUM_HIGHBITS))