Lines Matching refs:ref
33 for(i=0; i < ref.nbSamples(); i++) in test_atan2_scalar_f32()
43 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR_ATAN,REL_ERROR_ATAN); in test_atan2_scalar_f32()
54 for(i=0; i < ref.nbSamples(); i++) in test_cos_f32()
59 ASSERT_SNR(ref,output,(float32_t)SNR_THRESHOLD); in test_cos_f32()
60 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_cos_f32()
70 for(i=0; i < ref.nbSamples(); i++) in test_sin_f32()
75 ASSERT_SNR(ref,output,(float32_t)SNR_THRESHOLD); in test_sin_f32()
76 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_sin_f32()
87 for(i=0; i < ref.nbSamples(); i++) in test_sqrt_f32()
94 ASSERT_SNR(ref,output,(float32_t)SNR_THRESHOLD); in test_sqrt_f32()
95 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_sqrt_f32()
105 arm_vlog_f32(inp,outp,ref.nbSamples()); in test_vlog_f32()
107 ASSERT_SNR(ref,output,(float32_t)SNR_THRESHOLD); in test_vlog_f32()
108 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_vlog_f32()
118 arm_vexp_f32(inp,outp,ref.nbSamples()); in test_vexp_f32()
120 ASSERT_SNR(ref,output,(float32_t)SNR_THRESHOLD); in test_vexp_f32()
121 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_vexp_f32()
135 ref.reload(FastMathF32::COS1_F32_ID,mgr); in setUp()
136 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
144 ref.reload(FastMathF32::SIN1_F32_ID,mgr); in setUp()
145 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
153 ref.reload(FastMathF32::SQRT1_F32_ID,mgr); in setUp()
154 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
162 ref.reload(FastMathF32::LOG1_F32_ID,mgr); in setUp()
163 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
171 ref.reload(FastMathF32::LOG1_F32_ID,mgr,3); in setUp()
172 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
180 ref.reload(FastMathF32::LOG1_F32_ID,mgr,8); in setUp()
181 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
189 ref.reload(FastMathF32::LOG1_F32_ID,mgr,11); in setUp()
190 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
198 ref.reload(FastMathF32::EXP1_F32_ID,mgr); in setUp()
199 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
207 ref.reload(FastMathF32::EXP1_F32_ID,mgr,3); in setUp()
208 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
216 ref.reload(FastMathF32::EXP1_F32_ID,mgr,8); in setUp()
217 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
225 ref.reload(FastMathF32::EXP1_F32_ID,mgr,11); in setUp()
226 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()
234 ref.reload(FastMathF32::ATAN2_F32_ID,mgr); in setUp()
235 output.create(ref.nbSamples(),FastMathF32::OUT_F32_ID,mgr); in setUp()