Searched refs:dstT (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CoreEngine.h | 412 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument 413 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder() 422 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument 423 : NodeBuilder(SrcSet, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 2731 DECLARE_ALIGNED(16, uint16_t, dstT[64 * 64]); in highbd_dr_prediction_z3_64x64_avx2() 2732 highbd_dr_prediction_z1_64xN_avx2(64, dstT, 64, left, upsample_left, dy); in highbd_dr_prediction_z3_64x64_avx2() 2733 highbd_transpose(dstT, 64, dst, stride, 64, 64); in highbd_dr_prediction_z3_64x64_avx2() 2783 uint16_t dstT[64 * 32]; in highbd_dr_prediction_z3_32x64_avx2() local 2784 highbd_dr_prediction_z1_64xN_avx2(32, dstT, 64, left, upsample_left, dy); in highbd_dr_prediction_z3_32x64_avx2() 2785 highbd_transpose(dstT, 64, dst, stride, 32, 64); in highbd_dr_prediction_z3_32x64_avx2() 2791 DECLARE_ALIGNED(16, uint16_t, dstT[32 * 64]); in highbd_dr_prediction_z3_64x32_avx2() 2792 highbd_dr_prediction_z1_32xN_avx2(64, dstT, 32, left, upsample_left, dy); in highbd_dr_prediction_z3_64x32_avx2() 2793 highbd_transpose(dstT, 32, dst, stride, 64, 32); in highbd_dr_prediction_z3_64x32_avx2() 2800 DECLARE_ALIGNED(16, uint16_t, dstT[64 * 16]); in highbd_dr_prediction_z3_16x64_avx2() [all …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 193 Transpose<Dst> dstT(dst); 194 internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
|
D | SparseSelfAdjointView.h | 371 Transpose<Dest> dstT(dst); 372 …e_dense_product<RhsView::TransposeMode>(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
|
/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixVector.h | 191 Transpose<Dest> dstT(dst); 194 ::run(rhs.transpose(),lhs.transpose(), dstT, alpha);
|