Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
ansi_fp.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_ANSI_FP_H
2
#define _MSL_COMMON_ANSI_FP_H
3
4
5
#define SIGDIGLEN 36
6
7
typedef
struct
decimal
{
8
char
sign
;
9
char
unk1
;
10
short
exp
;
11
struct
{
12
unsigned
char
length
;
13
unsigned
char
text
[36];
14
unsigned
char
unk41
;
15
}
sig
;
16
}
decimal
;
17
18
typedef
struct
decform
{
19
char
style
;
20
char
unk1
;
21
short
digits
;
22
}
decform
;
23
24
/* void __ull2dec(decimal*, u64);
25
void __timesdec(decimal*, const decimal*, const decimal*);
26
void __str2dec(decimal*, const char*, short);
27
void __two_exp(decimal*, s32);
28
BOOL __equals_dec(const decimal*, const decimal*);
29
BOOL __less_dec(const decimal*, const decimal*);
30
void __minus_dec(decimal*, const decimal*, const decimal*);
31
void __num2dec_internal(decimal*, f64);
32
void __num2dec(const decform*, f64, decimal*);
33
f64 __dec2num(const decimal*); */
34
35
#endif
decform
Definition
ansi_fp.h:18
decform::digits
short digits
Definition
ansi_fp.h:21
decform::unk1
char unk1
Definition
ansi_fp.h:20
decform::style
char style
Definition
ansi_fp.h:19
decimal
Definition
ansi_fp.h:7
decimal::sig
struct decimal::@17 sig
decimal::exp
short exp
Definition
ansi_fp.h:10
decimal::text
unsigned char text[36]
Definition
ansi_fp.h:13
decimal::sign
char sign
Definition
ansi_fp.h:8
decimal::unk41
unsigned char unk41
Definition
ansi_fp.h:14
decimal::length
unsigned char length
Definition
ansi_fp.h:12
decimal::unk1
char unk1
Definition
ansi_fp.h:9
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
ansi_fp.h
Generated by
1.9.8