FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
softfloat.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include "softfloat.h"
#include "common.h"
#include "log.h"

Go to the source code of this file.

Functions

static av_const double av_sf2double (SoftFloat v)
 
void av_sincos_sf (int a, int *s, int *c)
 Rounding-to-nearest used. More...
 
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}
 

Function Documentation

static av_const double av_sf2double ( SoftFloat  v)
static

Definition at line 34 of file softfloat.c.

Referenced by main().

void av_sincos_sf ( int  a,
int *  s,
int *  c 
)

Rounding-to-nearest used.

Definition at line 40 of file softfloat.c.

int main ( void  )

Definition at line 89 of file softfloat.c.

Variable Documentation

const SoftFloat FLOAT_0_017776489257 = {0x1234, 12}
static

Definition at line 29 of file softfloat.c.

Referenced by main().

const SoftFloat FLOAT_1374_40625 = {0xabcd, 25}
static

Definition at line 30 of file softfloat.c.

Referenced by main().

const SoftFloat FLOAT_0_1249694824218 = {0xFFF, 15}
static

Definition at line 31 of file softfloat.c.

Referenced by main().