Searched refs:in_rand (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 539 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_shift_q7, rand, in_rand, ref_shift, 33); 568 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_shift_q7_in_place, rand, in_rand, ref_shift, 33);
|
D | q15.c | 561 DEFINE_TEST_VARIANT3(basic_math_q15, zdsp_shift_q15, rand, in_rand, ref_shift, 17); 591 DEFINE_TEST_VARIANT3(basic_math_q15, zdsp_shift_q15_in_place, rand, in_rand, ref_shift, 17);
|
D | q31.c | 550 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_shift_q31, rand, in_rand, ref_shift, 9); 580 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_shift_q31_in_place, rand, in_rand, ref_shift, 9);
|
D | q31.pat | 147 static DSP_STATIC_DATA const q31_t in_rand[9] = {
|
D | q15.pat | 83 static DSP_STATIC_DATA const q15_t in_rand[17] = {
|
D | q7.pat | 89 static DSP_STATIC_DATA const q7_t in_rand[33] = {
|