Searched refs:TYPE (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | createDb.sql | 38 CREATE TABLE TYPE ( table 42 CREATE INDEX type_index ON TYPE(type); 74 INSERT INTO TYPE VALUES(1, "q7"); 75 INSERT INTO TYPE VALUES(2, "q15"); 76 INSERT INTO TYPE VALUES(3, "q31"); 77 INSERT INTO TYPE VALUES(4, "f16"); 78 INSERT INTO TYPE VALUES(5, "f32"); 79 INSERT INTO TYPE VALUES(6, "f64"); 80 INSERT INTO TYPE VALUES(7, "s8"); 81 INSERT INTO TYPE VALUES(8, "u8"); [all …]
|
D | diff.sql | 54 TYPE.type as TYPE, 63 INNER JOIN TYPE ON TYPE.typeid = otherCores.typeid;
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | PatternMgr.cpp | 43 #define LOCAL(TYPE,EXT) \ argument 44 TYPE *PatternMgr::local_##EXT(Testing::nbSamples_t nbSamples) \ 46 return((TYPE*)(m_mem->NewBuffer(sizeof(TYPE)*nbSamples))); \
|