| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| ReductionRules.h | 97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : 101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : 138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts);
|
| Math.h | 204 /// Matrix transpose. 205 Matrix transpose() const {
|
| /src/crypto/external/apache2/openssl/dist/crypto/sm4/asm/ |
| vpsm4_ex-armv8.pl | 113 sub transpose() { subroutine 943 &transpose(@vtmp,@datax); 944 &transpose(@data,@datax); 981 &transpose(@vtmp,@datax); 1023 &transpose(@vtmp,@datax); 1042 &transpose(@vtmp,@datax); 1339 &transpose(@data,@vtmp); 1340 &transpose(@datax,@vtmp); 1344 &transpose(@vtmp,@datax); 1345 &transpose(@data,@datax) [all...] |
| vpsm4-armv8.pl | 110 sub transpose() { subroutine 944 &transpose(@vtmp,@datax); 945 &transpose(@data,@datax); 982 &transpose(@vtmp,@datax); 1024 &transpose(@vtmp,@datax); 1043 &transpose(@vtmp,@datax); 1330 &transpose(@data,@vtmp); 1331 &transpose(@datax,@vtmp); 1335 &transpose(@vtmp,@datax); 1336 &transpose(@data,@datax) [all...] |
| /src/external/bsd/byacc/dist/ |
| lalr.c | 17 static Value_t **transpose(Value_t **R, int n); 430 new_includes = transpose(includes, ngotos); 470 transpose(Value_t **R2, int n) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/ |
| chacha-armv8-sve.pl | 289 sub transpose() { subroutine 426 &transpose($xa0,$xa1,$xa2,$xa3,$xb0,$xb1,$xb2,$xb3); 430 &transpose($xc0,$xc1,$xc2,$xc3,$xd0,$xd1,$xd2,$xd3); 512 &transpose($xa0,$xb0,$xc0,$xd0,$xa1,$xb1,$xc1,$xd1); 515 &transpose($xa2,$xb2,$xc2,$xd2,$xa3,$xb3,$xc3,$xd3); 518 &transpose($xa0,$xa1,$xa2,$xa3,$xb0,$xb1,$xb2,$xb3); 521 &transpose($xc0,$xc1,$xc2,$xc3,$xd0,$xd1,$xd2,$xd3);
|
| chacha-armv8.pl | 560 zip1 $xt0,$xa0,$xa1 // transpose data
|
| /src/external/mit/isl/dist/ |
| isl_mat.c | 1205 struct isl_mat *transpose = NULL; local 1220 transpose = isl_mat_alloc(mat->ctx, mat->n_col, mat->n_row); 1221 if (!transpose) 1225 isl_int_set(transpose->row[j][i], mat->row[i][j]); 1227 return transpose;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| frontend-passes.cc | 589 transpose during trans-* stages and TRANSFER by the middle end. */ 4040 TRANSPOSE(CONJG(A)) 4047 check_conjg_transpose_variable (gfc_expr *e, bool *conjg, bool *transpose) 4050 *transpose = false; 4067 *transpose = !*transpose;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| frontend-passes.cc | 589 transpose during trans-* stages and TRANSFER by the middle end. */ 4025 TRANSPOSE(CONJG(A)) 4032 check_conjg_transpose_variable (gfc_expr *e, bool *conjg, bool *transpose) 4035 *transpose = false; 4052 *transpose = !*transpose;
|
| /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
| chacha-armv8.pl | 520 zip1 $xt0,$xa0,$xa1 // transpose data
|
| /src/crypto/external/bsd/openssh/dist/ |
| libcrux_mlkem768_sha3.h | 8607 uint8_t *seed, bool transpose) { 8631 if (transpose) {
|