FFmpeg
Data Fields
SoftFloat_IEEE754 Struct Reference

#include <softfloat_ieee754.h>

Data Fields

int32_t sign
 
uint64_t mant
 
int32_t exp
 

Detailed Description

Definition at line 29 of file softfloat_ieee754.h.

Field Documentation

◆ sign

int32_t SoftFloat_IEEE754::sign

Definition at line 30 of file softfloat_ieee754.h.

Referenced by read_diff_float_data().

◆ mant

uint64_t SoftFloat_IEEE754::mant

Definition at line 31 of file softfloat_ieee754.h.

Referenced by av_normalize_sf_ieee754(), and read_diff_float_data().

◆ exp

int32_t SoftFloat_IEEE754::exp

Definition at line 32 of file softfloat_ieee754.h.

Referenced by av_normalize_sf_ieee754(), and read_diff_float_data().


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