PandA-2024.02
Macros | Functions | Variables
dfsin.c File Reference
#include <stdio.h>
#include "softfloat.c"
Include dependency graph for dfsin.c:

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]
 

Macro Definition Documentation

◆ N

#define N   36

Definition at line 88 of file dfsin.c.

Referenced by main().

Function Documentation

◆ float64_abs()

float64 float64_abs ( float64  x)

Definition at line 41 of file dfsin.c.

Referenced by local_sin().

Here is the caller graph for this function:

◆ local_sin()

float64 local_sin ( float64  rad)

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().

Referenced by main().

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

◆ main()

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().

Here is the call graph for this function:

◆ ullong_to_double()

double ullong_to_double ( unsigned long long  x)

Definition at line 69 of file dfsin.c.

References x.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ test_in

const float64 test_in[N]

Definition at line 89 of file dfsin.c.

Referenced by main().

◆ test_out

const float64 test_out[N]

Definition at line 128 of file dfsin.c.

Referenced by main().


Generated on Mon Feb 12 2024 13:03:07 for PandA-2024.02 by doxygen 1.8.13