PandA-2024.02
Functions
3mm.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <math.h>
#include <polybench.h>
#include "3mm.h"
Include dependency graph for 3mm.c:

Go to the source code of this file.

Functions

static void init_array (int ni, int nj, int nk, int nl, int nm, DATA_TYPE POLYBENCH_2D(A, NI, NK, ni, nk), DATA_TYPE POLYBENCH_2D(B, NK, NJ, nk, nj), DATA_TYPE POLYBENCH_2D(C, NJ, NM, nj, nm), DATA_TYPE POLYBENCH_2D(D, NM, NL, nm, nl))
 This version is stamped on May 10, 2016. More...
 
static void print_array (int ni, int nl, DATA_TYPE POLYBENCH_2D(G, NI, NL, ni, nl))
 
 __attribute__ ((noinline))
 Convert the given fixedpt number to a decimal string. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Convert the given fixedpt number to a decimal string.

The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.

Definition at line 71 of file 3mm.c.

References _PB_NI, _PB_NJ, _PB_NK, _PB_NL, _PB_NM, A, B, C, D, F, k, and SCALAR_VAL.

◆ init_array()

static void init_array ( int  ni,
int  nj,
int  nk,
int  nl,
int  nm,
DATA_TYPE   POLYBENCH_2DA, NI, NK, ni, nk,
DATA_TYPE   POLYBENCH_2DB, NK, NJ, nk, nj,
DATA_TYPE   POLYBENCH_2DC, NJ, NM, nj, nm,
DATA_TYPE   POLYBENCH_2DD, NM, NL, nm, nl 
)
static

This version is stamped on May 10, 2016.

Contact: Louis-Noel Pouchet <pouchet.ohio-state.edu> Tomofumi Yuki <tomofumi.yuki.fr>

Web address: http://polybench.sourceforge.net

Definition at line 26 of file 3mm.c.

References A, B, C, D, and DATA_TYPE.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

◆ print_array()

static void print_array ( int  ni,
int  nl,
DATA_TYPE   POLYBENCH_2DG, NI, NL, ni, nl 
)
static

Definition at line 52 of file 3mm.c.

References DATA_PRINTF_MODIFIER, POLYBENCH_DUMP_BEGIN, POLYBENCH_DUMP_END, POLYBENCH_DUMP_FINISH, POLYBENCH_DUMP_START, and POLYBENCH_DUMP_TARGET.

Referenced by main().

Here is the caller graph for this function:

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