Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BranchProbability] Manually round the floating point output. | Benjamin Kramer | 2015-09-26 | 1 | -28/+7 |
* | Use fixed-point representation for BranchProbability. | Cong Hou | 2015-09-25 | 1 | -5/+51 |
* | BranchProb: Simplify printing code | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -10/+4 |
* | Support: remove unnecessary namespace | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -5/+1 |
* | Support: Add BranchProbability::scale() and ::scaleByInverse() | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -0/+47 |
* | Print branch probabilities as percentages. | Benjamin Kramer | 2011-10-23 | 1 | -3/+3 |
* | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer | 2011-10-23 | 1 | -7/+0 |
* | BranchProbability::print returns void now. | Jakub Staszak | 2011-07-25 | 1 | -2/+1 |
* | Branch profiling: floating-point avoidance. | Andrew Trick | 2011-06-11 | 1 | -0/+44 |