Lines Matching full:output

20  float32_t *outp = output.ptr();  in test_weighted_average_f32()
27 ASSERT_EMPTY_TAIL(output); in test_weighted_average_f32()
34 float32_t *outp = output.ptr(); in test_copy_f32()
40 ASSERT_EQ(input,output); in test_copy_f32()
41 ASSERT_EMPTY_TAIL(output); in test_copy_f32()
47 float32_t *outp = output.ptr(); in test_fill_f32()
59 ASSERT_EMPTY_TAIL(output); in test_fill_f32()
121 float32_t *outp = output.ptr(); in test_bitonic_sort_out_f32()
128 ASSERT_EMPTY_TAIL(output); in test_bitonic_sort_out_f32()
130 ASSERT_EQ(output,ref); in test_bitonic_sort_out_f32()
152 float32_t *outp = output.ptr(); in test_bitonic_sort_const_f32()
159 ASSERT_EMPTY_TAIL(output); in test_bitonic_sort_const_f32()
161 ASSERT_EQ(output,ref); in test_bitonic_sort_const_f32()
168 float32_t *outp = output.ptr(); in test_bubble_sort_out_f32()
175 ASSERT_EMPTY_TAIL(output); in test_bubble_sort_out_f32()
177 ASSERT_EQ(output,ref); in test_bubble_sort_out_f32()
199 float32_t *outp = output.ptr(); in test_bubble_sort_const_f32()
206 ASSERT_EMPTY_TAIL(output); in test_bubble_sort_const_f32()
208 ASSERT_EQ(output,ref); in test_bubble_sort_const_f32()
215 float32_t *outp = output.ptr(); in test_heap_sort_out_f32()
222 ASSERT_EMPTY_TAIL(output); in test_heap_sort_out_f32()
224 ASSERT_EQ(output,ref); in test_heap_sort_out_f32()
245 float32_t *outp = output.ptr(); in test_heap_sort_const_f32()
252 ASSERT_EMPTY_TAIL(output); in test_heap_sort_const_f32()
254 ASSERT_EQ(output,ref); in test_heap_sort_const_f32()
261 float32_t *outp = output.ptr(); in test_insertion_sort_out_f32()
268 ASSERT_EMPTY_TAIL(output); in test_insertion_sort_out_f32()
270 ASSERT_EQ(output,ref); in test_insertion_sort_out_f32()
292 float32_t *outp = output.ptr(); in test_insertion_sort_const_f32()
299 ASSERT_EMPTY_TAIL(output); in test_insertion_sort_const_f32()
301 ASSERT_EQ(output,ref); in test_insertion_sort_const_f32()
308 float32_t *outp = output.ptr(); in test_merge_sort_out_f32()
316 ASSERT_EMPTY_TAIL(output); in test_merge_sort_out_f32()
318 ASSERT_EQ(output,ref); in test_merge_sort_out_f32()
325 float32_t *outp = output.ptr(); in test_merge_sort_const_f32()
333 ASSERT_EMPTY_TAIL(output); in test_merge_sort_const_f32()
335 ASSERT_EQ(output,ref); in test_merge_sort_const_f32()
341 float32_t *outp = output.ptr(); in test_quick_sort_out_f32()
348 ASSERT_EMPTY_TAIL(output); in test_quick_sort_out_f32()
350 ASSERT_EQ(output,ref); in test_quick_sort_out_f32()
372 float32_t *outp = output.ptr(); in test_quick_sort_const_f32()
379 ASSERT_EMPTY_TAIL(output); in test_quick_sort_const_f32()
381 ASSERT_EQ(output,ref); in test_quick_sort_const_f32()
388 float32_t *outp = output.ptr(); in test_selection_sort_out_f32()
395 ASSERT_EMPTY_TAIL(output); in test_selection_sort_out_f32()
397 ASSERT_EQ(output,ref); in test_selection_sort_out_f32()
419 float32_t *outp = output.ptr(); in test_selection_sort_const_f32()
426 ASSERT_EMPTY_TAIL(output); in test_selection_sort_const_f32()
428 ASSERT_EQ(output,ref); in test_selection_sort_const_f32()
445 output.create(1,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
456 output.create(1,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
467 output.create(1,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
476 output.create(input.nbSamples(),SupportTestsF32::OUT_F32_ID,mgr); in setUp()
484 output.create(input.nbSamples(),SupportTestsF32::OUT_F32_ID,mgr); in setUp()
492 output.create(input.nbSamples(),SupportTestsF32::OUT_F32_ID,mgr); in setUp()
499 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
506 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
513 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
593 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
600 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
607 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
614 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
621 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
628 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
635 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
642 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
649 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
656 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
663 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
670 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
677 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
684 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
691 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
698 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
705 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
712 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
719 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
726 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
733 output.create(this->nbSamples,SupportTestsF32::OUT_F32_ID,mgr); in setUp()
769 output.dump(mgr); in tearDown()