Lines Matching refs:A
97 #### R3 : A test shall be uniquely identified
121 A test suite is a set of tests packaged with some data.
129 A test should start (as far as possible) in a clean state. There should not be interferences betwee…
151 A test description file is defined with a specific syntax to support R1 to R8.
171 A folder can be reused for different nodes. For instance, you may have a suite for testing and one …
173 A test suite is more complex than a group since it contains the description of the tests and relate…
188 A function is described with some text and followed by the name of the function in the C++ class.
193 A test is requiring input patterns, reference patterns and outputs (to be compared to the reference…
212 A pattern or output description is an ID (to be used in the code) followed by a filename.
220 A benchmark will often have to be run with different lengths for the input.
235 A,B,C
236 Summary A,B
237 Names "Param A", "Param B"
238 Formula "A*B"
244 In above example we declare that the functions of the suite are using 3 parameters named A,B and C.
245 We declare that a regression formula will use only A and B. So for each C value, we will get a diff…
249 We define a regression formula using R syntax. (We do not write "cycles ~ A*B" but only "A*B")
265 A = [1,3,5]
275 Test A:testA -> PARAM3_ID
314 …ne must be a multiple of the number of parameters. In our above example we have 3 parameters A,B,C.
321 A disabled group/suite/test is not executed (and its code not generated for group/suite).
330 A memory manager can provide new buffer, free all the already allocated buffers and give a generati…
336 A Runner is just an implementation of the visitor pattern. A runner is applied to the tree of tests.
501 …1,"DSP:ComplexMaths",1,"225.3749999999999 + A * 0.7083333333333606 + B * 0.7083333333333641 + A*B …
504 The MAX column is the max of cycles computed for all values of A and B which were used for this ben…
709 A table BasicBenchmarks will be create and the benchmarks result for F32, Q31, Q15 and Q7 will be a…