struct Exponent
Defined at line 237 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
An opaque type to store a floating point exponent.
We define special values but it is valid to create arbitrary values as long
as they are in the range [min, max].
Public Methods
auto subnormal ()
Defined at line 240 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
auto min ()
Defined at line 243 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
auto zero ()
Defined at line 244 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
auto max ()
Defined at line 245 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
auto inf ()
Defined at line 246 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h