Lines Matching +full:7 +full:c
3 Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
4 This file is part of the GNU C Library.
9 The GNU C Library is free software; you can redistribute it and/or
14 The GNU C Library is distributed in the hope that it will be useful,
20 License along with the GNU C Library; see the file COPYING.LIB. If
30 #define _FP_FRAC_HIGH_8(X) (X##_f[7])
41 for (_i = 7; _i >= _skip; --_i) \
45 for (_i = 7; _i > _skip; --_i) \
61 for (_i = 0; _i <= 7-_skip; ++_i) \
65 for (_i = 0; _i < 7-_skip; ++_i) \
68 X##_f[_i++] = X##_f[7] >> _down; \
92 for (_i = 0; _i <= 7-_skip; ++_i) \
96 for (_i = 0; _i < 7-_skip; ++_i) \
99 X##_f[_i++] = X##_f[7] >> _down; \