Lines Matching refs:ref
79 arm_vlog_f64(inp,outp,ref.nbSamples()); in test_vlog_f64()
81 ASSERT_SNR(ref,output,(float64_t)SNR_THRESHOLD); in test_vlog_f64()
82 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_vlog_f64()
92 arm_vexp_f64(inp,outp,ref.nbSamples()); in test_vexp_f64()
94 ASSERT_SNR(ref,output,(float64_t)SNR_THRESHOLD); in test_vexp_f64()
95 ASSERT_CLOSE_ERROR(ref,output,ABS_ERROR,REL_ERROR); in test_vexp_f64()
109 ref.reload(FastMathF64::COS1_F64_ID,mgr); in setUp()
110 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
118 ref.reload(FastMathF64::SIN1_F64_ID,mgr); in setUp()
119 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
127 ref.reload(FastMathF64::SQRT1_F64_ID,mgr); in setUp()
128 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
136 ref.reload(FastMathF64::LOG1_F64_ID,mgr); in setUp()
137 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
151 ref.reload(FastMathF64::LOG1_F64_ID,mgr,2); in setUp()
152 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
160 ref.reload(FastMathF64::LOG1_F64_ID,mgr,4); in setUp()
161 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
169 ref.reload(FastMathF64::LOG1_F64_ID,mgr,5); in setUp()
170 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
178 ref.reload(FastMathF64::EXP1_F64_ID,mgr); in setUp()
179 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
187 ref.reload(FastMathF64::EXP1_F64_ID,mgr,2); in setUp()
188 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
196 ref.reload(FastMathF64::EXP1_F64_ID,mgr,4); in setUp()
197 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
205 ref.reload(FastMathF64::EXP1_F64_ID,mgr,5); in setUp()
206 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()