Lines Matching refs:ASSERT_EQ
40 ASSERT_EQ(input,output); in test_copy_f32()
57 ASSERT_EQ(val,outp[i]); in test_fill_f32()
130 ASSERT_EQ(output,ref); in test_bitonic_sort_out_f32()
145 ASSERT_EQ(input,ref); in test_bitonic_sort_in_f32()
161 ASSERT_EQ(output,ref); in test_bitonic_sort_const_f32()
177 ASSERT_EQ(output,ref); in test_bubble_sort_out_f32()
192 ASSERT_EQ(input,ref); in test_bubble_sort_in_f32()
208 ASSERT_EQ(output,ref); in test_bubble_sort_const_f32()
224 ASSERT_EQ(output,ref); in test_heap_sort_out_f32()
239 ASSERT_EQ(input,ref); in test_heap_sort_in_f32()
254 ASSERT_EQ(output,ref); in test_heap_sort_const_f32()
270 ASSERT_EQ(output,ref); in test_insertion_sort_out_f32()
285 ASSERT_EQ(input,ref); in test_insertion_sort_in_f32()
301 ASSERT_EQ(output,ref); in test_insertion_sort_const_f32()
318 ASSERT_EQ(output,ref); in test_merge_sort_out_f32()
335 ASSERT_EQ(output,ref); in test_merge_sort_const_f32()
350 ASSERT_EQ(output,ref); in test_quick_sort_out_f32()
365 ASSERT_EQ(input,ref); in test_quick_sort_in_f32()
381 ASSERT_EQ(output,ref); in test_quick_sort_const_f32()
397 ASSERT_EQ(output,ref); in test_selection_sort_out_f32()
412 ASSERT_EQ(input,ref); in test_selection_sort_in_f32()
428 ASSERT_EQ(output,ref); in test_selection_sort_const_f32()