#include <spuc/spuc_types.h>
#include <cmath>
Include dependency graph for real_saturate.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | SPUC |
Functions | |
| template<class T> | |
| T | SPUC::real_saturate (T in, long bits) |
| Templated saturation functions. | |
| template<> | |
| long | SPUC::real_saturate (long in, long bits) |
| Templated saturation functions. | |
| template<> | |
| int | SPUC::real_saturate (int in, long bits) |
| template<> | |
| double | SPUC::real_saturate (double in, long bits) |
| template<> | |
| float | SPUC::real_saturate (float in, long bits) |
1.4.7