#include <ops.hh>
|
| OpMAXCDouble (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
| OpMAXCDouble (const BaseType *newResType, char *newAccu, const BaseType *newOpType, unsigned int newResOff, unsigned int newOpOff) |
| constructor initializing internal accu. More...
|
|
virtual char * | operator() (const char *op, char *myAccu) |
| operator to carry out operation on { op}. More...
|
|
virtual char * | operator() (const char *op) |
| operator to carry out operation on { op} using internal accu. More...
|
|
| CondenseOp (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
| CondenseOp (const BaseType *newResType, char *newAccu, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
virtual char * | getAccuVal () |
| operator to access value of internal accumulator. More...
|
|
virtual | ~CondenseOp () |
|
OpMAXCDouble::OpMAXCDouble |
( |
const BaseType * |
newResType, |
|
|
const BaseType * |
newOpType, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOpOff = 0 |
|
) |
| |
OpMAXCDouble::OpMAXCDouble |
( |
const BaseType * |
newResType, |
|
|
char * |
newAccu, |
|
|
const BaseType * |
newOpType, |
|
|
unsigned int |
newResOff, |
|
|
unsigned int |
newOpOff |
|
) |
| |
constructor initializing internal accu.
virtual char* OpMAXCDouble::operator() |
( |
const char * |
op, |
|
|
char * |
myAccu |
|
) |
| |
|
virtual |
operator to carry out operation on { op}.
Implements CondenseOp.
virtual char* OpMAXCDouble::operator() |
( |
const char * |
op | ) |
|
|
virtual |
operator to carry out operation on { op} using internal accu.
Implements CondenseOp.
The documentation for this class was generated from the following file: