Searched refs:ndx_4_sorted_data (Results 1 – 1 of 1) sorted by relevance
129 std::vector<unsigned> ndx_4_sorted_data(memory.size()); in compute_owens_t_T7() local132 ndx_4_sorted_data[i]=i; in compute_owens_t_T7()135 std::sort(ndx_4_sorted_data.begin(), ndx_4_sorted_data.end(), in compute_owens_t_T7()138 val = memory[ndx_4_sorted_data[0]]; in compute_owens_t_T7()141 val+=memory[ndx_4_sorted_data[i]]; in compute_owens_t_T7()