|
FFmpeg
|
#include "libavutil/timer.h"#include <inttypes.h>#include "libavutil/softfloat.h"#include "libavutil/common.h"#include "libavutil/log.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| int | main (void) |
Variables | |
| static const SoftFloat | FLOAT_0_017776489257 = {0x1234, 12} |
| static const SoftFloat | FLOAT_1374_40625 = {0xabcd, 25} |
| static const SoftFloat | FLOAT_0_1249694824218 = {0xFFF, 15} |
| int main | ( | void | ) |
Definition at line 36 of file softfloat.c.
|
static |
Definition at line 31 of file softfloat.c.
Referenced by main().
|
static |
Definition at line 32 of file softfloat.c.
Referenced by main().
|
static |
Definition at line 33 of file softfloat.c.
Referenced by main().
1.8.17