PandA-2024.02
|
Go to the source code of this file.
Functions | |
void | run_benchmark (void *vargs) |
void | input_to_data (int fd, void *vdata) |
void | data_to_input (int fd, void *vdata) |
void | output_to_data (int fd, void *vdata) |
void | data_to_output (int fd, void *vdata) |
int | check_data (void *vdata) |
Variables | |
int | INPUT_SIZE = sizeof(struct bench_args_t) |
int check_data | ( | void * | vdata | ) |
Definition at line 92 of file local_support.c.
void data_to_input | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 53 of file local_support.c.
References bench_args_t::a, bench_args_t::b, TESTS_COUNT, write_double_array(), and write_section_header().
void data_to_output | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 84 of file local_support.c.
References bench_args_t::c, TESTS_COUNT, write_double_array(), and write_section_header().
void input_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 36 of file local_support.c.
References bench_args_t::a, bench_args_t::b, find_section_start(), parse_double_array(), readfile(), and TESTS_COUNT.
void output_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 69 of file local_support.c.
References bench_args_t::c, find_section_start(), parse_double_array(), readfile(), and TESTS_COUNT.
void run_benchmark | ( | void * | vargs | ) |
Definition at line 8 of file local_support.c.
References __float_to_in, __out_to_float, bench_args_t::a, test_panda::args, bench_args_t::b, bench_args_t::c, vc_t::d, double_prec_addition(), TESTS_COUNT, and vc_t::u.
int INPUT_SIZE = sizeof(struct bench_args_t) |
Definition at line 6 of file local_support.c.