aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/fp_compare_delta_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* math: Fixed floating point comparison for custom deltaMartin Braun2016-04-221-0/+8
| | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
* Merge branch 'maint'Martin Braun2015-03-111-13/+13
|\ | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp
| * uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-13/+13
| |
* | uhd: Fixed multiple compiler warningsMichael Dickens2015-03-111-3/+3
|/ | | | | | - Use ULL and LL etc. so compiler doesn't need to decide constant's types - define the empty 'while' loop to include {} to make older compilers happy - Use explicit type names for BOOST_CHECK_EQUAL
* math: Added a new uhd::math namespace + float comparison routinesBen Hilburn2014-10-071-0/+250
* Float comparison is applied to tuning logic in DSP cores. * Properly using INT_MAX/MIN constants, defined in utils/math.hpp