gem5
v20.0.0.0
|
#include <cassert>
#include "base/stats/text.hh"
#include <cmath>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include "base/cast.hh"
#include "base/logging.hh"
#include "base/stats/info.hh"
#include "base/str.hh"
Go to the source code of this file.
Classes | |
struct | Stats::ScalarPrint |
struct | Stats::VectorPrint |
struct | Stats::DistPrint |
struct | Stats::SparseHistPrint |
Namespaces | |
Stats | |
Macros | |
#define | NAN (__nan()) |
Define Not a number. More... | |
#define | __M5_NAN |
Need to define __nan() More... | |
Functions | |
float | __nan () |
list< Info * > & | Stats::statsList () |
string | Stats::ValueToString (Result value, int precision) |
Output * | Stats::initText (const string &filename, bool desc) |
#define NAN (__nan()) |
Define Not a number.
Definition at line 74 of file text.cc.
Referenced by Gcn3ISA::Inst_VOP2__V_MUL_F32::execute(), Gcn3ISA::Inst_VOP1__V_RCP_F64::execute(), Gcn3ISA::Inst_VOP1__V_RSQ_F64::execute(), Gcn3ISA::Inst_VOP3__V_MUL_LEGACY_F32::execute(), Gcn3ISA::Inst_VOP3__V_MUL_F32::execute(), Gcn3ISA::Inst_VOP3__V_RCP_F64::execute(), Gcn3ISA::Inst_VOP3__V_RSQ_F64::execute(), Gcn3ISA::Inst_VOP3__V_DIV_FIXUP_F64::execute(), Gcn3ISA::Inst_VOP3__V_ADD_F64::execute(), Gcn3ISA::Inst_VOP3__V_MUL_F64::execute(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
float __nan | ( | ) |
Definition at line 81 of file text.cc.
References ArmISA::f, and Stats::statsList().