Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/
HDfp-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)
HDfp-bit.h333 #define F_D_BITOFF (52+8-(23+7)) macro