RetroArch
Functions
fxp.h File Reference
#include <stdint.h>
#include <retro_inline.h>
Include dependency graph for fxp.h:

Go to the source code of this file.

Functions

static INLINE int64_t fx32_mul (const int32_t a, const int32_t b)
 
static INLINE int32_t fx32_shiftdown (const int64_t a)
 
static INLINE int64_t fx32_shiftup (const int32_t a)
 

Function Documentation

◆ fx32_mul()

static INLINE int64_t fx32_mul ( const int32_t  a,
const int32_t  b 
)
static

◆ fx32_shiftdown()

static INLINE int32_t fx32_shiftdown ( const int64_t  a)
static

◆ fx32_shiftup()

static INLINE int64_t fx32_shiftup ( const int32_t  a)
static