Searched refs:inf (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/iostream3/
H A Dtest.cc14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_float_limits_inf.cpp67 SHOW_EXP(a b inf); \
104 sc_fxval inf("Inf"); SHOW(inf);
124 SHOW_EXPS(inf);
H A Dfx_float_limits_double.cpp67 SHOW_EXP(a b inf); \
104 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits_long.cpp67 SHOW_EXP(a b inf); \
104 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits_zero.cpp67 SHOW_EXP(a b inf); \
104 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits.cpp66 SHOW_EXP(a b inf); \
/gem5/src/systemc/tests/systemc/datatypes/fx/limits/
H A Dfx_float_limits_inf.cpp65 SHOW_EXP(a b inf); \
102 sc_fxval inf("Inf"); SHOW(inf);
122 SHOW_EXPS(inf);
H A Dfx_float_limits_double.cpp65 SHOW_EXP(a b inf); \
102 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits_long.cpp65 SHOW_EXP(a b inf); \
102 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits_zero.cpp65 SHOW_EXP(a b inf); \
102 sc_fxval inf("Inf"); SHOW(inf);
H A Dfx_float_limits.cpp64 SHOW_EXP(a b inf); \
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcvt_w.S101 # -NaN, NaN, -inf, +inf
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcvt_w.S92 # -NaN, NaN, -inf, +inf
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_ieee.h158 static const scfx_ieee_double inf( int );
410 scfx_ieee_double::inf( int sign ) function in class:sc_dt::scfx_ieee_double
H A Dsc_fxval.cpp695 return static_cast<double>( scfx_ieee_double::inf( sign ) );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh150 static const scfx_ieee_double inf(int);
360 scfx_ieee_double::inf(int sign) function in class:sc_dt::scfx_ieee_double
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc650 return static_cast<double>(scfx_ieee_double::inf(sign));
/gem5/ext/ply/ply/
H A Dyacc.py3204 for inf in infinite:
3205 errorlog.error("Infinite recursion detected for symbol '%s'", inf)

Completed in 32 milliseconds