This is like ResultInfo but the accuracy with which a result was computed as well as the desired accuracy are stored.
More...
#include <compute.h>
|
| AccResultInfo (Compute *c) |
|
double | actual_accuracy () const |
|
double | desired_accuracy () const |
|
void | set_desired_accuracy (double) |
|
void | set_actual_accuracy (double) |
|
int | computed_to_desired_accuracy () const |
|
int | needed () const |
|
| ResultInfo (Compute *c) |
|
int & | compute () |
|
const int & | compute () const |
|
int | compute (int c) |
|
int & | computed () |
|
const int & | computed () const |
|
virtual int | needed () const |
|
|
int | _compute |
|
int | _computed |
|
Compute * | _c |
|
This is like ResultInfo but the accuracy with which a result was computed as well as the desired accuracy are stored.
◆ needed()
int sc::AccResultInfo::needed |
( |
| ) |
const |
|
virtual |
◆ restore_state()
virtual void sc::AccResultInfo::restore_state |
( |
StateIn & |
| ) |
|
|
protectedvirtual |
◆ save_data_state()
virtual void sc::AccResultInfo::save_data_state |
( |
StateOut & |
| ) |
|
|
protectedvirtual |
◆ update()
void sc::AccResultInfo::update |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: