FFmpeg
|
#include <softfloat.h>
Data Fields | |
int32_t | exp |
int32_t | mant |
Definition at line 33 of file softfloat.h.
int32_t SoftFloat::exp |
Definition at line 34 of file softfloat.h.
Referenced by av_add_sf(), av_cmp_sf(), av_div_sf(), av_mul_sf(), av_normalize1_sf(), av_normalize_sf(), av_sf2int(), av_sub_sf(), and main().
int32_t SoftFloat::mant |
Definition at line 35 of file softfloat.h.
Referenced by av_add_sf(), av_cmp_sf(), av_div_sf(), av_mul_sf(), av_normalize1_sf(), av_normalize_sf(), av_sf2int(), av_sub_sf(), and main().