Searched refs:frac0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dextended.h75 unsigned long frac0 : _FP_W_TYPE_SIZE; member in struct:_FP_UNION_E::__anon1277
77 unsigned long frac0 : _FP_W_TYPE_SIZE;
93 X##_f[0] = _flo.bits.frac0; \
105 X##_f[0] = _flo->bits.frac0; \
117 _flo.bits.frac0 = X##_f[0]; \
134 _flo->bits.frac0 = X##_f[0]; \
H A Dquad.h78 unsigned long frac0 : _FP_W_TYPE_SIZE; member in struct:_FP_UNION_Q::__anon1279
80 unsigned long frac0 : _FP_W_TYPE_SIZE;
182 _FP_W_TYPE frac0 : _FP_W_TYPE_SIZE; member in struct:_FP_UNION_Q::__anon1281
184 _FP_W_TYPE frac0 : _FP_W_TYPE_SIZE;
H A Ddouble.h75 unsigned frac0 : _FP_W_TYPE_SIZE; member in struct:_FP_UNION_D::__anon1275
77 unsigned frac0 : _FP_W_TYPE_SIZE;
H A Dop-2.h209 X##_f0 = _flo.bits.frac0; \
220 X##_f0 = _flo->bits.frac0; \
235 _flo.bits.frac0 = X##_f0; \
248 _flo->bits.frac0 = X##_f0; \
H A Dop-4.h198 X##_f[0] = _flo.bits.frac0; \
211 X##_f[0] = _flo->bits.frac0; \
222 _flo.bits.frac0 = X##_f[0]; \
236 _flo->bits.frac0 = X##_f[0]; \

Completed in 51 milliseconds