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 ) |
|
extern |
◆ taia_approx()
double taia_approx |
( |
struct taia * | t | ) |
|
|
extern |
◆ taia_fmtfrac()
unsigned int taia_fmtfrac |
( |
char * | , |
|
|
struct taia * | ) |
|
extern |
◆ taia_frac()
double taia_frac |
( |
struct taia * | t | ) |
|
|
extern |
◆ taia_half()
void taia_half |
( |
struct taia * | , |
|
|
struct taia * | ) |
|
extern |
◆ taia_less()
int taia_less |
( |
struct taia * | t, |
|
|
struct taia * | u ) |
|
extern |
◆ taia_now()
int taia_now |
( |
struct taia * | t | ) |
|
|
extern |
◆ taia_pack()
void taia_pack |
( |
char * | s, |
|
|
struct taia * | t ) |
|
extern |
◆ taia_sub()
void taia_sub |
( |
struct taia * | t, |
|
|
struct taia * | u, |
|
|
struct taia * | v ) |
|
extern |
◆ taia_tai()
void taia_tai |
( |
struct taia * | , |
|
|
struct tai * | ) |
|
extern |
◆ taia_uint()
void taia_uint |
( |
struct taia * | t, |
|
|
unsigned int | s ) |
|
extern |
◆ taia_unpack()
void taia_unpack |
( |
char * | , |
|
|
struct taia * | ) |
|
extern |