Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDAPFloat.cpp164 int unsignedExponent; in totalExponent() local
176 unsignedExponent = 0; in totalExponent()
184 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
185 if (unsignedExponent > 32767) { in totalExponent()
195 exponent = unsignedExponent; in totalExponent()