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

  /external/compiler-rt/lib/
divdf3.c 76 int quotientExponent = aExponent - bExponent + scale;
153 quotientExponent--;
159 const int writtenExponent = quotientExponent + exponentBias;
divsf3.c 76 int quotientExponent = aExponent - bExponent + scale;
138 quotientExponent--;
144 const int writtenExponent = quotientExponent + exponentBias;

Completed in 100 milliseconds