#include "version.h"#include <stdio.h>#include <assert.h>#include <math.h>#include <limits.h>#include <ctype.h>#include <sys/types.h>#include <sys/stat.h>Include dependency graph for machine.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | strchr index |
| #define | strrchr rindex |
| #define | memcpy(d, s, n) bcopy ((s), (d), (n)) |
| #define | memmove(d, s, n) bcopy ((s), (d), (n)) |
| #define | POW20(x) (assert(0 <= (x+Q_MAX2) && x < Q_MAX), pow20[x+Q_MAX2]) |
| #define | IPOW20(x) (assert(0 <= x && x < Q_MAX), ipow20[x]) |
| #define | FLOAT_MAX 1e37 |
| #define | FLOAT8_MAX 1e99 |
Typedefs | |
| typedef float | FLOAT |
| typedef double | FLOAT8 |
| typedef FLOAT | sample_t |
| typedef sample_t | stereo_t [2] |
Functions | |
| char * | strchr () |
| char ** | strrchr () |
| #define FLOAT_MAX 1e37 |
| #define IPOW20 | ( | x | ) | (assert(0 <= x && x < Q_MAX), ipow20[x]) |
| #define POW20 | ( | x | ) | (assert(0 <= (x+Q_MAX2) && x < Q_MAX), pow20[x+Q_MAX2]) |
| char* strchr | ( | ) |
| char* * strrchr | ( | ) |
1.5.2