Searched refs:testQR (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 1057 def testQR(config,format): function 1220 testQR(configUnaryf64,Tools.F64) 1221 testQR(configUnaryf32,Tools.F32) 1222 testQR(configUnaryf16,Tools.F16)
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 1362 static void testQR() in testQR() function 1700 testQR<T,NBVEC_4,NBVEC_4>(); in matrix_all_test() 1701 testQR<T,NBVEC_16,NBVEC_16>(); in matrix_all_test() 1702 testQR<T,NBVEC_32,NBVEC_32>(); in matrix_all_test()
|