sof/test
Shriram Shastry 10b4c56ed9 math: Add logarithm base E and base 10
fixpoint math log() and log10() function.  logarithm of a
number is the power or exponent by which another value
must be raised to produce an equivalent value of the given number
fix point  log10(x) is a derivative of log2(x)/log2(10)
and loge(x) is log2(x)/log2(e)

Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
2022-02-10 16:42:00 -08:00
..
cmocka math: Add logarithm base E and base 10 2022-02-10 16:42:00 -08:00
CMakeLists.txt cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00
test-all-defconfigs.sh cmocka/test-all-defconfig.sh: add banners between platforms 2021-12-20 22:34:03 +00:00