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

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c1610 ((UTItype) in.fraction.ll) << D_T_BITOFF);
1643 sffrac = in.fraction.ll >> D_T_BITOFF;
1647 if ((in.fraction.ll & (((UTItype) 1 << D_T_BITOFF) - 1)) != 0)
H A Dfp-bit.h337 # define D_T_BITOFF (__LDBL_MANT_DIG__-1+10-(52+8)) macro

Completed in 119 milliseconds