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.h71 struct DenormalMode { struct
74 enum DenormalModeKind : int8_t { argument
92 DenormalModeKind Output = DenormalModeKind::Invalid; argument
97 DenormalModeKind Input = DenormalModeKind::Invalid; argument
101 constexpr DenormalMode(DenormalModeKind Out, DenormalModeKind In) : in DenormalMode() function
104 DenormalMode &operator=(const DenormalMode &) = default; argument
106 static constexpr DenormalMode getInvalid() { in getInvalid() argument
111 static constexpr DenormalMode getDefault() { in getDefault() argument
115 static constexpr DenormalMode getIEEE() { in getIEEE() argument
119 static constexpr DenormalMode getPreserveSign() { in getPreserveSign() argument
[all …]