LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_types.h File Reference
#include "lasp_config.h"
#include <stddef.h>
#include <stdbool.h>
#include <complex.h>
Include dependency graph for lasp_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define islikely(x)   (x)
 
#define isunlikely(x)   (x)
 

Typedefs

typedef size_t us
 We often use boolean values.
 
typedef double complex c
 

Macro Definition Documentation

◆ islikely

#define islikely (   x)    (x)

Definition at line 18 of file lasp_types.h.

◆ isunlikely

#define isunlikely (   x)    (x)

Definition at line 19 of file lasp_types.h.

Typedef Documentation

◆ c

typedef double complex c

Definition at line 49 of file lasp_types.h.

◆ us

typedef size_t us

We often use boolean values.

Definition at line 29 of file lasp_types.h.