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

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c1551 ((UTItype) in.fraction.ll) << F_T_BITOFF);
1665 sffrac = in.fraction.ll >> F_T_BITOFF;
1669 if ((in.fraction.ll & (((UTItype) 1 << F_T_BITOFF) - 1)) != 0)
H A Dfp-bit.h336 # define F_T_BITOFF (__LDBL_MANT_DIG__-1+10-(23+7)) macro

Completed in 141 milliseconds