uhd/host/lib/convert
Lars Amsel 3a6d4ef1d7 host: remove superfluous usage of const in return values
Returning a const value does not ensure value constness. Instead,
it prevent move semantics (see C++ core guidelines F.49).
2024-06-25 16:59:56 +02:00
..
CMakeLists.txt cmake: correctly set and unset any CMAKE_REQUIRED variables 2021-07-06 04:29:55 -07:00
convert_common.hpp host: remove superfluous usage of const in return values 2024-06-25 16:59:56 +02:00
convert_fc32_item32.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
convert_impl.cpp convert: Minor cleanup 2022-02-28 14:47:47 -06:00
convert_item32.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
convert_neon.S uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
convert_pack_sc12.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
convert_pack_sc12.hpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
convert_unpack_sc12.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
convert_unpack_sc12.hpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
convert_with_neon.cpp conversion: Saturate transmit IQ levels on NEON architectures. 2022-02-28 14:47:47 -06:00
convert_with_tables.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
gen_convert_general.py convert: Make narrowing conversions saturate 2022-02-28 14:47:47 -06:00
sse2_fc32_to_sc8.cpp convert: sse2: Apply clang-format 2019-11-26 11:49:10 -08:00
sse2_fc32_to_sc16.cpp convert: Add chdr converters for sc16 -> fc32 and vice versa 2019-11-26 11:49:11 -08:00
sse2_fc64_to_sc8.cpp convert: sse2: Apply clang-format 2019-11-26 11:49:10 -08:00
sse2_fc64_to_sc16.cpp convert: Add chdr converters for sc16 -> fc32 and vice versa 2019-11-26 11:49:11 -08:00
sse2_sc8_to_fc32.cpp convert: Remove unused variables 2021-03-04 08:18:41 -06:00
sse2_sc8_to_fc64.cpp convert: Remove unused variables 2021-03-04 08:18:41 -06:00
sse2_sc16_to_fc32.cpp convert: Add chdr converters for sc16 -> fc32 and vice versa 2019-11-26 11:49:11 -08:00
sse2_sc16_to_fc64.cpp convert: Add chdr converters for sc16 -> fc32 and vice versa 2019-11-26 11:49:11 -08:00
sse2_sc16_to_sc16.cpp convert: sse2: Apply clang-format 2019-11-26 11:49:10 -08:00
ssse3_pack_sc12.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
ssse3_unpack_sc12.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00