Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp163 int unsignedExponent; in totalExponent() local
175 unsignedExponent = 0; in totalExponent()
183 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
184 if (unsignedExponent > 32767) { in totalExponent()
194 exponent = unsignedExponent; in totalExponent()