Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASCalc Struct Reference

#include <JASCalc.h>

Public Member Functions

f32 fake1 ()
 
f32 fake2 (long x)
 
f32 fake3 ()
 
template<>
s16 clamp (s32 x)
 

Static Public Member Functions

static void imixcopy (const s16 *, const s16 *, s16 *, u32)
 
static void bcopyfast (const void *src, void *dest, u32 size)
 
static void bcopy (const void *src, void *dest, u32 size)
 
static void bzerofast (void *dest, u32 size)
 
static void bzero (void *dest, u32 size)
 
static f32 pow2 (f32)
 
template<typename A , typename B >
static A clamp (B x)
 
static f32 clamp01 (f32 i_value)
 

Static Public Attributes

static const s16 CUTOFF_TO_IIR_TABLE [128][4]
 

Member Function Documentation

◆ bcopy()

void JASCalc::bcopy ( const void * src,
void * dest,
u32 size )
static

◆ bcopyfast()

void JASCalc::bcopyfast ( const void * src,
void * dest,
u32 size )
static

◆ bzero()

void JASCalc::bzero ( void * dest,
u32 size )
static

◆ bzerofast()

void JASCalc::bzerofast ( void * dest,
u32 size )
static

◆ clamp() [1/2]

template<typename A , typename B >
static A JASCalc::clamp ( B x)
static

◆ clamp() [2/2]

template<>
s16 JASCalc::clamp ( s32 x)

◆ clamp01()

static f32 JASCalc::clamp01 ( f32 i_value)
inlinestatic

◆ fake1()

f32 JASCalc::fake1 ( )

◆ fake2()

f32 JASCalc::fake2 ( long x)

◆ fake3()

f32 JASCalc::fake3 ( )

◆ imixcopy()

void JASCalc::imixcopy ( const s16 * s1,
const s16 * s2,
s16 * dst,
u32 n )
static

◆ pow2()

f32 JASCalc::pow2 ( f32 x)
static

Member Data Documentation

◆ CUTOFF_TO_IIR_TABLE

s16 const JASCalc::CUTOFF_TO_IIR_TABLE
static

The documentation for this struct was generated from the following files: