#include <NoisyArithmetic.h>
Static Public Member Functions | |
static TMPL | add (TProgramCounter pc, const TMPL left, const TMPL right, TExceptionCBData *pExData) throw (CalcMessage) |
static TMPL | sub (TProgramCounter pc, const TMPL left, const TMPL right, TExceptionCBData *pExData) throw (CalcMessage) |
static TMPL | mul (TProgramCounter pc, const TMPL left, const TMPL right, TExceptionCBData *pExData) throw (CalcMessage) |
static TMPL | div (TProgramCounter pc, const TMPL left, const TMPL right, TExceptionCBData *pExData) throw (CalcMessage) |
static TMPL | neg (TProgramCounter pc, const TMPL right, TExceptionCBData *pExData) throw (CalcMessage) |
Definition at line 59 of file NoisyArithmetic.h.
static TMPL Noisy< TMPL >::add | ( | TProgramCounter | pc, | |
const TMPL | left, | |||
const TMPL | right, | |||
TExceptionCBData * | pExData | |||
) | throw (CalcMessage) [static] |
Referenced by DoOp_0().
static TMPL Noisy< TMPL >::sub | ( | TProgramCounter | pc, | |
const TMPL | left, | |||
const TMPL | right, | |||
TExceptionCBData * | pExData | |||
) | throw (CalcMessage) [static] |
Referenced by DoOp_0().
static TMPL Noisy< TMPL >::mul | ( | TProgramCounter | pc, | |
const TMPL | left, | |||
const TMPL | right, | |||
TExceptionCBData * | pExData | |||
) | throw (CalcMessage) [static] |
Referenced by DoOp_0().
static TMPL Noisy< TMPL >::div | ( | TProgramCounter | pc, | |
const TMPL | left, | |||
const TMPL | right, | |||
TExceptionCBData * | pExData | |||
) | throw (CalcMessage) [static] |
Referenced by DoOp_0().
static TMPL Noisy< TMPL >::neg | ( | TProgramCounter | pc, | |
const TMPL | right, | |||
TExceptionCBData * | pExData | |||
) | throw (CalcMessage) [static] |
Referenced by DoOp_0().