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

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dextendsfdf2.c88 const int dstExpBits = dstBits - dstSigBits - 1; local
89 const int dstInfExp = (1 << dstExpBits) - 1;
H A Dtruncdfsf2.c88 const int dstExpBits = dstBits - dstSigBits - 1; local
89 const int dstInfExp = (1 << dstExpBits) - 1;

Completed in 49 milliseconds