Searched refs:mean (Results 1 - 14 of 14) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.2/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
55 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.3/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
57 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.4/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
57 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.1/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
60 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.5/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
59 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.6/
H A Dmean.h22 mean.h --
38 /* This is the interface file for synchronous process `mean' */
44 SC_MODULE( mean )
46 SC_HAS_PROCESS( mean );
58 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.7/
H A Dmean.h22 mean.h --
38 /* Filename mean.h */
39 /* This is the interface file for synchronous process `mean' */
45 SC_MODULE( mean )
47 SC_HAS_PROCESS( mean );
59 mean(sc_module_name NAME, function
H A Dmean.cpp22 mean.cpp --
38 /* Filename mean.cc */
39 /* This is the implementation file for synchronous process `mean' */
41 #include "mean.h"
45 sc_signed& mean){}
49 sc_signed& mean){}
51 void mean::entry()
58 sc_signed arith(24); // Arithmetic mean
59 sc_signed geom(24); // Geometric mean
60 sc_signed harmonic(24); // Harmonic mean
43 calculate_geometric_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
47 calculate_harmonic_mean(const sc_signed& a, const sc_signed& b, const sc_signed& c, const sc_signed& d, sc_signed& mean) argument
[all...]

Completed in 13 milliseconds