Odamex
Setting the Standard in Multiplayer Doom
common/m_fixed.h File Reference

Go to the source code of this file.

Typedefs

typedef int fixed_t
typedef unsigned int dsfixed_t

Functions

fixed_t FixedMul_ASM (fixed_t a, fixed_t b)
fixed_t STACK_ARGS FixedDiv_ASM (fixed_t a, fixed_t b)
fixed_t FixedMul_C (fixed_t a, fixed_t b)
fixed_t FixedDiv_C (fixed_t a, fixed_t b)
fixed_t FixedMul (fixed_t a, fixed_t b)
fixed_t FixedDiv (fixed_t a, fixed_t b)

Typedef Documentation

typedef unsigned int dsfixed_t
typedef int fixed_t

Function Documentation

__inline fixed_t FixedDiv ( fixed_t  a,
fixed_t  b 
) [inline]
fixed_t STACK_ARGS FixedDiv_ASM ( fixed_t  a,
fixed_t  b 
)
fixed_t FixedDiv_C ( fixed_t  a,
fixed_t  b 
)
__inline fixed_t FixedMul ( fixed_t  a,
fixed_t  b 
) [inline]
fixed_t FixedMul_ASM ( fixed_t  a,
fixed_t  b 
)
fixed_t FixedMul_C ( fixed_t  a,
fixed_t  b 
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends