LMMS
Loading...
Searching...
No Matches
os.h File Reference
#include <math.h>
#include "../../os_types.h"
#include "misc.h"

Go to the source code of this file.

Macros

#define _V_IFDEFJAIL_H_
#define STIN   static
#define M_PI   (3.1415926536f)
#define FAST_HYPOT   hypot
#define min(x, y)
#define max(x, y)
#define vorbis_fpu_setround(vorbis_fpu_control)
#define vorbis_fpu_restore(vorbis_fpu_control)

Typedefs

typedef int vorbis_fpu_control

Functions

static int vorbis_ftoi (double f)

Macro Definition Documentation

◆ _V_IFDEFJAIL_H_

#define _V_IFDEFJAIL_H_

◆ FAST_HYPOT

#define FAST_HYPOT   hypot

◆ M_PI

#define M_PI   (3.1415926536f)

◆ max

#define max ( x,
y )
Value:
((x)<(y)?(y):(x))
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586

◆ min

#define min ( x,
y )
Value:
((x)>(y)?(y):(x))

◆ STIN

#define STIN   static

◆ vorbis_fpu_restore

#define vorbis_fpu_restore ( vorbis_fpu_control)
Value:
{}

◆ vorbis_fpu_setround

#define vorbis_fpu_setround ( vorbis_fpu_control)
Value:
{}

Typedef Documentation

◆ vorbis_fpu_control

Function Documentation

◆ vorbis_ftoi()

int vorbis_ftoi ( double f)
static