Searched refs:F_D_BITOFF (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c1536 ((UDItype) in.fraction.ll) << F_D_BITOFF);
1587 sffrac = in.fraction.ll >> F_D_BITOFF;
1591 if ((in.fraction.ll & (((USItype) 1 << F_D_BITOFF) - 1)) != 0)
H A Dfp-bit.h329 /* F_D_BITOFF is the number of bits offset between the MSB of the mantissa
333 #define F_D_BITOFF (52+8-(23+7)) macro

Completed in 92 milliseconds