template <FPType>
struct FPLayout
Defined at line 95 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h
Defines the layout (sign, exponent, significand) of a floating point type in
memory. It also defines its associated StorageType, i.e., the unsigned
integer type used to manipulate its representation.
Additionally we provide the fractional part length, i.e., the number of bits
after the decimal dot when the number is in normal form.