Lines Matching refs:ptr
24 const q31_t *inp = inputA.ptr(); in test_max_q31()
29 q31_t *refp = ref.ptr(); in test_max_q31()
30 int16_t *refind = maxIndexes.ptr(); in test_max_q31()
32 q31_t *outp = output.ptr(); in test_max_q31()
33 int16_t *ind = index.ptr(); in test_max_q31()
51 const q31_t *inp = inputA.ptr(); in test_absmax_q31()
56 q31_t *refp = ref.ptr(); in test_absmax_q31()
57 int16_t *refind = maxIndexes.ptr(); in test_absmax_q31()
59 q31_t *outp = output.ptr(); in test_absmax_q31()
60 int16_t *ind = index.ptr(); in test_absmax_q31()
78 const q31_t *inp = inputA.ptr(); in test_min_q31()
83 q31_t *refp = ref.ptr(); in test_min_q31()
84 int16_t *refind = minIndexes.ptr(); in test_min_q31()
86 q31_t *outp = output.ptr(); in test_min_q31()
87 int16_t *ind = index.ptr(); in test_min_q31()
104 const q31_t *inp = inputA.ptr(); in test_min_no_idx_q31()
108 q31_t *refp = ref.ptr(); in test_min_no_idx_q31()
110 q31_t *outp = output.ptr(); in test_min_no_idx_q31()
124 const q31_t *inp = inputA.ptr(); in test_absmin_no_idx_q31()
128 q31_t *refp = ref.ptr(); in test_absmin_no_idx_q31()
130 q31_t *outp = output.ptr(); in test_absmin_no_idx_q31()
144 const q31_t *inp = inputA.ptr(); in test_absmin_q31()
149 q31_t *refp = ref.ptr(); in test_absmin_q31()
150 int16_t *refind = minIndexes.ptr(); in test_absmin_q31()
152 q31_t *outp = output.ptr(); in test_absmin_q31()
153 int16_t *ind = index.ptr(); in test_absmin_q31()
170 const q31_t *inp = inputA.ptr(); in test_mean_q31()
174 q31_t *refp = ref.ptr(); in test_mean_q31()
176 q31_t *outp = output.ptr(); in test_mean_q31()
192 const q31_t *inp = inputA.ptr(); in test_power_q31()
196 q63_t *refp = refPower.ptr(); in test_power_q31()
198 q63_t *outp = outputPower.ptr(); in test_power_q31()
214 const q31_t *inp = inputA.ptr(); in test_rms_q31()
218 q31_t *refp = ref.ptr(); in test_rms_q31()
220 q31_t *outp = output.ptr(); in test_rms_q31()
236 const q31_t *inp = inputA.ptr(); in test_std_q31()
240 q31_t *refp = ref.ptr(); in test_std_q31()
242 q31_t *outp = output.ptr(); in test_std_q31()
258 const q31_t *inp = inputA.ptr(); in test_var_q31()
262 q31_t *refp = ref.ptr(); in test_var_q31()
264 q31_t *outp = output.ptr(); in test_var_q31()
280 const q31_t *inp = inputA.ptr(); in test_max_no_idx_q31()
284 q31_t *refp = ref.ptr(); in test_max_no_idx_q31()
286 q31_t *outp = output.ptr(); in test_max_no_idx_q31()
300 const q31_t *inp = inputA.ptr(); in test_absmax_no_idx_q31()
304 q31_t *refp = ref.ptr(); in test_absmax_no_idx_q31()
306 q31_t *outp = output.ptr(); in test_absmax_no_idx_q31()
320 const q31_t *inpA = inputA.ptr(); in test_mse_q31()
321 const q31_t *inpB = inputB.ptr(); in test_mse_q31()
325 q31_t *refp = ref.ptr(); in test_mse_q31()
327 q31_t *outp = output.ptr(); in test_mse_q31()