FFmpeg
Macros | Functions
tablegen.h File Reference
#include <math.h>

Go to the source code of this file.

Macros

#define cbrt   ff_cbrt
 
#define rint   ff_rint
 
#define llrint   ff_llrint
 
#define lrint   ff_lrint
 

Functions

static double ff_cbrt (double x)
 
static double ff_rint (double x)
 
static long long ff_llrint (double x)
 
static long ff_lrint (double x)
 

Detailed Description

Compatibility libm for table generation files

Definition in file tablegen.h.

Macro Definition Documentation

◆ cbrt

#define cbrt   ff_cbrt

Definition at line 35 of file tablegen.h.

◆ rint

#define rint   ff_rint

Definition at line 41 of file tablegen.h.

◆ llrint

#define llrint   ff_llrint

Definition at line 47 of file tablegen.h.

◆ lrint

#define lrint   ff_lrint

Definition at line 53 of file tablegen.h.

Function Documentation

◆ ff_cbrt()

static double ff_cbrt ( double  x)
inlinestatic

Definition at line 31 of file tablegen.h.

◆ ff_rint()

static double ff_rint ( double  x)
inlinestatic

Definition at line 37 of file tablegen.h.

◆ ff_llrint()

static long long ff_llrint ( double  x)
inlinestatic

Definition at line 43 of file tablegen.h.

◆ ff_lrint()

static long ff_lrint ( double  x)
inlinestatic

Definition at line 49 of file tablegen.h.