/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Error.cpp | 3 * Title: Error.cpp 4 * Description: Error functions 32 #include "Error.h" 42 throw (Error(EMPTY_PATTERN_ERROR,nb)); in assert_not_empty_generic() 46 throw (Error(EMPTY_PATTERN_ERROR,nb)); in assert_not_empty_generic() 58 throw (Error(EQUAL_ERROR,nb,details)); in assert_near_equal() 69 throw (Error(EQUAL_ERROR,nb,details)); in assert_near_equal() 81 throw (Error(EQUAL_ERROR,nb,details)); in assert_near_equal() 97 throw (Error(EQUAL_ERROR,nb,details)); in assert_near_equal() 108 throw (Error(EQUAL_ERROR,nb,details)); in assert_near_equal() [all …]
|
D | IORunner.cpp | 38 #include "Error.h" 202 Testing::errorID_t error=0; in run() local 225 error = UNKNOWN_ERROR; in run() 313 catch(Error &ex) in run() 321 error = ex.errorID; in run() 335 error = UNKNOWN_ERROR; in run() 351 /* We keep the current error if set. in run() 356 error = MEMORY_ALLOCATION_ERROR; in run() 366 m_io->DispStatus(result,error,line,cycles); in run()
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 17 parser.add_argument('-s', action='store_true', help="Take into account AVH error code") 65 def __init__(self,msg,error=False): argument 66 self._error = error 70 def error(self): member in Result 79 # Run a command and get error or result 81 # in case of error since the test report is giving 94 …return(Result(result.stderr + f"\n\nSTDOUT (error code = {result.returncode}):\n\n" + result.stdou… 96 return(Result(result.stdout,error=True)) 104 return(Result(str(e),error=True)) 310 if res.error: [all …]
|
D | quicktest.bat | 13 REM if %MyError% neq 0 goto :error 22 REM if %MyError% neq 0 goto :error 31 if %MyError% neq 0 goto :error 40 REM if %MyError% neq 0 goto :error 43 :error label 44 echo Failed running all tests with error %MyError%.
|
/cmsis-dsp-latest/dsppp/tests/ |
D | common_tests.h | 17 #define ERROR(A,B,AE,RE) ((fabs((A) - (B)) > (AE + RE * fabs((B))))) macro 19 std::cout << "Error = " << fabs(VAL-REF) << "\r\n"; \ 108 if (ERROR(a[i],b[i],abser,reler) ) 110 std::cout << "Error at:" << i << " ; res=" << a[i] << " ; ref=" << b[i] << "\r\n"; 119 std::cout << "Error at:" << i << " ; res=" << a[i] << " ; ref=" << b[i] << "\r\n"; 138 if (ERROR(a[i],b[i],abser,reler) ) 140 std::cout << "Error at:" << i << " ; res=" << a[i] << " ; ref=" << b[i] << "\r\n"; 149 std::cout << "Error at:" << i << " ; res=" << a[i] << " ; ref=" << b[i] << "\r\n"; 166 if (ERROR(a,b,abser,reler)) 168 std::cout << "Error: res=" << a << " ; ref=" << b << "\r\n"; [all …]
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Error.h | 3 * Title: Error.h 4 * Description: Error Header 53 class Error: public std::exception 56 Error(Testing::errorID_t id,unsigned long nb) in Error() function 63 Error(Testing::errorID_t id,unsigned long nb, const char *details) in Error() function 166 #define ASSERT_EMPTY_TAIL(A) if (!A.isTailEmpty()) throw (Client::Error(TAIL_NOT_EMPTY_ERROR,__LINE… 177 throw (Error(EQUAL_ERROR,nb)); in assert_equal() 190 throw (Error(EQUAL_ERROR,nb)); in assert_equal_partial() 195 throw (Error(EQUAL_ERROR,nb)); in assert_equal_partial() 210 catch(Error &err) in assert_equal_partial() [all …]
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_cfft_init_f64.c | 80 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 93 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 107 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 120 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 133 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 146 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 159 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 172 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 185 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 199 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected [all …]
|
D | arm_cfft_init_f32.c | 131 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 145 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 159 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 173 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 187 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 201 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 215 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 229 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 243 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 258 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected [all …]
|
D | arm_cfft_init_q15.c | 133 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 146 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 159 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 172 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 185 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 198 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 211 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 224 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 237 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 251 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected [all …]
|
D | arm_cfft_init_q31.c | 134 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 147 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 160 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 173 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 186 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 199 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 212 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 225 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 238 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 252 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected [all …]
|
D | arm_cfft_init_f16.c | 141 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 154 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 168 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 182 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 196 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 210 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 224 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 238 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 252 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 267 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected [all …]
|
D | arm_rfft_fast_init_f16.c | 50 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 76 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 102 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 128 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 154 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 180 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 206 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 231 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected
|
D | arm_rfft_fast_init_f32.c | 47 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 73 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 99 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 125 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 151 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 177 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 203 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 228 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected
|
D | arm_rfft_fast_init_f64.c | 47 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 74 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 101 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 128 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 155 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 181 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 207 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected 232 - \ref ARM_MATH_ARGUMENT_ERROR : an error is detected
|
D | arm_mfcc_init_f16.c | 61 @return error status 191 @return error status 220 @return error status 249 @return error status 278 @return error status 307 @return error status 336 @return error status 365 @return error status 394 @return error status
|
D | arm_mfcc_init_f32.c | 61 @return error status 191 @return error status 220 @return error status 249 @return error status 278 @return error status 307 @return error status 336 @return error status 365 @return error status 394 @return error status
|
D | arm_mfcc_init_q15.c | 60 @return error status 190 @return error status 219 @return error status 248 @return error status 277 @return error status 306 @return error status 335 @return error status 364 @return error status 393 @return error status
|
/cmsis-dsp-latest/Testing/ |
D | processResult.py | 2 # Test status (like passed, or failed with error code) 25 return("Equality error") 27 return("Absolute difference error") 29 return("Relative difference error") 31 return("SNR error") 33 return("Different length error") 35 return("Assertion error") 37 return("Memory allocation error") 39 return("Empty pattern error") 43 return("Close float error") [all …]
|
/cmsis-dsp-latest/dsppp/ |
D | run_all.py | 41 def __init__(self,msg,error=False): argument 42 self._error = error 46 def error(self): member in Result 54 if res.error: 55 printError("Error") 73 return(Result(result.stderr + "\n\nSTDOUT:\n\n" + result.stdout,error=True)) 75 return(Result(result.stdout,error=True)) 83 return(Result(str(e),error=True)) 343 res = Result(str(e),error = True) 420 printError("Error in tests:") [all …]
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | FIRF32.cpp | 2 #include "Error.h" 65 error.create(this->nbSamples,FIRF32::ERR_F32_ID,mgr); in setUp() 72 this->pErr=error.ptr(); in setUp() 77 error.create(this->nbSamples,FIRF32::ERR_F32_ID,mgr); in setUp() 84 this->pErr=error.ptr(); in setUp()
|
D | FIRQ15.cpp | 2 #include "Error.h" 61 error.create(this->nbSamples,FIRQ15::ERR_Q15_ID,mgr); in setUp() 68 this->pErr=error.ptr(); in setUp() 73 error.create(this->nbSamples,FIRQ15::ERR_Q15_ID,mgr); in setUp() 80 this->pErr=error.ptr(); in setUp()
|
D | FIRQ31.cpp | 2 #include "Error.h" 63 error.create(this->nbSamples,FIRQ31::ERR_Q31_ID,mgr); in setUp() 71 this->pErr=error.ptr(); in setUp() 76 error.create(this->nbSamples,FIRQ31::ERR_Q31_ID,mgr); in setUp() 84 this->pErr=error.ptr(); in setUp()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | Softmax.cpp | 3 #include "Error.h" 10 there is an average error of 4.2 percent and standard deviation 20 Average error rate = -0.555548 + 0.246918 vecDim 24 Average error rate = 4.6 percent 25 Variance for error rate = 0.8
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_lms_f32.c | 39 …escent method in which the filter coefficients are updated based on the instantaneous error signal. 51 This "error signal" tends towards zero as the filter adapts. 52 …tions accept the input and reference input signals and generate the filter output and error signal. 58 <code>pOut</code> points to output signal and <code>pErr</code> points to error signal. 72 …The error signal equals the difference between the reference signal <code>d[n]</code> and the filt… 78 …After each sample of the error signal is computed, the filter coefficients <code>b[k]</code> are u… 161 @param[out] pErr points to the block of error data 180 float32_t sum, e, d; /* accumulator, error, reference data sample */ in arm_lms_f32() 245 /* Compute and store error */ in arm_lms_f32() 350 float32_t acc, e; /* Accumulator, error */ in arm_lms_f32() [all …]
|
D | arm_lms_norm_f32.c | 50 This "error signal" tends towards zero as the filter adapts. 51 …tions accept the input and reference input signals and generate the filter output and error signal. 57 <code>pOut</code> points to output signal and <code>pErr</code> points to error signal. 71 …The error signal equals the difference between the reference signal <code>d[n]</code> and the filt… 77 …After each sample of the error signal is computed the instanteous energy of the filter state varia… 154 @param[out] pErr points to the block of error data 175 float32_t sum, e, d; /* accumulator, error, reference data sample */ in arm_lms_norm_f32() 181 /* Initializations of error, difference, Coefficient update */ in arm_lms_norm_f32() 252 /* Compute and store error */ in arm_lms_norm_f32() 361 float32_t acc, e; /* Accumulator, error */ in arm_lms_norm_f32() [all …]
|