HomeSort by relevance Sort by last modified time
    Searched refs:dstExpBits (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
extendsfdf2.c 88 const int dstExpBits = dstBits - dstSigBits - 1;
89 const int dstInfExp = (1 << dstExpBits) - 1;
truncdfsf2.c 88 const int dstExpBits = dstBits - dstSigBits - 1;
89 const int dstInfExp = (1 << dstExpBits) - 1;

Completed in 30 milliseconds