Home
last modified time | relevance | path

Searched defs:ref (Results 26 – 50 of 108) sorted by relevance

12345

/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/support/src/
Dq31.c73 const q31_t *input1, const uint32_t *ref, size_t length) in test_arm_q31_to_float()
99 const q31_t *input1, const q15_t *ref, size_t length) in test_arm_q31_to_q15()
124 const q31_t *input1, const q7_t *ref, size_t length) in test_arm_q31_to_q7()
Dq7.c73 const q7_t *input1, const uint32_t *ref, size_t length) in test_arm_q7_to_float()
99 const q7_t *input1, const q31_t *ref, size_t length) in test_arm_q7_to_q31()
124 const q7_t *input1, const q15_t *ref, size_t length) in test_arm_q7_to_q15()
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/statistics/src/
Dq15.c107 q15_t ref[1]; in test_arm_mean_q15() local
140 q63_t ref[1]; in test_arm_power_q15() local
173 q15_t ref[1]; in test_arm_rms_q15() local
206 q15_t ref[1]; in test_arm_std_q15() local
239 q15_t ref[1]; in test_arm_var_q15() local
Dq31.c107 q31_t ref[1]; in test_arm_mean_q31() local
140 q63_t ref[1]; in test_arm_power_q31() local
173 q31_t ref[1]; in test_arm_rms_q31() local
206 q31_t ref[1]; in test_arm_std_q31() local
239 q31_t ref[1]; in test_arm_var_q31() local
Df64.c23 const float64_t *ref = (float64_t *)ref_entropy; in ZTEST() local
58 const float64_t *ref = (float64_t *)ref_kl; in ZTEST() local
Dq7.c111 q7_t ref[1]; in test_arm_mean_q7() local
144 q31_t ref[1]; in test_arm_power_q7() local
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/transform/src/
Dcq31.c20 const q31_t *input, const q31_t *ref, size_t length) in test_arm_cfft_q31()
124 int scale_factor, const q31_t *input, const q31_t *ref, size_t length) in test_arm_cifft_q31()
Drq15.c37 const q15_t *input, const q15_t *ref, size_t length) in test_arm_rfft_q15()
133 int scale_factor, const q15_t *input, const q15_t *ref, size_t length) in test_arm_rifft_q15()
Drq31.c21 const q31_t *input, const q31_t *ref, size_t length) in test_arm_rfft_q31()
117 int scale_factor, const q31_t *input, const q31_t *ref, size_t length) in test_arm_rifft_q31()
Dcq15.c21 const q15_t *input, const q15_t *ref, size_t length) in test_arm_cfft_q15()
125 int scale_factor, const q15_t *input, const q15_t *ref, size_t length) in test_arm_cifft_q15()
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_f16.c27 const float16_t *ref = (const float16_t *)ref_default; in ZTEST() local
88 const float16_t *ref = (const float16_t *)ref_default; in ZTEST() local
139 const float16_t *ref = (const float16_t *)ref_rand_mono; in ZTEST() local
206 const float16_t *ref = (const float16_t *)ref_rand_mono; in ZTEST() local
264 const float16_t *ref = (const float16_t *)ref_rand_stereo; in ZTEST() local
Dbiquad_f32.c26 const float32_t *ref = (const float32_t *)ref_default; in ZTEST() local
86 const float32_t *ref = (const float32_t *)ref_default; in ZTEST() local
136 const float32_t *ref = (const float32_t *)ref_rand_mono; in ZTEST() local
202 const float32_t *ref = (const float32_t *)ref_rand_mono; in ZTEST() local
259 const float32_t *ref = (const float32_t *)ref_rand_stereo; in ZTEST() local
Dmisc_f16.c24 size_t in1_length, size_t in2_length, const uint16_t *ref, in test_arm_correlate_f16()
181 const uint16_t *ref, size_t ref_length) in test_arm_levinson_durbin_f16()
Dbiquad_q31.c29 const q31_t *ref = ref_default; in ZTEST() local
77 const q31_t *ref = ref_default; in ZTEST() local
Dbiquad_f64.c26 const float64_t *ref = (const float64_t *)ref_default; in ZTEST() local
77 const float64_t *ref = (const float64_t *)ref_rand_mono; in ZTEST() local
Ddecim_f32.c29 const float32_t *ref = (const float32_t *)ref_decim; in ZTEST() local
92 const float32_t *ref = (const float32_t *)ref_interp; in ZTEST() local
Ddecim_q31.c29 const q31_t *ref = ref_decim; in ZTEST() local
93 const q31_t *ref = ref_interp; in ZTEST() local
Ddecim_q15.c29 const q15_t *ref = ref_decim; in ZTEST() local
93 const q15_t *ref = ref_interp; in ZTEST() local
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/matrix/src/
Dunary_q15.c30 static void test_op2(int op, const q15_t *ref, size_t length) in test_op2()
114 static void test_op1(int op, const q15_t *ref, size_t length, bool transpose) in test_op1()
192 static void test_op2v(int op, const q15_t *ref, size_t length) in test_op2v()
261 static void test_op1c(int op, const q15_t *ref, size_t length, bool transpose) in test_op1c()
Dunary_q31.c30 static void test_op2(int op, const q31_t *ref, size_t length) in test_op2()
114 static void test_op1(int op, const q31_t *ref, size_t length, bool transpose) in test_op1()
192 static void test_op2v(int op, const q31_t *ref, size_t length) in test_op2v()
261 static void test_op1c(int op, const q31_t *ref, size_t length, bool transpose) in test_op1c()
Dunary_q7.c26 static void test_op1(int op, const q7_t *ref, size_t length, bool transpose) in test_op1()
97 static void test_op2v(int op, const q7_t *ref, size_t length) in test_op2v()
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_gecko.c37 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
40 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
44 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
49 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
55 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
62 #define CLOCK_USART(ref) (((ref) == USART0) ? cmuClock_USART0 \ argument
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/fastmath/src/
Df16.c143 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_vlog_f16()
175 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_vexp_f16()
Df32.c125 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_vlog_f32()
157 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_vexp_f32()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dva.h9 uint16_t ref:15, member

12345