doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Typedefs
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 STIN   static
 
#define M_PI   (3.1415926536f)
 
#define FAST_HYPOT   hypot
 
#define min(x, y)   ((x)>(y)?(y):(x))
 
#define max(x, y)   ((x)<(y)?(y):(x))
 
#define vorbis_fpu_setround(vorbis_fpu_control)   {}
 
#define vorbis_fpu_restore(vorbis_fpu_control)   {}
 

Typedefs

typedef int vorbis_fpu_control
 

Macro Definition Documentation

#define _V_IFDEFJAIL_H_

Definition at line 26 of file os.h.

#define FAST_HYPOT   hypot

Definition at line 52 of file os.h.

#define M_PI   (3.1415926536f)

Definition at line 41 of file os.h.

#define max (   x,
  y 
)    ((x)<(y)?(y):(x))

Definition at line 70 of file os.h.

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

Definition at line 66 of file os.h.

#define STIN   static

Definition at line 33 of file os.h.

#define vorbis_fpu_restore (   vorbis_fpu_control)    {}

Definition at line 143 of file os.h.

#define vorbis_fpu_setround (   vorbis_fpu_control)    {}

Definition at line 142 of file os.h.

Typedef Documentation

Definition at line 135 of file os.h.