HomeSort by: relevance | last modified time | path
    Searched defs:quotientExponent (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c 75 int quotientExponent = aExponent - bExponent + scale;
137 quotientExponent--;
143 const int writtenExponent = quotientExponent + exponentBias;
divdf3.c 75 int quotientExponent = aExponent - bExponent + scale;
152 quotientExponent--;
158 const int writtenExponent = quotientExponent + exponentBias;
divtf3.c 75 int quotientExponent = aExponent - bExponent + scale;
171 quotientExponent--;
178 const int writtenExponent = quotientExponent + exponentBias;

Completed in 14 milliseconds