NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches

Description

Macros

#define OS_FASTCAST_U8   2
 
#define OS_FASTCAST_U16   3
 
#define OS_FASTCAST_S8   4
 
#define OS_FASTCAST_S16   5
 

Functions

void DCStoreRangeNoSync (void *start, size_t size)
 
float OSu16tof32 (register u16 *in)
 Converts an unsigned short value into a single-precision floating point value.
 

Macro Definition Documentation

◆ OS_FASTCAST_U8

#define OS_FASTCAST_U8   2

Definition at line 13 of file OSFastCast.h.

◆ OS_FASTCAST_U16

#define OS_FASTCAST_U16   3

Definition at line 14 of file OSFastCast.h.

◆ OS_FASTCAST_S8

#define OS_FASTCAST_S8   4

Definition at line 15 of file OSFastCast.h.

◆ OS_FASTCAST_S16

#define OS_FASTCAST_S16   5

Definition at line 16 of file OSFastCast.h.

Function Documentation

◆ OSu16tof32()

float OSu16tof32 ( register u16 *  in)
inline

Converts an unsigned short value into a single-precision floating point value.

Definition at line 21 of file OSFastCast.h.