Anonymous View
LLVM 23.0.0git
FloatingPointMode.cpp File Reference

Go to the source code of this file.

Functions

static bool cannotOrderStrictlyGreaterImpl (FPClassTest LHS, FPClassTest RHS, bool OrEqual, bool OrderedZero)

Variables

static constexpr std::pair< FPClassTest, StringLiteralNoFPClassName []

Function Documentation

◆ cannotOrderStrictlyGreaterImpl()

Variable Documentation

◆ NoFPClassName

std::pair<FPClassTest, StringLiteral> NoFPClassName[]
staticconstexpr
Initial value:
= {
{fcAllFlags, "all"},
{fcNan, "nan"},
{fcSNan, "snan"},
{fcQNan, "qnan"},
{fcInf, "inf"},
{fcNegInf, "ninf"},
{fcPosInf, "pinf"},
{fcZero, "zero"},
{fcNegZero, "nzero"},
{fcPosZero, "pzero"},
{fcSubnormal, "sub"},
{fcNegSubnormal, "nsub"},
{fcPosSubnormal, "psub"},
{fcNormal, "norm"},
{fcNegNormal, "nnorm"},
{fcPosNormal, "pnorm"}
}

Definition at line 67 of file FloatingPointMode.cpp.

Referenced by llvm::operator<<().