PandA-2024.02
Data Structures | Macros | Functions | Variables
tb.c File Reference
#include <stddef.h>
#include <stdio.h>
Include dependency graph for tb.c:

Go to the source code of this file.

Data Structures

struct  dataset_t
 

Macros

#define MAX_SIZE   10000
 

Functions

void test (float *const pbase, size_t total_elems)
 
int main ()
 

Variables

static dataset_t dataset []
 
static size_t dataset_size = sizeof(dataset) / sizeof(dataset_t)
 

Macro Definition Documentation

◆ MAX_SIZE

#define MAX_SIZE   10000

Definition at line 8 of file tb.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 693 of file tb.c.

References dataset_size, and test().

Here is the call graph for this function:

◆ test()

void test ( float *const  pbase,
size_t  total_elems 
)

Definition at line 14 of file test.c.

References _quicksort(), less(), and qsort_r().

Here is the call graph for this function:

Variable Documentation

◆ dataset

dataset_t dataset[]
static

Definition at line 18 of file tb.c.

◆ dataset_size

size_t dataset_size = sizeof(dataset) / sizeof(dataset_t)
static

Definition at line 691 of file tb.c.

Referenced by main().


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13