Lines Matching refs:output
77 float64_t *outp = output.ptr(); 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()
83 ASSERT_EMPTY_TAIL(output); in test_vlog_f64()
90 float64_t *outp = output.ptr(); 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()
96 ASSERT_EMPTY_TAIL(output); in test_vexp_f64()
110 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
119 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
128 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
137 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
152 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
161 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
170 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
179 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
188 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
197 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
206 output.create(ref.nbSamples(),FastMathF64::OUT_F64_ID,mgr); in setUp()
217 output.dump(mgr); in tearDown()