![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Typedefs | |
| typedef Digxel< double, VerySpecialFormat > | TestDigxel |
Classes | |
| struct | VerySpecialFormat |
Functions | |
| double | randomFrac () |
| uint | isOdd (uint i) |
| double | sum (0) |
| double | checksum (0) |
| void | sideeffectSum (TestDigxel *digxel, double val) |
| double | preval (0) |
| double | newval (0) |
| void | protocollingMutator (TestDigxel *digxel, double val) |
| void | limitingMutator (TestDigxel *digxel, double value2set) |
| void | trivialMutator (TestDigxel *digxel, double value2set) |
| void | emptyMutator (TestDigxel *, double) |
Variables | |
| const uint | REPEAT = 40 |
| const uint | RAND_RANGE = 100 |
| const uint | RAND_DENOM = 3 |
| const uint | TIMING_CNT = 10000000 |
| typedef Digxel<double, VerySpecialFormat> TestDigxel |
Definition at line 76 of file digxel-test.cpp.
|
inline |
Definition at line 45 of file digxel-test.cpp.
References RAND_DENOM, RAND_RANGE, randomFrac(), and lib::rani().
Referenced by randomFrac().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 61 of file digxel-test.cpp.
| double sum | ( | 0 | ) |
References sum().
Referenced by sideeffectSum(), and sum().
Here is the call graph for this function:
Here is the caller graph for this function:| double checksum | ( | 0 | ) |
| void sideeffectSum | ( | TestDigxel * | digxel, |
| double | val | ||
| ) |
Definition at line 83 of file digxel-test.cpp.
References sideeffectSum(), and sum().
Referenced by sideeffectSum().
Here is the call graph for this function:
Here is the caller graph for this function:| double preval | ( | 0 | ) |
| double newval | ( | 0 | ) |
References newval(), and preval().
Referenced by newval(), and protocollingMutator().
Here is the call graph for this function:
Here is the caller graph for this function:| void protocollingMutator | ( | TestDigxel * | digxel, |
| double | val | ||
| ) |
Definition at line 92 of file digxel-test.cpp.
References newval(), preval(), and protocollingMutator().
Referenced by protocollingMutator().
Here is the call graph for this function:
Here is the caller graph for this function:| void limitingMutator | ( | TestDigxel * | digxel, |
| double | value2set | ||
| ) |
Definition at line 100 of file digxel-test.cpp.
References limitingMutator().
Referenced by limitingMutator().
Here is the call graph for this function:
Here is the caller graph for this function:| void trivialMutator | ( | TestDigxel * | digxel, |
| double | value2set | ||
| ) |
Definition at line 108 of file digxel-test.cpp.
References trivialMutator().
Referenced by trivialMutator().
Here is the call graph for this function:
Here is the caller graph for this function:| void emptyMutator | ( | TestDigxel * | , |
| double | |||
| ) |
Definition at line 114 of file digxel-test.cpp.
References emptyMutator().
Referenced by emptyMutator().
Here is the call graph for this function:
Here is the caller graph for this function:| const uint REPEAT = 40 |
Definition at line 39 of file digxel-test.cpp.
| const uint RAND_RANGE = 100 |
Definition at line 40 of file digxel-test.cpp.
Referenced by randomFrac().
| const uint RAND_DENOM = 3 |
Definition at line 41 of file digxel-test.cpp.
Referenced by randomFrac().
| const uint TIMING_CNT = 10000000 |
Definition at line 42 of file digxel-test.cpp.