Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnuradio-runtime: Fix qa_fast_atan2f test code. | Ron Economos | 2020-11-14 | 1 | -3/+3 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -91/+93 |
| | |||||
* | runtime: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-06-23 | 1 | -20/+15 |
| | |||||
* | runtime: fix qa_fast_atan2f | Andrej Rode | 2017-04-10 | 1 | -5/+5 |
| | |||||
* | runtime: math: reset a QA test for the fast_atan2f for mixed nan/inf input. | Tom Rondeau | 2014-12-03 | 1 | -2/+1 |
| | | | | This is the original check (isnan) before the change in table and so the behavior for this input should be the same. | ||||
* | Checking for NaN takes too much time. With some incompatibility to cmath ↵ | aiph | 2014-11-25 | 1 | -6/+5 |
| | | | | | | atan2 for some NaN/Inf combinations the performance is better now. This change should not have any impact in SDR related things. It is only for checking NaN/Inf values. | ||||
* | cleaned the code | aiph | 2014-11-22 | 1 | -9/+5 |
| | |||||
* | modified the qa tests to the correct values. | aiph | 2014-11-21 | 1 | -26/+30 |
| | |||||
* | Windows compatibility fixes | Nicholas Corgan | 2014-07-07 | 1 | -3/+9 |
| | | | | | * Fixed usage of Windows thread-naming API, changed minimum Windows version * Fixed MSVC usage of isnan, round | ||||
* | fix QA code for fast_atan2f to explicitly use std::isnan | Michael Dickens | 2014-03-19 | 1 | -3/+3 |
| | |||||
* | math: updated QA code to test nan and inf inputs to fast_atan2f. | Tom Rondeau | 2014-03-18 | 1 | -3/+85 |
| | | | | 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/+51 |