aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/fp_compare_epsilon_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-16/+16
|
* math: Added a new uhd::math namespace + float comparison routinesBen Hilburn2014-10-071-0/+238
* Float comparison is applied to tuning logic in DSP cores. * Properly using INT_MAX/MIN constants, defined in utils/math.hpp