Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp425 int unsignedExponent; in totalExponent() local
439 unsignedExponent = 0; in totalExponent()
448 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
449 if (unsignedExponent > 32767) { in totalExponent()
459 exponent = unsignedExponent; in totalExponent()