RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
FloatingPoint.h File Reference
#include <cstdint>
Include dependency graph for FloatingPoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rawspeed::ieee_754_2008::BinaryN< StorageWidth_, FractionWidth_, ExponentWidth_ >
struct  rawspeed::ieee_754_2008::Binary16
struct  rawspeed::ieee_754_2008::Binary24
struct  rawspeed::ieee_754_2008::Binary32

Namespaces

namespace  rawspeed
namespace  rawspeed::ieee_754_2008

Functions

template<typename NarrowType, typename WideType>
uint32_t rawspeed::extendBinaryFloatingPoint (uint32_t narrow)
uint32_t rawspeed::fp16ToFloat (uint16_t fp16)
uint32_t rawspeed::fp24ToFloat (uint32_t fp24)