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

Go to the source code of this file.

Macros

#define N   22
 

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   22

Function Documentation

◆ main()

int main ( void  )

Definition at line 138 of file dfdiv.c.

References a_input, b_input, float64_div(), 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 dfdiv.c.

References x.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ a_input

const float64 a_input[N]
Initial value:
= {
0x7FFF000000000000ULL,
0x7FF0000000000000ULL,
0x7FF0000000000000ULL,
0x7FF0000000000000ULL,
0x3FF0000000000000ULL,
0x3FF0000000000000ULL,
0x0000000000000000ULL,
0x3FF0000000000000ULL,
0x0000000000000000ULL,
0x8000000000000000ULL,
0x4008000000000000ULL,
0xC008000000000000ULL,
0x4008000000000000ULL,
0xC008000000000000ULL,
0x4000000000000000ULL,
0xC000000000000000ULL,
0x4000000000000000ULL,
0xC000000000000000ULL,
0x3FF0000000000000ULL,
0xBFF0000000000000ULL,
0x3FF0000000000000ULL,
0xBFF0000000000000ULL
}

Definition at line 62 of file dfdiv.c.

Referenced by main().

◆ b_input

const float64 b_input[N]
Initial value:
= {
0x3FF0000000000000ULL,
0x7FF8000000000000ULL,
0x7FF0000000000000ULL,
0x3FF0000000000000ULL,
0x7FF8000000000000ULL,
0x7FF0000000000000ULL,
0x0000000000000000ULL,
0x0000000000000000ULL,
0x3FF0000000000000ULL,
0x3FF0000000000000ULL,
0x4000000000000000ULL,
0x4000000000000000ULL,
0xC000000000000000ULL,
0xC000000000000000ULL,
0x4010000000000000ULL,
0x4010000000000000ULL,
0xC010000000000000ULL,
0xC010000000000000ULL,
0x3FF8000000000000ULL,
0x3FF8000000000000ULL,
0xBFF8000000000000ULL,
0xBFF8000000000000ULL
}

Definition at line 87 of file dfdiv.c.

Referenced by main().

◆ z_output

const float64 z_output[N]
Initial value:
= {
0x7FFF000000000000ULL,
0x7FF8000000000000ULL,
0x7FFFFFFFFFFFFFFFULL,
0x7FF0000000000000ULL,
0x7FF8000000000000ULL,
0x0000000000000000ULL,
0x7FFFFFFFFFFFFFFFULL,
0x7FF0000000000000ULL,
0x0000000000000000ULL,
0x8000000000000000ULL,
0x3FF8000000000000ULL,
0xBFF8000000000000ULL,
0xBFF8000000000000ULL,
0x3FF8000000000000ULL,
0x3FE0000000000000ULL,
0xBFE0000000000000ULL,
0xBFE0000000000000ULL,
0x3FE0000000000000ULL,
0x3FE5555555555555ULL,
0xBFE5555555555555ULL,
0xBFE5555555555555ULL,
0x3FE5555555555555ULL
}

Definition at line 112 of file dfdiv.c.

Referenced by main().


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