Lines Matching refs:result
20 float64_t result; in test_max_f64() local
31 &result, in test_max_f64()
34 outp[0] = result; in test_max_f64()
37 ASSERT_EQ(result,refp[this->refOffset]); in test_max_f64()
46 float64_t result; in test_absmax_f64() local
57 &result, in test_absmax_f64()
60 outp[0] = result; in test_absmax_f64()
63 ASSERT_EQ(result,refp[this->refOffset]); in test_absmax_f64()
72 float64_t result; in test_max_no_idx_f64() local
80 &result); in test_max_no_idx_f64()
82 outp[0] = result; in test_max_no_idx_f64()
84 ASSERT_EQ(result,refp[this->refOffset]); in test_max_no_idx_f64()
92 float64_t result; in test_absmax_no_idx_f64() local
100 &result); in test_absmax_no_idx_f64()
102 outp[0] = result; in test_absmax_no_idx_f64()
104 ASSERT_EQ(result,refp[this->refOffset]); in test_absmax_no_idx_f64()
112 float64_t result; in test_min_no_idx_f64() local
120 &result); in test_min_no_idx_f64()
122 outp[0] = result; in test_min_no_idx_f64()
124 ASSERT_EQ(result,refp[this->refOffset]); in test_min_no_idx_f64()
132 float64_t result; in test_absmin_no_idx_f64() local
140 &result); in test_absmin_no_idx_f64()
142 outp[0] = result; in test_absmin_no_idx_f64()
144 ASSERT_EQ(result,refp[this->refOffset]); in test_absmin_no_idx_f64()
152 float64_t result; in test_min_f64() local
163 &result, in test_min_f64()
166 outp[0] = result; in test_min_f64()
169 ASSERT_EQ(result,refp[this->refOffset]); in test_min_f64()
178 float64_t result; in test_absmin_f64() local
189 &result, in test_absmin_f64()
192 outp[0] = result; in test_absmin_f64()
195 ASSERT_EQ(result,refp[this->refOffset]); in test_absmin_f64()
204 float64_t result; in test_mean_f64() local
212 &result); in test_mean_f64()
214 outp[0] = result; in test_mean_f64()
216 ASSERT_SNR(result,refp[this->refOffset],(float64_t)SNR_THRESHOLD); in test_mean_f64()
218 ASSERT_REL_ERROR(result,refp[this->refOffset],REL_ERROR); in test_mean_f64()
226 float64_t result; in test_power_f64() local
234 &result); in test_power_f64()
236 outp[0] = result; in test_power_f64()
238 ASSERT_SNR(result,refp[this->refOffset],(float64_t)SNR_THRESHOLD); in test_power_f64()
240 ASSERT_REL_ERROR(result,refp[this->refOffset],REL_ERROR); in test_power_f64()
271 float64_t result; in test_std_f64() local
279 &result); in test_std_f64()
281 outp[0] = result; in test_std_f64()
283 ASSERT_SNR(result,refp[this->refOffset],(float64_t)SNR_THRESHOLD); in test_std_f64()
285 ASSERT_REL_ERROR(result,refp[this->refOffset],REL_ERROR); in test_std_f64()
293 float64_t result; in test_var_f64() local
301 &result); in test_var_f64()
303 outp[0] = result; in test_var_f64()
305 ASSERT_SNR(result,refp[this->refOffset],(float64_t)SNR_THRESHOLD); in test_var_f64()
307 ASSERT_REL_ERROR(result,refp[this->refOffset],REL_ERROR); in test_var_f64()
327 float64_t result; in test_std_stability_f64() local
340 arm_std_f64(in,4,&result); in test_std_stability_f64()
352 ASSERT_TRUE(fabs(5.47723f - result) < 1.0e-4f); in test_std_stability_f64()
447 float64_t result; in test_mse_f64() local
455 &result); in test_mse_f64()
457 outp[0] = result; in test_mse_f64()
459 ASSERT_SNR(result,refp[this->refOffset],(float64_t)SNR_THRESHOLD); in test_mse_f64()
461 ASSERT_REL_ERROR(result,refp[this->refOffset],(float64_t)REL_ERROR); in test_mse_f64()