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

Go to the source code of this file.

Macros

#define N   46
 

Functions

double ullong_to_double (unsigned long long x)
 
int main ()
 

Variables

const float64 a_input [N]
 
const float64 b_input [N]
 
const float64 z_output [N]
 

Macro Definition Documentation

◆ N

#define N   46

Definition at line 60 of file dfadd.c.

Referenced by main().

Function Documentation

◆ main()

int main ( void  )

Definition at line 209 of file dfadd.c.

References a_input, b_input, float64_add(), main_result, N, result, ullong_to_double(), and z_output.

Here is the call graph for this function:

◆ ullong_to_double()

double ullong_to_double ( unsigned long long  x)

Definition at line 41 of file dfadd.c.

References x.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ a_input

const float64 a_input[N]

Definition at line 61 of file dfadd.c.

Referenced by main().

◆ b_input

const float64 b_input[N]

Definition at line 110 of file dfadd.c.

Referenced by main().

◆ z_output

const float64 z_output[N]

Definition at line 159 of file dfadd.c.

Referenced by main().


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