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 KEY_SIZE   8
 
#define MAX_SIZE   100000
 

Functions

int test (float *key, float *base, size_t nmemb)
 
int main ()
 

Variables

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

Macro Definition Documentation

◆ KEY_SIZE

#define KEY_SIZE   8

Definition at line 8 of file tb.c.

Referenced by main().

◆ MAX_SIZE

#define MAX_SIZE   100000

Definition at line 9 of file tb.c.

Referenced by main().

Function Documentation

◆ main()

int main ( void  )

Definition at line 526 of file tb.c.

References dataset_size, key, KEY_SIZE, and test().

Here is the call graph for this function:

◆ test()

int test ( float *  key,
float *  base,
size_t  nmemb 
)

Definition at line 10 of file test-specialized.c.

References bsearch(), and less().

Referenced by main().

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

Variable Documentation

◆ dataset

dataset_t dataset[]
static

Definition at line 20 of file tb.c.

◆ dataset_size

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

Definition at line 524 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