Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-06-23 | 1 | -41/+0 |
| | |||||
* | math: updated QA code to test nan and inf inputs to fast_atan2f. | Tom Rondeau | 2014-03-18 | 1 | -1/+3 |
| | | | | When calculating with nan/inf values for x and/or y, make sure they all return and don't segfault. The results of gr_fast_atan2f in these cases may be different than atan2. But since we are concerned about speed with this block over accuracy (especially in these instances), we just want to make sure it doesn't crash. | ||||
* | runtime: add qa for fast_atan2f, removed a float equality test | Nathan West | 2013-11-06 | 1 | -0/+39 |