FK20 CUDA
parseFFTTest.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "parseFFTTest.h"
Include dependency graph for parseFFTTest.c:

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 
#define eprintf(fmt, ...)   fprintf(stderr, fmt, ##__VA_ARGS__)
 

Functions

void freeffttest_t (ffttest_t *fftTest)
 
void parsePoly (char *line, ffttest_t *fftTest, ssize_t line_read_size)
 
void parsefft (char *line, ffttest_t *fftTest, unsigned char input)
 
void parsefftInput (char *line, ffttest_t *fftTest)
 
void parsefftOutput (char *line, ffttest_t *fftTest)
 
void parseSetup (char *line, ffttest_t *fftTest)
 
void printTest (ffttest_t test)
 
ffttest_t parseFFTTest (const char *filename)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 2 of file parseFFTTest.c.

◆ eprintf

#define eprintf (   fmt,
  ... 
)    fprintf(stderr, fmt, ##__VA_ARGS__)

Function Documentation

◆ freeffttest_t()

void freeffttest_t ( ffttest_t fftTest)

Definition at line 9 of file parseFFTTest.c.

Here is the caller graph for this function:

◆ parsefft()

void parsefft ( char *  line,
ffttest_t fftTest,
unsigned char  input 
)

Definition at line 48 of file parseFFTTest.c.

Here is the caller graph for this function:

◆ parsefftInput()

void parsefftInput ( char *  line,
ffttest_t fftTest 
)

Definition at line 72 of file parseFFTTest.c.

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

◆ parsefftOutput()

void parsefftOutput ( char *  line,
ffttest_t fftTest 
)

Definition at line 83 of file parseFFTTest.c.

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

◆ parseFFTTest()

ffttest_t parseFFTTest ( const char *  filename)

Definition at line 136 of file parseFFTTest.c.

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

◆ parsePoly()

void parsePoly ( char *  line,
ffttest_t fftTest,
ssize_t  line_read_size 
)

Definition at line 16 of file parseFFTTest.c.

Here is the caller graph for this function:

◆ parseSetup()

void parseSetup ( char *  line,
ffttest_t fftTest 
)

Definition at line 94 of file parseFFTTest.c.

Here is the caller graph for this function:

◆ printTest()

void printTest ( ffttest_t  test)

Definition at line 113 of file parseFFTTest.c.