 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GLOBALSIM_AP_INT_H
6 #define GLOBALSIM_AP_INT_H
22 template <std::
size_t n_dig,
typename T=
int16_t>
41 ap_int k;
k.m_value =
v;
k.test_overflow();
return k;
95 if (
val > (1<< n_dig)) {
const ap_int & operator*=(const ap_int &f)
const ap_int & operator-=(const ap_int &f)
const ap_int & operator+=(const ap_int &f)
const ap_int operator+(const ap_int &f) const
ap_int operator*(const ap_int &f) const
const ap_int & operator/=(const ap_int &f)
std::string to_string(const SectorProjector proj)
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
ap_int operator/(const ap_int &f) const