PandA-2024.02
examples
truefloat
sqrt
sqrt.h
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include "support.h"
4
5
#define TESTS_COUNT 2
6
7
DATA_TYPE
double_prec_sqrt
(
DATA_TYPE
);
8
10
// Test harness interface code.
11
12
struct
bench_args_t
13
{
14
double
a
[
TESTS_COUNT
];
15
double
c
[
TESTS_COUNT
];
16
};
bench_args_t::a
TYPE a[SIZE]
Definition:
sort.h:16
TESTS_COUNT
#define TESTS_COUNT
Definition:
sqrt.h:5
double_prec_sqrt
DATA_TYPE double_prec_sqrt(DATA_TYPE)
bench_args_t::c
double c[TESTS_COUNT]
Definition:
add.h:16
bench_args_t
Definition:
aes.h:18
DATA_TYPE
#define DATA_TYPE
Definition:
correlation.h:72
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13