fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
taia.c File Reference

'tai' attosecond time handling More...

#include <sys/types.h>
#include <sys/time.h>
#include "taia.h"
Include dependency graph for taia.c:

Go to the source code of this file.

Functions

void taia_add (struct taia *t, struct taia *u, struct taia *v)
 
double taia_approx (struct taia *t)
 
double taia_frac (struct taia *t)
 
int taia_less (struct taia *t, struct taia *u)
 
int taia_now (struct taia *t)
 
void taia_pack (char *s, struct taia *t)
 
void taia_sub (struct taia *t, struct taia *u, struct taia *v)
 
void taia_uint (struct taia *t, unsigned int s)
 

Detailed Description

'tai' attosecond time handling

Author
djb qmail

Definition in file taia.c.

Function Documentation

◆ taia_add()

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

Definition at line 14 of file taia.c.

Here is the caller graph for this function:

◆ taia_approx()

double taia_approx ( struct taia * t)

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_frac()

double taia_frac ( struct taia * t)

Definition at line 34 of file taia.c.

Here is the caller graph for this function:

◆ taia_less()

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

Definition at line 39 of file taia.c.

Here is the caller graph for this function:

◆ taia_now()

int taia_now ( struct taia * t)

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 )

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 )

Definition at line 81 of file taia.c.

Here is the caller graph for this function:

◆ taia_uint()

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

Definition at line 99 of file taia.c.

Here is the caller graph for this function: