Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -151/+124 |
| | |||||
* | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
| | | | | Luzpaz went ahead and found typos using `codespell -q 3`. | ||||
* | runtime: math: in fast_atan2f, moved nested if that checks for divide by ↵ | Tom Rondeau | 2014-11-25 | 1 | -4/+7 |
| | | | | | | | | zero out into its own check. This change mostly affects ARM processors. They seem to not do well with nest branches whereas x86 do fine. Breaking out this nested if makes no computational difference on x86 but makes a ~5-6% improvement for the ARMv7 tests. Also updates the docs to reflect the new mean error from the function. | ||||
* | Checking for NaN takes too much time. With some incompatibility to cmath ↵ | aiph | 2014-11-25 | 1 | -91/+76 |
| | | | | | | 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. | ||||
* | modified the qa tests to the correct values. | aiph | 2014-11-21 | 1 | -3/+13 |
| | |||||
* | Corrected the fast_atan2f function. Recalculated the table and corrected ↵ | Philipp Aigner | 2014-11-13 | 1 | -70/+70 |
| | | | | | | | | some errors in the code. Error before correction: <0.111 degrees. Error after correction: <8.20E-5 degrees Some QA tests failed after correcting fast_atan2f function. The tests were also fixed. | ||||
* | math: fix for index lookup of fast_atan2f; prevents a segfault when x=inf ↵ | Sylvain Munaut | 2014-03-18 | 1 | -1/+1 |
| | | | | and y=inf. | ||||
* | math: fixes fast_atan2 float==0 check. | Tom Rondeau | 2013-12-01 | 1 | -1/+1 |
| | | | | runtime: adds math functions to swig to make available as gr.function. | ||||
* | runtime: add qa for fast_atan2f, removed a float equality test | Nathan West | 2013-11-06 | 1 | -4/+4 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+202 |