summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math/qa_fast_atan2f.cc
Commit message (Collapse)AuthorAgeFilesLines
* gnuradio-runtime: Fix qa_fast_atan2f test code.Ron Economos2020-11-141-3/+3
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-91/+93
|
* runtime: Replace QA test framework w/ Boost UTFMartin Braun2018-06-231-20/+15
|
* runtime: fix qa_fast_atan2fAndrej Rode2017-04-101-5/+5
|
* runtime: math: reset a QA test for the fast_atan2f for mixed nan/inf input.Tom Rondeau2014-12-031-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 ↵aiph2014-11-251-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 codeaiph2014-11-221-9/+5
|
* modified the qa tests to the correct values.aiph2014-11-211-26/+30
|
* Windows compatibility fixesNicholas Corgan2014-07-071-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::isnanMichael Dickens2014-03-191-3/+3
|
* math: updated QA code to test nan and inf inputs to fast_atan2f.Tom Rondeau2014-03-181-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 testNathan West2013-11-061-0/+51