Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp484 int unsignedExponent; in totalExponent() local
498 unsignedExponent = 0; in totalExponent()
507 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
508 if (unsignedExponent > 32767) { in totalExponent()
518 exponent = unsignedExponent; in totalExponent()