PandA-2024.02
Macros | Functions
main.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdint.h>
#include "black_scholes.h"
#include "fixedptc.h"
Include dependency graph for main.c:

Go to the source code of this file.

Macros

#define RUN   32
 

Functions

fixedpt asset_path_test (int seed)
 
fixedpt black_scholes ()
 
int main (void)
 

Macro Definition Documentation

◆ RUN

#define RUN   32

Definition at line 7 of file main.c.

Referenced by black_scholes().

Function Documentation

◆ asset_path_test()

fixedpt asset_path_test ( int  seed)
inline

Definition at line 12 of file main.c.

References asset_path_fixed_simplified().

Referenced by black_scholes(), and main().

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

◆ black_scholes()

fixedpt black_scholes ( )

Definition at line 22 of file main.c.

References asset_path_test(), FIXEDPT_BITS, FIXEDPT_WBITS, RUN, seeds, and sum.

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 68 of file main.c.

References black_scholes(), and sum.

Here is the call graph for this function:

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