Searched refs:BuildName (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | gemv_1xMxK_neon.py | 64 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 …]
|
D | gemm_NxMxK_neon.py | 77 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)),
|
D | qnt_Nx8_neon.py | 26 def BuildName(lanes, leftovers, aligned): function 276 name = BuildName(qnt_lanes, leftovers, aligned) 358 BuildName(rows, leftovers, aligned),
|
D | zip_Nx8_neon.py | 55 def BuildName(zip_lanes, leftovers, aligned): function 231 name = BuildName(zip_lanes, leftovers, aligned)
|
D | mul_1x8_Mx8_neon.py | 197 def BuildName(result_type, lhs_add, rhs_add, lanes): function 246 BuildName(result_type, lhs_add, rhs_add, lanes_count + 4),
|
D | mul_Nx8_Mx8_neon.py | 353 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/ |
D | scan-build | 30 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/ |
D | scan-build | 29 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";
|