Searched refs:INT_MAX (Results 1 - 25 of 53) sorted by relevance

123

/gem5/ext/googletest/googlemock/src/
H A Dgmock-cardinalities.cc112 } else if (max_ == INT_MAX) {
119 } else if (max_ == INT_MAX) {
122 // 0 < min_ < max_ < INT_MAX
140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); }
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h66 virtual int ConservativeUpperBound() const { return INT_MAX; }
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_fix_limits_double.cpp99 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fix_limits_inf.cpp99 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fix_limits_long.cpp99 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fix_limits_zero.cpp99 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fixed_limits_double.cpp99 sc_fixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_fixed_limits_inf.cpp99 sc_fixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_fixed_limits_long.cpp99 sc_fixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_fixed_limits_zero.cpp99 sc_fixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_float_limits_double.cpp108 sc_fxval int_max(INT_MAX); SHOW(int_max);
H A Dfx_float_limits_inf.cpp108 sc_fxval int_max(INT_MAX); SHOW(int_max);
H A Dfx_float_limits_long.cpp108 sc_fxval int_max(INT_MAX); SHOW(int_max);
H A Dfx_float_limits_zero.cpp108 sc_fxval int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufix_limits_double.cpp99 sc_ufix int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufix_limits_inf.cpp99 sc_ufix int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufix_limits_long.cpp99 sc_ufix int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufix_limits_zero.cpp99 sc_ufix int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufixed_limits_double.cpp99 sc_ufixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufixed_limits_inf.cpp99 sc_ufixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufixed_limits_long.cpp99 sc_ufixed<8, 5> int_max(INT_MAX); SHOW(int_max);
H A Dfx_ufixed_limits_zero.cpp99 sc_ufixed<8, 5> int_max(INT_MAX); SHOW(int_max);
/gem5/src/systemc/tests/systemc/datatypes/fx/limits/
H A Dfx_fix_limits_double.cpp97 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fix_limits_inf.cpp97 sc_fix int_max(INT_MAX); SHOW(int_max);
H A Dfx_fix_limits_long.cpp97 sc_fix int_max(INT_MAX); SHOW(int_max);

Completed in 19 milliseconds

123