• Home
  • Raw
  • Download

Lines Matching refs:output_index

1589         unsigned output_index = (n * vd_lane_count) + lane;  in Test1OpNEON()  local
1591 if (results[output_index] != expected[output_index]) { in Test1OpNEON()
1610 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpNEON() local
1616 results[output_index] != expected[output_index] ? '*' : ' ', in Test1OpNEON()
1620 static_cast<uint64_t>(results[output_index]), in Test1OpNEON()
1622 static_cast<uint64_t>(expected[output_index])); in Test1OpNEON()
2058 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpNEON() local
2061 if (results[output_index] != expected[output_index]) { in Test2OpNEON()
2080 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpNEON() local
2092 results[output_index] != expected[output_index] ? '*' : ' ', in Test2OpNEON()
2100 static_cast<uint64_t>(results[output_index]), in Test2OpNEON()
2102 static_cast<uint64_t>(expected[output_index])); in Test2OpNEON()
2327 unsigned output_index = in TestByElementNEON() local
2332 if (results[output_index] != expected[output_index]) { in TestByElementNEON()
2351 unsigned output_index = in TestByElementNEON() local
2365 results[output_index] != expected[output_index] ? '*' in TestByElementNEON()
2375 static_cast<uint64_t>(results[output_index]), in TestByElementNEON()
2377 static_cast<uint64_t>(expected[output_index])); in TestByElementNEON()
2554 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpImmNEON() local
2557 if (results[output_index] != expected[output_index]) { in Test2OpImmNEON()
2578 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpImmNEON() local
2586 results[output_index] != expected[output_index] ? '*' : ' ', in Test2OpImmNEON()
2592 static_cast<uint64_t>(results[output_index]), in Test2OpImmNEON()
2594 static_cast<uint64_t>(expected[output_index])); in Test2OpImmNEON()
2787 unsigned output_index = in TestOpImmOpImmNEON() local
2792 if (results[output_index] != expected[output_index]) { in TestOpImmOpImmNEON()
2813 unsigned output_index = in TestOpImmOpImmNEON() local
2827 results[output_index] != expected[output_index] ? '*' in TestOpImmOpImmNEON()
2838 static_cast<uint64_t>(results[output_index]), in TestOpImmOpImmNEON()
2840 static_cast<uint64_t>(expected[output_index])); in TestOpImmOpImmNEON()