repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c
#include "jtest.h" #include "basic_math_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "basic_math_templates.h" #include "type_abbrev.h" #define JTEST_ARM_SHIFT_TEST(suffix) \ ...
1,069
32.4375
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c
#include "jtest.h" #include "basic_math_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "basic_math_templates.h" #include "type_abbrev.h" #define JTEST_ARM_DOT_PROD_TEST(suffix) \ BA...
1,153
32.941176
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c
#include "jtest.h" #include "basic_math_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "basic_math_templates.h" #include "type_abbrev.h" #define JTEST_ARM_MULT_TEST(suffix, compare_interface) ...
1,230
35.205882
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c
#include "jtest.h" #include "basic_math_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "basic_math_templates.h" #include "type_abbrev.h" #define JTEST_ARM_SUB_TEST(suffix) \ BA...
1,099
31.352941
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c
#include "jtest.h" #include "filtering_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "filtering_templates.h" #include "type_abbrev.h" #define IIR_DEFINE_TEST(suffix, output_type) ...
5,207
66.636364
91
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c
#include "jtest.h" #include "filtering_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "filtering_templates.h" #include "type_abbrev.h" #define BIQUAD_DEFINE_TEST(suffix, instance_name, config_s...
13,856
55.559184
90
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c
#include "jtest.h" #include "filtering_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "filtering_templates.h" #include "type_abbrev.h" static const float32_t mu_f32 = 0.00854f;//1.0f; static co...
16,916
75.895455
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c
#include "jtest.h" #include "filtering_test_data.h" #include "arr_desc.h" #include "arm_math.h" /* FUTs */ #include "ref.h" /* Reference Functions */ #include "test_templates.h" #include "filtering_templates.h" #include "type_abbrev.h" /*--------------------------------------------------------...
15,447
48.672026
93
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c
#include "jtest.h" #include "arr_desc.h" #include "arm_math.h" #include "ref.h" #include "type_abbrev.h" #include "test_templates.h" #include "controller_test_data.h" #include "controller_templates.h" /** * Define a JTEST_TEST_t for the function arm_pid_xxx function having * suffix. */ #define ARM_PID_TEST(suffix...
4,267
52.35
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c
#include "jtest.h" #include "arr_desc.h" #include "arm_math.h" #include "ref.h" #include "type_abbrev.h" #include "test_templates.h" /*--------------------------------------------------------------------------------*/ /* Input Data */ /*--------------------------------------------------------------------------------*/...
5,085
32.460526
87
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c
#include "jtest.h" #include "arr_desc.h" #include "arm_math.h" #include "type_abbrev.h" #include "test_templates.h" /* Bucket of zeros. For comparison with the output of arm_pid_reset_xxx. */ ARR_DESC_DEFINE(float32_t, zeroes, 3, CURLY(0)); /** * Define a JTEST_TEST_t for the function arm_pid_reset_xxx function hav...
2,336
43.09434
84
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c
/**************************************************************************//** * @file system_ARMCM3.c * @brief CMSIS Device System Source File for * ARMCM3 Device Series * @version V5.00 * @date 07. September 2016 ****************************************************************************...
2,412
33.971014
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c
/**************************************************************************//** * @file system_ARMCM0.c * @brief CMSIS Device System Source File for * ARMCM0 Device Series * @version V5.00 * @date 07. September 2016 ****************************************************************************...
2,047
34.929825
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c
/**************************************************************************//** * @file system_ARMCM4.c * @brief CMSIS Device System Source File for * ARMCM4 Device Series * @version V5.00 * @date 07. September 2016 ****************************************************************************...
2,807
32.428571
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c
/**************************************************************************//** * @file system_ARMv8MML.c * @brief CMSIS Device System Source File for * ARMv8MML Device Series * @version V5.00 * @date 02. November 2016 *************************************************************************...
3,251
31.52
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c
/**************************************************************************//** * @file system_ARMv8MBL.c * @brief CMSIS Device System Source File for * ARMv8MBL Device Series * @version V5.00 * @date 07. September 2016 ************************************************************************...
2,613
32.948052
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c
/**************************************************************************//** * @file system_ARMCM23.c * @brief CMSIS Device System Source File for * ARMCM23 Device Series * @version V5.00 * @date 21. October 2016 ****************************************************************************...
2,734
31.951807
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c
/**************************************************************************//** * @file system_ARMCM33.c * @brief CMSIS Device System Source File for * ARMCM33 Device Series * @version V5.00 * @date 02. November 2016 ***************************************************************************...
3,251
31.52
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c
/**************************************************************************//** * @file system_ARMCM7.c * @brief CMSIS Device System Source File for * ARMCM7 Device Series * @version V5.00 * @date 07. September 2016 ****************************************************************************...
2,858
32.244186
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c
/**************************************************************************//** * @file system_ARMSC300.c * @brief CMSIS Device System Source File for * ARMSC300 Device Series * @version V5.00 * @date 07. September 2016 ************************************************************************...
2,498
33.232877
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c
/**************************************************************************//** * @file system_ARMSC000.c * @brief CMSIS Device System Source File for * for ARMSC000 Device Series * @version V5.00 * @date 07. September 2016 ********************************************************************...
2,057
35.105263
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c
#if (defined (ARMCM0)) #include "system_ARMCM0.c" #elif (defined (ARMCM0P)) #include "system_ARMCM0plus.c" #elif (defined (ARMCM3)) #include "system_ARMCM3.c" #elif (defined (ARMCM4) || defined (ARMCM4_FP)) #include "system_ARMCM4.c" #elif (defined (ARMCM7) || defined (ARMCM7_SP) || defined (ARMCM7_DP)) ...
685
23.5
70
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c
/*---------------------------------------------------------------------------- * Name: Retarget.c * Purpose: 'Retarget' layer for target-dependent low level functions * Note(s): *---------------------------------------------------------------------------- * This file is part of the uVision/ARM development tools...
1,274
23.056604
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_fw.h
#ifndef _JTEST_FW_H_ #define _JTEST_FW_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include <stdint.h> /* int32_t */ #include <string.h> /* strcpy() *...
8,011
30.543307
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_define.h
#ifndef _JTEST_DEFINE_H_ #define _JTEST_DEFINE_H_ /*--------------------------------------------------------------------------------*/ /* Macros and Defines */ /*--------------------------------------------------------------------------------*/ /** * Makes a symbol for use as a struct name. Names made this way have...
1,249
31.894737
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_define.h
#ifndef _JTEST_GROUP_DEFINE_H_ #define _JTEST_GROUP_DEFINE_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_util.h" #include "jtest_define.h" #include "jtest_grou...
2,747
30.227273
88
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h
#ifndef _JTEST_UTIL_H_ #define _JTEST_UTIL_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "util/util.h" /*-------------------------------------------------------------...
1,051
36.571429
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group.h
#ifndef _JTEST_GROUP_H_ #define _JTEST_GROUP_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_pf.h" #include "jtest_util.h" /*------------------------------------...
2,149
31.089552
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_define.h
#ifndef _JTEST_TEST_DEFINE_H_ #define _JTEST_TEST_DEFINE_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_util.h" #include "jtest_define.h" #include "jtest_test.h"...
5,074
36.873134
85
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test.h
#ifndef _JTEST_TEST_H_ #define _JTEST_TEST_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include <stdint.h> #include "jtest_util.h" #include "jtest_test_ret.h" /*------------...
3,606
34.712871
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_pf.h
#ifndef _JTEST_PF_H_ #define _JTEST_PF_H_ /*--------------------------------------------------------------------------------*/ /* Purpose */ /*--------------------------------------------------------------------------------*/ /* jtest_pf.h Contains macros useful for capturing pass/fail data. */ /*-------------------...
2,655
29.883721
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_cycle.h
#ifndef _JTEST_CYCLE_H_ #define _JTEST_CYCLE_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_fw.h" /* JTEST_DUMP_STRF() */ #include "jtest_systick.h" #i...
3,013
44.666667
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_systick.h
#ifndef _JTEST_SYSTICK_H_ #define _JTEST_SYSTICK_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ /* Get access to the SysTick structure. */ #if defined ARMCM0 #include "ARMCM...
2,910
29.968085
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_call.h
#ifndef _JTEST_TEST_CALL_H_ #define _JTEST_TEST_CALL_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_test.h" #include "jtest_test_define.h" #include "jtest_fw.h" ...
6,034
48.467213
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_group_call.h
#ifndef _JTEST_GROUP_CALL_H_ #define _JTEST_GROUP_CALL_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include "jtest_fw.h" #include <inttypes.h> /*----------------------------...
6,546
50.551181
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/opt_arg/pp_narg.h
#ifndef _PP_NARG_H_ #define _PP_NARG_H_ #define PP_NARG(...) \ PP_NARG_(__VA_ARGS__,PP_RSEQ_N()) #define PP_NARG_(...) \ PP_ARG_N(__VA_ARGS__) #define PP_ARG_N( \ _1, _2, _3, _4, _5...
1,157
43.538462
59
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/arr_desc/arr_desc.h
#ifndef _ARR_DESC_H_ #define _ARR_DESC_H_ /*--------------------------------------------------------------------------------*/ /* Includes */ /*--------------------------------------------------------------------------------*/ #include <stdint.h> #include <string.h> /* memset() */ #include "../util/util.h"...
8,980
39.638009
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/util/util.h
#ifndef _UTIL_H_ #define _UTIL_H_ /*--------------------------------------------------------------------------------*/ /* Macros and Defines */ /*--------------------------------------------------------------------------------*/ /** * Convert a symbol to a string and add a 'NewLine'. */ #define STR_NL(x) STR1_NL(...
1,186
21.396226
84
h
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c
#include "jtest_fw.h" /** * Dump the JTEST_FW.str_buffer the Keil framework in pieces. * * The JTEST_FW.str_buffer contains more characters than the Keil framework can * dump at once. This function dumps them in blocks. */ void jtest_dump_str_segments(void) { uint32_t seg_idx = 0; uint32_t memmove...
1,035
27
80
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/bitreversal.c
#include "ref.h" ;/* ;* @brief In-place bit reversal function. ;* @param[in, out] *pSrc points to the in-place buffer of unknown 32-bit data type. ;* @param[in] bitRevLen bit reversal table length ;* @param[in] *pBitRevTab points to bit reversal table. ;* @return none. ;*/ void arm...
653
20.096774
91
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/TransformFunctions/cfft.c
#include "ref.h" #include "arm_const_structs.h" void ref_cfft_f32( const arm_cfft_instance_f32 * S, float32_t * p1, uint8_t ifftFlag, uint8_t bitReverseFlag) { int n, mmax, m, j, istep, i; float32_t wtemp, wr, wpr, wpi, wi, theta; float32_t tempr, tempi; float32_t * data = p1; uint32_t N = S->fftL...
13,641
21.774624
85
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/conv.c
#include "ref.h" void ref_conv_f32( float32_t * pSrcA, uint32_t srcALen, float32_t * pSrcB, uint32_t srcBLen, float32_t * pDst) { float32_t sum; /* Accumulator */ uint32_t i, j; /* loop counters */ /* Loop to calculate convolution for...
8,617
23.552707
81
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/biquad.c
#include "ref.h" void ref_biquad_cascade_df2T_f32( const arm_biquad_cascade_df2T_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t *pIn = pSrc; /* source pointer */ float32_t *pOut = pDst; /* destination pointer ...
22,597
30.64986
104
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_interpolate.c
#include "ref.h" void ref_fir_interpolate_f32( const arm_fir_interpolate_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t *pState = S->pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ float32_t *pStat...
8,270
27.325342
111
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/lms.c
#include "ref.h" void ref_lms_f32( const arm_lms_instance_f32 * S, float32_t * pSrc, float32_t * pRef, float32_t * pOut, float32_t * pErr, uint32_t blockSize) { float32_t *pState = S->pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ ...
21,467
29.844828
129
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_sparse.c
#include "ref.h" void ref_fir_sparse_f32( arm_fir_sparse_instance_f32 * S, float32_t * pSrc, float32_t * pDst, float32_t * pScratchIn, uint32_t blockSize) { float32_t *pState = S->pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ float3...
15,569
31.037037
121
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_decimate.c
#include "ref.h" void ref_fir_decimate_f32( const arm_fir_decimate_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t *pState = S->pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ float32_t *pStateCurnt...
10,966
27.338501
111
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir.c
#include "ref.h" void ref_fir_f32( const arm_fir_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t *pState = S->pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ float32_t *pStateCurnt; ...
9,702
28.763804
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/iir_lattice.c
#include "ref.h" void ref_iir_lattice_f32( const arm_iir_lattice_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t fcurr, fnext = 0, gcurr, gnext; /* Temporary variables for lattice stages */ float32_t acc; /* Accumlator */ uint32_t...
7,629
27.051471
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/correlate.c
#include "ref.h" void ref_correlate_f32( float32_t * pSrcA, uint32_t srcALen, float32_t * pSrcB, uint32_t srcBLen, float32_t * pDst) { float32_t *pIn1 = pSrcA; /* inputA pointer */ float32_t *pIn2 = pSrcB + (srcBLen - 1U); /* inputB pointer */ float32_t sum; ...
14,617
27.439689
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/FilteringFunctions/fir_lattice.c
#include "ref.h" void ref_fir_lattice_f32( const arm_fir_lattice_instance_f32 * S, float32_t * pSrc, float32_t * pDst, uint32_t blockSize) { float32_t *pState; /* State pointer */ float32_t *pCoeffs = S->pCoeffs; /* Coefficient pointer */ float32_t *px; ...
6,115
24.272727
85
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/ControllerFunctions/sin_cos.c
#include "ref.h" void ref_sin_cos_f32( float32_t theta, float32_t * pSinVal, float32_t * pCosVal) { //theta is given in degrees *pSinVal = sinf(theta * 6.28318530717959f / 360.0f); *pCosVal = cosf(theta * 6.28318530717959f / 360.0f); } void ref_sin_cos_q31( q31_t theta, q31_t * pSinVal, q31_t * pCosVal...
580
25.409091
96
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_cmplx_mult.c
#include "ref.h" arm_status ref_mat_cmplx_mult_f32( const arm_matrix_instance_f32 * pSrcA, const arm_matrix_instance_f32 * pSrcB, arm_matrix_instance_f32 * pDst) { uint32_t r,c,i,outR,outC,innerSize; float32_t sumR,sumI; float32_t a0,b0,c0,d0; outR = pSrcA->numRows; outC = pSrcB->numCols; innerSize = pSr...
2,575
20.647059
61
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_scale.c
#include "ref.h" arm_status ref_mat_scale_f32( const arm_matrix_instance_f32 * pSrc, float32_t scale, arm_matrix_instance_f32 * pDst) { uint32_t i; uint32_t numSamples; /* total number of elements in the matrix */ /* Total number of samples in the input matrix */ numSamples = (ui...
1,565
23.092308
94
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_sub.c
#include "ref.h" arm_status ref_mat_sub_f32( const arm_matrix_instance_f32 * pSrcA, const arm_matrix_instance_f32 * pSrcB, arm_matrix_instance_f32 * pDst) { uint32_t i; uint32_t numSamples; /* total number of elements in the matrix */ /* Total number of samples in the input matrix...
1,511
24.627119
94
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/RefLibs/src/MatrixFunctions/mat_add.c
#include "ref.h" arm_status ref_mat_add_f32( const arm_matrix_instance_f32 * pSrcA, const arm_matrix_instance_f32 * pSrcB, arm_matrix_instance_f32 * pDst) { uint32_t i; uint32_t numSamples; /* total number of elements in the matrix */ /* Total number of samples in the input matrix...
1,511
24.627119
94
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_float.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_float.c * Description: Converts the elements of the Q7 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M ...
3,174
25.458333
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_q7.c * Description: Converts the elements of the Q15 vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
3,646
24.503497
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_copy_f32.c * Description: Copies the elements of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------...
2,985
23.080645
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_q7.c * Description: Converts the elements of the Q31 vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
3,179
24.44
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_copy_q15.c * Description: Copies the elements of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------------------...
2,549
23.757282
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_copy_q7.c * Description: Copies the elements of a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------------...
2,608
24.086538
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_fill_q7.c * Description: Fills a constant value into a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------...
2,723
24.457944
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q15.c * Description: Converts the elements of the floating-point vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
5,242
26.165803
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_fill_f32.c * Description: Fills a constant value into a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------...
2,940
22.910569
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_q15.c * Description: Converts the elements of the Q31 vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --...
3,337
23.910448
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q7.c * Description: Converts the elements of the floating-point vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M ...
5,108
25.609375
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q31_to_float.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_float.c * Description: Converts the elements of the Q31 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
3,242
26.025
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_fill_q31.c * Description: Fills a constant value into a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------...
2,647
23.072727
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_q31.c * Description: Converts the elements of the Q15 vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --...
3,742
24.813793
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_fill_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_fill_q15.c * Description: Fills a constant value into a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------...
2,757
24.302752
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_q31.c * Description: Converts the elements of the Q7 vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
3,323
24.374046
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q7_to_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_q15.c * Description: Converts the elements of the Q7 vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
3,472
22.787671
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_q15_to_float.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_float.c * Description: Converts the elements of the Q15 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
3,206
25.073171
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_copy_q31.c * Description: Copies the elements of a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------------------...
2,686
22.991071
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_float_to_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q31.c * Description: Converts the elements of the floating-point vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
5,365
25.83
90
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_std_f32.c * Description: Standard deviation of the elements of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores ...
5,568
28.780749
112
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_mean_q15.c * Description: Mean value of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------------------...
3,314
26.396694
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_var_q15.c * Description: Variance of an array of Q15 type * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------------------------...
5,574
31.225434
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_mean_q7.c * Description: Mean value of a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ---------------------------------...
3,274
26.066116
88
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_max_f32.c * Description: Maximum value of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------...
4,399
24.730994
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_var_q31.c * Description: Variance of an array of Q31 type * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------------------------...
5,476
31.217647
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_max_q7.c * Description: Maximum value of a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------------------...
4,112
24.233129
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_var_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_var_f32.c * Description: Variance of the elements of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------...
4,871
25.769231
110
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_max_q15.c * Description: Maximum value of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------------------...
4,118
24.269939
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_min_q15.c * Description: Minimum value of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------------------...
4,119
24.121951
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_max_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_max_q31.c * Description: Maximum value of a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------------------...
4,118
24.269939
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_power_f32.c * Description: Sum of the squares of the elements of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M core...
3,535
26.2
117
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rms_f32.c * Description: Root mean square value of an array of F32 type * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------...
3,587
27.03125
119
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rms_q15.c * Description: Root Mean Square of the elements of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------...
4,547
31.485714
98
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_min_f32.c * Description: Minimum value of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------...
4,399
24.730994
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_std_q15.c * Description: Standard deviation of an array of Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------------...
5,797
32.131429
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_min_q7.c * Description: Minimum value of a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------------------...
4,113
24.085366
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q15.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_power_q15.c * Description: Sum of the squares of the elements of a Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------...
4,227
29.417266
94
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_min_q31.c * Description: Minimum value of a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -----------------------------...
4,119
24.121951
101
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_rms_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rms_q31.c * Description: Root Mean Square of the elements of a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------...
4,358
30.586957
93
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_f32.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_mean_f32.c * Description: Mean value of a floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------------------...
3,240
24.722222
105
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_std_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_std_q31.c * Description: Standard deviation of an array of Q31 type. * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ---------------...
5,509
31.411765
97
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_power_q7.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_power_q7.c * Description: Sum of the squares of the elements of a Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------...
3,884
29.351563
95
c
null
SONYC-MKII-main/sonyc_mkii_tools/power_supervisor/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_mean_q31.c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_mean_q31.c * Description: Mean value of a Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------------------...
3,287
25.516129
88
c