Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp177 int unsignedExponent; in totalExponent() local
189 unsignedExponent = 0; in totalExponent()
197 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
198 if (unsignedExponent > 32767) in totalExponent()
206 exponent = unsignedExponent; in totalExponent()
/external/llvm/lib/Support/
DAPFloat.cpp167 int unsignedExponent; in totalExponent() local
179 unsignedExponent = 0; in totalExponent()
187 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
188 if (unsignedExponent > 32767) { in totalExponent()
198 exponent = unsignedExponent; in totalExponent()