Home
last modified time | relevance | path

Searched defs:DenormalMode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h70 struct DenormalMode { struct
73 enum DenormalModeKind : int8_t { argument
91 DenormalModeKind Output = DenormalModeKind::Invalid; argument
96 DenormalModeKind Input = DenormalModeKind::Invalid; argument
100 constexpr DenormalMode(DenormalModeKind Out, DenormalModeKind In) : in DenormalMode() argument
103 DenormalMode &operator=(const DenormalMode &) = default; argument
105 static constexpr DenormalMode getInvalid() { in getInvalid() argument
110 static constexpr DenormalMode getDefault() { in getDefault() argument
114 static constexpr DenormalMode getIEEE() { in getIEEE() argument
118 static constexpr DenormalMode getPreserveSign() { in getPreserveSign() argument
[all …]