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