Home
last modified time | relevance | path

Searched refs:unsignedExponent (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp166 int unsignedExponent; in totalExponent() local
178 unsignedExponent = 0; in totalExponent()
186 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
187 if (unsignedExponent > 32767) { in totalExponent()
197 exponent = unsignedExponent; in totalExponent()