| /Zephyr-latest/tests/lib/cmsis_dsp/support/src/ | 
| D | q31.c | 73 	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()
  | 
| D | q7.c | 73 	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-latest/tests/lib/cmsis_dsp/statistics/src/ | 
| D | q15.c | 107 	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
  | 
| D | q31.c | 107 	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
  | 
| D | f64.c | 23 	const float64_t *ref = (float64_t *)ref_entropy;  in ZTEST()  local 58 	const float64_t *ref = (float64_t *)ref_kl;  in ZTEST()  local
  | 
| D | q7.c | 111 	q7_t ref[1];  in test_arm_mean_q7()  local 144 	q31_t ref[1];  in test_arm_power_q7()  local
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ | 
| D | cq31.c | 20 	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()
  | 
| D | rq15.c | 37 	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()
  | 
| D | rq31.c | 21 	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()
  | 
| D | cq15.c | 21 	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-latest/tests/lib/cmsis_dsp/filtering/src/ | 
| D | biquad_f16.c | 27 	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
  | 
| D | biquad_f32.c | 26 	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
  | 
| D | misc_f16.c | 24 	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()
  | 
| D | biquad_q31.c | 29 	const q31_t *ref = ref_default;  in ZTEST()  local 77 	const q31_t *ref = ref_default;  in ZTEST()  local
  | 
| D | biquad_f64.c | 26 	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
  | 
| D | decim_f32.c | 29 	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
  | 
| D | decim_q15.c | 29 	const q15_t *ref = ref_decim;  in ZTEST()  local 93 	const q15_t *ref = ref_interp;  in ZTEST()  local
  | 
| D | decim_q31.c | 29 	const q31_t *ref = ref_decim;  in ZTEST()  local 93 	const q31_t *ref = ref_interp;  in ZTEST()  local
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ | 
| D | unary_q15.c | 30 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()
  | 
| D | unary_q31.c | 30 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()
  | 
| D | unary_q7.c | 26 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-latest/drivers/spi/ | 
| D | spi_silabs_usart.c | 45 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument 48 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument 52 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument 57 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument 63 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument 70 #define CLOCK_USART(ref)	(((ref) == USART0) ? cmuClock_USART0 \  argument
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ | 
| D | f16.c | 143 	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()
  | 
| D | f32.c | 125 	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-latest/subsys/bluetooth/mesh/ | 
| D | va.h | 9 	uint16_t ref:15,  member
  |