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

  /external/compiler-rt/lib/
extendsfdf2.c 77 const int srcInfExp = (1 << srcExpBits) - 1;
78 const int srcExpBias = srcInfExp >> 1;
81 const src_rep_t srcInfinity = (src_rep_t)srcInfExp << srcSigBits;
truncdfsf2.c 76 const int srcInfExp = (1 << srcExpBits) - 1;
77 const int srcExpBias = srcInfExp >> 1;
81 const src_rep_t srcInfinity = (src_rep_t)srcInfExp << srcSigBits;

Completed in 28 milliseconds