RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
rawspeed::ieee_754_2008::Binary24 Struct Referencefinal

#include "common/FloatingPoint.h"

Inheritance diagram for rawspeed::ieee_754_2008::Binary24:
[legend]
Collaboration diagram for rawspeed::ieee_754_2008::Binary24:
[legend]

Static Public Attributes

static constexpr uint32_t StorageWidth
static constexpr uint32_t FractionWidth
static constexpr uint32_t ExponentWidth
static constexpr uint32_t Precision
static constexpr uint32_t ExponentMax
static constexpr int32_t Bias
static constexpr uint32_t ExponentPos
static constexpr uint32_t SignBitPos

Detailed Description

Definition at line 75 of file FloatingPoint.h.

Member Data Documentation

◆ Bias

int32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::Bias
staticconstexprinherited

Definition at line 51 of file FloatingPoint.h.

◆ ExponentMax

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::ExponentMax
staticconstexprinherited

Definition at line 49 of file FloatingPoint.h.

◆ ExponentPos

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::ExponentPos
staticconstexprinherited

Definition at line 54 of file FloatingPoint.h.

◆ ExponentWidth

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::ExponentWidth
staticconstexprinherited

Definition at line 43 of file FloatingPoint.h.

◆ FractionWidth

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::FractionWidth
staticconstexprinherited

Definition at line 42 of file FloatingPoint.h.

◆ Precision

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::Precision
staticconstexprinherited

Definition at line 47 of file FloatingPoint.h.

◆ SignBitPos

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::SignBitPos
staticconstexprinherited

Definition at line 55 of file FloatingPoint.h.

◆ StorageWidth

uint32_t rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >::StorageWidth
staticconstexprinherited

Definition at line 38 of file FloatingPoint.h.


The documentation for this struct was generated from the following file: