#include <stdlib.h>
#include "aacps_tablegen.h"
#include "tableprint.h"
Go to the source code of this file.
Defines | |
#define | CONFIG_HARDCODED_TABLES 0 |
Functions | |
void | write_float_3d_array (const void *p, int b, int c, int d) |
void | write_float_4d_array (const void *p, int a, int b, int c, int d) |
int | main (void) |
#define CONFIG_HARDCODED_TABLES 0 |
Definition at line 24 of file aacps_tablegen.c.
int main | ( | void | ) |
Definition at line 52 of file aacps_tablegen.c.
void write_float_3d_array | ( | const void * | p, | |
int | b, | |||
int | c, | |||
int | d | |||
) |
void write_float_4d_array | ( | const void * | p, | |
int | a, | |||
int | b, | |||
int | c, | |||
int | d | |||
) |