fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
taia.h File Reference
#include "tai.h"
Include dependency graph for taia.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  taia
 

Macros

#define TAIA_PACK   16
 
#define TAIA_FMTFRAC   19
 

Functions

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)
 

Macro Definition Documentation

◆ TAIA_FMTFRAC

#define TAIA_FMTFRAC   19

Definition at line 35 of file taia.h.

◆ TAIA_PACK

#define TAIA_PACK   16

Definition at line 31 of file taia.h.

Function Documentation

◆ taia_add()

void taia_add ( struct taia * t,
struct taia * u,
struct taia * v )
extern

Definition at line 14 of file taia.c.

Here is the caller graph for this function:

◆ taia_approx()

double taia_approx ( struct taia * t)
extern

Definition at line 29 of file taia.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ taia_fmtfrac()

unsigned int taia_fmtfrac ( char * ,
struct taia *  )
extern

◆ taia_frac()

double taia_frac ( struct taia * t)
extern

Definition at line 34 of file taia.c.

Here is the caller graph for this function:

◆ taia_half()

void taia_half ( struct taia * ,
struct taia *  )
extern

◆ taia_less()

int taia_less ( struct taia * t,
struct taia * u )
extern

Definition at line 39 of file taia.c.

Here is the caller graph for this function:

◆ taia_now()

int taia_now ( struct taia * t)
extern

Definition at line 48 of file taia.c.

Here is the caller graph for this function:

◆ taia_pack()

void taia_pack ( char * s,
struct taia * t )
extern

Definition at line 62 of file taia.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ taia_sub()

void taia_sub ( struct taia * t,
struct taia * u,
struct taia * v )
extern

Definition at line 81 of file taia.c.

Here is the caller graph for this function:

◆ taia_tai()

void taia_tai ( struct taia * ,
struct tai *  )
extern

◆ taia_uint()

void taia_uint ( struct taia * t,
unsigned int s )
extern

Definition at line 99 of file taia.c.

Here is the caller graph for this function:

◆ taia_unpack()

void taia_unpack ( char * ,
struct taia *  )
extern