Searched refs:BuildName (Results 1 - 12 of 12) sorted by relevance

/external/gemmlowp/meta/generators/
H A Dgemv_1xMxK_neon.py64 zip_Nx8_neon.BuildName(1, leftovers, aligned),
88 zip_Nx8_neon.BuildName(4, leftovers, aligned),
93 zip_Nx8_neon.BuildName(4, leftovers, aligned),
98 mul_1x8_Mx8_neon.BuildName(result_type, lhs_add, rhs_add, 8),
106 zip_Nx8_neon.BuildName(4, leftovers, aligned),
111 zip_Nx8_neon.BuildName(cols - 4, leftovers, aligned),
115 mul_1x8_Mx8_neon.BuildName(result_type, lhs_add, rhs_add, cols),
119 zip_Nx8_neon.BuildName(cols, leftovers, aligned),
123 mul_Nx8_Mx8_neon.BuildName(result_type, lhs_add, rhs_add, 1, cols),
131 qnt_Nx8_neon.BuildName(
140 def BuildName(output_type, aligned, cols, leftover): function
[all...]
H A Dgemm_NxMxK_neon.py77 return zip_Nx8_neon.BuildName(rows, leftovers, aligned)
98 return mul_Nx8_Mx8_neon.BuildName(result_type, lhs_add, rhs_add, rows, cols)
173 def BuildName(output_type, aligned, rows, cols, leftover): function
212 BuildName(output_type, aligned, rows, cols, leftovers),
240 BuildName(output_type, aligned, m_mod, n_mod, leftovers)),
H A Dqnt_Nx8_neon.py26 def BuildName(lanes, leftovers, aligned): function
276 name = BuildName(qnt_lanes, leftovers, aligned)
358 BuildName(rows, leftovers, aligned),
H A Dzip_Nx8_neon.py55 def BuildName(zip_lanes, leftovers, aligned): function
231 name = BuildName(zip_lanes, leftovers, aligned)
H A Dmul_1x8_Mx8_neon.py197 def BuildName(result_type, lhs_add, rhs_add, lanes): function
246 BuildName(result_type, lhs_add, rhs_add, lanes_count + 4),
H A Dmul_Nx8_Mx8_neon.py353 def BuildName(result_type, lhs_add, rhs_add, left, right): function
389 BuildName(result_type, lhs_add, rhs_add, left_lanes_count,
/external/autotest/site_utils/suite_scheduler/
H A Dbuild_event.py74 build = base_event.BuildName(board, type, milestone, manifest)
H A Dbase_event.py41 def BuildName(board, type, milestone, manifest): function
H A Dtimed_event.py77 build = base_event.BuildName(board, type, milestone, manifests[-1])
H A Ddriver_unittest.py221 build = base_event.BuildName(board, type, milestone, manifest)
H A Dtask.py805 latest_build = base_event.BuildName(board, 'release', milestone,
850 latest_build = base_event.BuildName(board, build_type, latest_milestone,
/external/clang/tools/scan-build/bin/
H A Dscan-build30 my $BuildName;
676 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
677 if (defined($BuildName) && defined($BuildDate));
698 if (defined $BuildName) {
699 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
1111 if (defined $BuildName) {
1112 print "ANALYZER BUILD: $BuildName ($BuildDate)\n\n";

Completed in 175 milliseconds