zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
os.h File Reference
#include <math.h>
#include <ogg/os_types.h>
#include "misc.h"

Go to the source code of this file.

Macros

#define _V_IFDEFJAIL_H_
 
#define FAST_HYPOT   hypot
 
#define M_PI   (3.1415926536f)
 
#define max(x, y)   ((x)<(y)?(y):(x))
 
#define min(x, y)   ((x)>(y)?(y):(x))
 
#define STIN   static
 
#define vorbis_fpu_restore(vorbis_fpu_control)   {}
 
#define vorbis_fpu_setround(vorbis_fpu_control)   {}
 

Typedefs

typedef int vorbis_fpu_control
 

Functions

static int vorbis_ftoi (double f)
 

Macro Definition Documentation

#define _V_IFDEFJAIL_H_

Definition at line 30 of file os.h.

#define FAST_HYPOT   hypot

Definition at line 61 of file os.h.

Referenced by main().

#define M_PI   (3.1415926536f)
#define STIN   static

Definition at line 37 of file os.h.

#define vorbis_fpu_restore (   vorbis_fpu_control)    {}

Definition at line 182 of file os.h.

Referenced by ov_read_filter().

#define vorbis_fpu_setround (   vorbis_fpu_control)    {}

Definition at line 181 of file os.h.

Referenced by ov_read_filter().

Typedef Documentation

Definition at line 171 of file os.h.

Function Documentation

static int vorbis_ftoi ( double  f)
static

Definition at line 173 of file os.h.

References floor().

Referenced by ov_read_filter().