PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | N 36 |
Functions | |
float64 | float64_abs (float64 x) |
float64 | local_sin (float64 rad) |
double | ullong_to_double (unsigned long long x) |
int | main () |
Variables | |
const float64 | test_in [N] |
const float64 | test_out [N] |
Definition at line 47 of file dfsin.c.
References float64_abs(), float64_add(), float64_div(), float64_ge(), float64_mul(), float64_neg(), and int32_to_float64().
int main | ( | void | ) |
Definition at line 168 of file dfsin.c.
References local_sin(), main_result, N, result, test_in, test_out, and ullong_to_double().
double ullong_to_double | ( | unsigned long long | x | ) |