Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp124 bool hasZero = true; member
350 return semantics.hasZero; in semanticsHasZero()
1213 ourSemantics.hasZero ? makeZero(false) : makeSmallestNormalized(false); in IEEEFloat()
1432 return multiplySignificand(rhs, IEEEFloat(*semantics), !semantics->hasZero); in multiplySignificand()
1734 if (!semantics->hasZero) in normalize()
1790 if (!semantics->hasZero) in normalize()
2346 if (!semantics->hasZero && this->isSmallest()) in mod()
2703 if (category == fcZero && !semantics->hasZero) in convert()
3169 if (!semantics->hasZero) in convertFromDecimalString()
3660 if (!S.hasZero) in convertIEEEFloatToAPInt()
[all …]