enum FPClassTest
Description
Floating-point class tests, supported by 'is_fpclass' intrinsic. Actual test may be an OR combination of basic tests.
Declared at: llvm/include/llvm/ADT/FloatingPointMode.h:199
Enumerators
Name | Value | Comment |
---|---|---|
fcSNan | 1 | |
fcQNan | 2 | |
fcNegInf | 4 | |
fcNegNormal | 8 | |
fcNegSubnormal | 16 | |
fcNegZero | 32 | |
fcPosZero | 64 | |
fcPosSubnormal | 128 | |
fcPosNormal | 256 | |
fcPosInf | 512 | |
fcNan | 3 | |
fcInf | 516 | |
fcNormal | 264 | |
fcSubnormal | 144 | |
fcZero | 96 | |
fcPosFinite | 448 | |
fcNegFinite | 56 | |
fcFinite | 504 | |
fcAllFlags | 1023 |