Go to the source code of this file.
|
void | taia_tai (struct taia *, struct tai *) |
|
int | taia_now (struct taia *) |
|
double | taia_approx (struct taia *) |
|
double | taia_frac (struct taia *) |
|
void | taia_add (struct taia *, struct taia *, struct taia *) |
|
void | taia_sub (struct taia *, struct taia *, struct taia *) |
|
void | taia_half (struct taia *, struct taia *) |
|
int | taia_less (struct taia *, struct taia *) |
|
void | taia_pack (char *, struct taia *) |
|
void | taia_unpack (char *, struct taia *) |
|
unsigned int | taia_fmtfrac (char *, struct taia *) |
|
void | taia_uint (struct taia *, unsigned int) |
|
◆ TAIA_FMTFRAC
◆ TAIA_PACK
◆ taia_add()
void taia_add |
( |
struct taia * |
t, |
|
|
struct taia * |
u, |
|
|
struct taia * |
v |
|
) |
| |
◆ taia_approx()
double taia_approx |
( |
struct taia * |
t | ) |
|
◆ taia_fmtfrac()
unsigned int taia_fmtfrac |
( |
char * |
, |
|
|
struct taia * |
|
|
) |
| |
◆ taia_frac()
double taia_frac |
( |
struct taia * |
t | ) |
|
◆ taia_half()
void taia_half |
( |
struct taia * |
, |
|
|
struct taia * |
|
|
) |
| |
◆ taia_less()
int taia_less |
( |
struct taia * |
t, |
|
|
struct taia * |
u |
|
) |
| |
◆ taia_now()
int taia_now |
( |
struct taia * |
t | ) |
|
◆ taia_pack()
void taia_pack |
( |
char * |
s, |
|
|
struct taia * |
t |
|
) |
| |
◆ taia_sub()
void taia_sub |
( |
struct taia * |
t, |
|
|
struct taia * |
u, |
|
|
struct taia * |
v |
|
) |
| |
◆ taia_tai()
void taia_tai |
( |
struct taia * |
, |
|
|
struct tai * |
|
|
) |
| |
◆ taia_uint()
void taia_uint |
( |
struct taia * |
t, |
|
|
unsigned int |
s |
|
) |
| |
◆ taia_unpack()
void taia_unpack |
( |
char * |
, |
|
|
struct taia * |
|
|
) |
| |