37 out <<
names[i] <<
" " << fCount[i] << endl;
55 #if (!defined(__cplusplus) || __cplusplus < 201103L) && (!defined(_MSC_VER) || _MSC_VER < 1900)// If we aren't using C++11. 61 REAL a1 = 0.254829592;
62 REAL a2 = -0.284496736;
63 REAL a3 = 1.421413741;
64 REAL a4 = -1.453152027;
65 REAL a5 = 1.061405429;
69 if(arg < 0) sign = -1;
73 REAL t = 1.0/(1.0 + p*arg);
74 REAL y = 1.0 - (((((a5*t + a4)*t) + a3)*t + a2)*t + a1)*t*
exp(-arg*arg);
static TPZCounter gCount
Containts the counter vector by operation performed.
expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ fabs
const int gNumOp
Number of type of the operations actually counted.
void Print(std::ostream &out=std::cout) const
Implements a counter by operations. Common.
std::ostream & operator<<(std::ostream &out, const TPZCounter &count)
Re-implements << operator to show the counter (count) data.
expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ expr_ exp
Contains the declaration of TPZFlopCounter class and TPZCounter struct.