PandA-2024.02
|
#include <stddef.h>
#include <stdio.h>
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) |
int main | ( | void | ) |
Definition at line 693 of file tb.c.
References dataset_size, and test().
void test | ( | float *const | pbase, |
size_t | total_elems | ||
) |
Definition at line 14 of file test.c.
References _quicksort(), less(), and qsort_r().