Home | History | Annotate | Download | only in Support

Lines Matching refs:SNaN

620 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
646 if (SNaN) {
647 // We always have to clear the QNaN bit to make it an SNaN.
667 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
670 value.makeNaN(SNaN, Negative, fill);
3832 // IEEE-754R 2008 6.2 Par 2: nextUp(sNaN) = qNaN. Set Invalid flag.
3837 // For consistency, propagate the sign of the sNaN to the qNaN.