struct BiasedExponent

Defined at line 253 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h

An opaque type to store a floating point biased exponent.

We define special values but it is valid to create arbitrary values as long

as they are in the range [zero, bits_all_ones].

Values greater than bits_all_ones are truncated.

Public Methods

void BiasedExponent (Exponent exp)

Defined at line 257 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h

Exponent operator Exponent ()

Cast operator to get convert from BiasedExponent to Exponent.

Defined at line 261 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h

BiasedExponent & operator++ ()

Defined at line 265 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h

BiasedExponent & operator-- ()

Defined at line 271 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/FPBits.h