Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Testing/
DcreateDb.sql38 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 …]
Ddiff.sql54 TYPE.type as TYPE,
63 INNER JOIN TYPE ON TYPE.typeid = otherCores.typeid;
/cmsis-dsp-latest/Testing/FrameworkSource/
DPatternMgr.cpp43 #define LOCAL(TYPE,EXT) \ argument
44 TYPE *PatternMgr::local_##EXT(Testing::nbSamples_t nbSamples) \
46 return((TYPE*)(m_mem->NewBuffer(sizeof(TYPE)*nbSamples))); \