Home
last modified time | relevance | path

Searched refs:BuildName (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/meta/generators/
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(1, cols, aligned),
[all …]
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)),
Dqnt_Nx8_neon.py26 def BuildName(lanes, leftovers, aligned): function
276 name = BuildName(qnt_lanes, leftovers, aligned)
358 BuildName(rows, leftovers, aligned),
Dzip_Nx8_neon.py55 def BuildName(zip_lanes, leftovers, aligned): function
231 name = BuildName(zip_lanes, leftovers, aligned)
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),
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/clang/tools/scan-build/bin/
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";
/external/llvm-project/clang/tools/scan-build/bin/
Dscan-build29 my $BuildName;
700 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
701 if (defined($BuildName) && defined($BuildDate));
722 if (defined $BuildName) {
723 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
1183 if (defined $BuildName) {
1184 print "ANALYZER BUILD: $BuildName ($BuildDate)\n\n";